13 lines
174 B
INI
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
|