Skip to content
Snippets Groups Projects
Commit 2536c3fc authored by Deaktivert bruker's avatar Deaktivert bruker
Browse files

build: skip static analysis for django_filters

Apparently django_filters is missing type hints.

Fixes: GREG-13
parent b4c868a5
No related branches found
No related tags found
1 merge request!4Fix Mypy static analysis problems
......@@ -18,3 +18,6 @@ ignore_missing_imports = True
[mypy-django_extensions.db.fields]
ignore_missing_imports = True
[mypy-django_filters.*]
ignore_missing_imports = True
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