We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae7df8 commit b7b4168Copy full SHA for b7b4168
mypy.ini
@@ -0,0 +1,8 @@
1
+[mypy]
2
+ignore_missing_imports = True
3
+disallow_subclassing_any = True
4
+warn_redundant_casts = True
5
+warn_return_any = True
6
+warn_unused_ignores = True
7
+warn_unused_configs = True
8
+strict_optional = True
0 commit comments