mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
8 lines
123 B
INI
8 lines
123 B
INI
[mypy]
|
|
namespace_packages = True
|
|
|
|
[mypy-PIL.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-winreg.*]
|
|
ignore_missing_imports = True |