django-axes/mypy.ini
Aleksi Häkli b46e7cce01
Drop Python 3.5 support
Most of our users are already running on Python 3.6+
and dropping 3.5 and below in a future oriented release
allows us to focus on implementing more readable codebases.

Fixes #417

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
2019-03-09 21:49:45 +02:00

6 lines
105 B
INI

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