We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e328e29 commit 0282f61Copy full SHA for 0282f61
1 file changed
tox.ini
@@ -61,3 +61,6 @@ exclude = .git, .tox, __pycache__, dist
61
62
[isort]
63
profile=black
64
+
65
+[mypy]
66
+ignore_missing_imports = True
0 commit comments