mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
12 lines
189 B
INI
12 lines
189 B
INI
[mypy]
|
|
namespace_packages = True
|
|
|
|
[mypy-dcs.*]
|
|
follow_imports=silent
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-PIL.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-winreg.*]
|
|
ignore_missing_imports = True |