diff --git a/mypy.ini b/mypy.ini index 795fc2ba7f703cd8234dcae35582e67a423f7edb..656d7bb315fb0344e7b2662e7ad9abc99cd92b5b 100644 --- a/mypy.ini +++ b/mypy.ini @@ -5,6 +5,9 @@ warn_unused_ignores = True # 3rd party libraries without stubs (yet) +[mypy-django.*] # false positive, only used my hypotesis' extras +ignore_missing_imports = True + [mypy-pkg_resources.*] ignore_missing_imports = True diff --git a/tox.ini b/tox.ini index 39200edaddeceb5156adbf7efd6f1e5b456f7c1b..a33e8ceec83b2cb92141957a5adbe41b689aed58 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,5 @@ skip_install = true deps = .[testing] mypy - django-stubs commands = mypy swh