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 ea5f972 commit 7d9edb6Copy full SHA for 7d9edb6
mypy.ini
@@ -0,0 +1,9 @@
1
+[mypy]
2
+files = src,tests
3
+no_implicit_optional = True
4
+pretty = True
5
+show_error_codes = True
6
+strict_equality = True
7
+warn_redundant_casts = True
8
+warn_unused_configs = True
9
+warn_unused_ignores = True
0 commit comments