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

mypy: ignore django-stubs, needed only by hypothesis

parent b5f27e87
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,9 @@ ignore_missing_imports = True
[mypy-deprecated.*]
ignore_missing_imports = True
[mypy-django.*] # false positive, only used my hypotesis' extras
ignore_missing_imports = True
[mypy-msgpack.*]
ignore_missing_imports = True
......
......@@ -48,6 +48,5 @@ skip_install = true
deps =
.[testing]
mypy
django-stubs
commands =
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