mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Doesn't actually do anything yet, but squadrons are created for each aircraft type and pilots will be created as needed to fill flights. https://github.com/dcs-liberation/dcs_liberation/issues/276
18 lines
283 B
INI
18 lines
283 B
INI
[mypy]
|
|
namespace_packages = True
|
|
|
|
[mypy-dcs.*]
|
|
follow_imports=silent
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-faker.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-PIL.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-winreg.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-shapely.*]
|
|
ignore_missing_imports = True |