Skip to content
Snippets Groups Projects
Commit 54c66426 authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

mypy: ignore django-stubs, needed only by hypothesis

parent 267ffeea
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,9 @@ warn_unused_ignores = True ...@@ -5,6 +5,9 @@ warn_unused_ignores = True
# 3rd party libraries without stubs (yet) # 3rd party libraries without stubs (yet)
[mypy-django.*] # false positive, only used my hypotesis' extras
ignore_missing_imports = True
[mypy-pkg_resources.*] [mypy-pkg_resources.*]
ignore_missing_imports = True ignore_missing_imports = True
......
...@@ -20,6 +20,5 @@ skip_install = true ...@@ -20,6 +20,5 @@ skip_install = true
deps = deps =
.[testing] .[testing]
mypy mypy
django-stubs
commands = commands =
mypy swh mypy swh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment