Skip to content

Commit 1802fa5

Browse files
committed
setup.cfg: More strict mypy settings
1 parent d0af3d8 commit 1802fa5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ multi_line_output = 3
88
include_trailing_comma = True
99

1010
[mypy]
11-
disallow_untyped_defs = true
11+
disallow_untyped_defs = True
12+
warn_unused_ignores = True
13+
warn_return_any = True
14+
warn_unreachable = True

0 commit comments

Comments
 (0)