django-axes/mypy.ini
Aleksi Häkli 9a7673a47e Update Python support matrix
Deprecate support for Python 3.8
Add support for Python 3.13
2024-12-02 18:23:57 +02:00

6 lines
105 B
INI

[mypy]
python_version = 3.9
ignore_missing_imports = True
[mypy-axes.migrations.*]
ignore_errors = True