Skip to content

Commit 58227d1

Browse files
committed
Tell mypy to ignore django
1 parent c40b57f commit 58227d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mypy.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[mypy]
2+
3+
[mypy-django.*]
4+
ignore_missing_imports = True

0 commit comments

Comments
 (0)