Skip to content

Commit a65faca

Browse files
committed
DRY up config
1 parent cb7691b commit a65faca

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

mypy.ini

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
[mypy]
2-
disallow_untyped_defs = True
3-
disallow_incomplete_defs = True
42
check_untyped_defs = True
5-
disallow_untyped_decorators = True
3+
disallow_untyped_defs = False
64

75
[mypy-src.*]
86
disallow_untyped_defs = True
97
disallow_incomplete_defs = True
10-
check_untyped_defs = True
118
disallow_untyped_decorators = True
12-
13-
[mypy-tests.*]
14-
check_untyped_defs = True
15-
disallow_untyped_defs = False

0 commit comments

Comments
 (0)