1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-08 05:20:03 +03:00
EDMarketConnector/.mypy.ini
2024-04-05 17:20:05 -04:00

10 lines
249 B
INI

[mypy]
follow_imports = normal
ignore_missing_imports = True
scripts_are_modules = True
; Without this bare `mypy <file>` may get warnings for e.g.
; `<var> = <value>`
; i.e. no typing info.
check_untyped_defs = True
explicit_package_bases = True