FitTrackee/mypy.ini
2021-01-31 18:40:20 +01:00

13 lines
174 B
INI

# Global options:
[mypy]
python_version = 3.9
disallow_untyped_defs = True
ignore_missing_imports = True
# Per-module options:
[mypy-*.migrations.*]
ignore_errors = True