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 d0af3d8 commit 1802fa5Copy full SHA for 1802fa5
setup.cfg
@@ -8,4 +8,7 @@ multi_line_output = 3
8
include_trailing_comma = True
9
10
[mypy]
11
-disallow_untyped_defs = true
+disallow_untyped_defs = True
12
+warn_unused_ignores = True
13
+warn_return_any = True
14
+warn_unreachable = True
0 commit comments