mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-20 22:12:24 +08:00
30 lines
502 B
INI
30 lines
502 B
INI
[mypy]
|
|
mypy_path = __EFRO_PROJECT_ROOT__/tools:__EFRO_PROJECT_ROOT__/assets/src/ba_data/python
|
|
|
|
__EFRO_MYPY_STANDARD_SETTINGS__
|
|
|
|
[mypy-pylint.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-xml.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-vis_cleanup]
|
|
ignore_errors = True
|
|
|
|
[mypy-bastd.mapdata.*]
|
|
ignore_errors = True
|
|
|
|
[mypy-astroid.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-pytest.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-efrotools.pylintplugins]
|
|
disallow_any_unimported = False
|
|
|
|
[mypy-devtool]
|
|
ignore_errors = True
|
|
|