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 0947a21 commit 2a57752Copy full SHA for 2a57752
mypy.ini
@@ -1,5 +1,9 @@
1
[mypy]
2
3
+warn_unused_configs = True
4
+warn_redundant_casts = True
5
+warn_unused_ignores = True
6
+
7
[mypy-test.*]
8
disallow_untyped_defs = True
9
disallow_untyped_calls = True
0 commit comments