Skip to content

Commit 8bb09ce

Browse files
committed
Combine mypy.ini and setup.cfg
Committed via https://github.com/asottile/all-repos
1 parent 6d7906e commit 8bb09ce

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

mypy.ini

Lines changed: 0 additions & 12 deletions
This file was deleted.

setup.cfg

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,16 @@ exclude =
6969

7070
[bdist_wheel]
7171
universal = True
72+
73+
[mypy]
74+
check_untyped_defs = true
75+
disallow_any_generics = true
76+
disallow_incomplete_defs = true
77+
disallow_untyped_defs = true
78+
no_implicit_optional = true
79+
80+
[mypy-testing.*]
81+
disallow_untyped_defs = false
82+
83+
[mypy-tests.*]
84+
disallow_untyped_defs = false

0 commit comments

Comments
 (0)