We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178f740 commit 5276d04Copy full SHA for 5276d04
.mypy.ini
@@ -1,5 +1,5 @@
1
[mypy]
2
+allow_any_generics = false
3
# FIXME: Would be better to actually type the libraries (if under our control),
4
# or write our own stubs. For now, silence errors
-ignore_missing_imports = True
5
-
+ignore_missing_imports = true
0 commit comments