Combine mypy.ini and setup.cfg
Committed via https://github.com/asottile/all-repos
This commit is contained in:
parent
6d7906e131
commit
8bb09ce407
12
mypy.ini
12
mypy.ini
|
@ -1,12 +0,0 @@
|
|||
[mypy]
|
||||
check_untyped_defs = true
|
||||
disallow_any_generics = true
|
||||
disallow_incomplete_defs = true
|
||||
disallow_untyped_defs = true
|
||||
no_implicit_optional = true
|
||||
|
||||
[mypy-testing.*]
|
||||
disallow_untyped_defs = false
|
||||
|
||||
[mypy-tests.*]
|
||||
disallow_untyped_defs = false
|
13
setup.cfg
13
setup.cfg
|
@ -69,3 +69,16 @@ exclude =
|
|||
|
||||
[bdist_wheel]
|
||||
universal = True
|
||||
|
||||
[mypy]
|
||||
check_untyped_defs = true
|
||||
disallow_any_generics = true
|
||||
disallow_incomplete_defs = true
|
||||
disallow_untyped_defs = true
|
||||
no_implicit_optional = true
|
||||
|
||||
[mypy-testing.*]
|
||||
disallow_untyped_defs = false
|
||||
|
||||
[mypy-tests.*]
|
||||
disallow_untyped_defs = false
|
||||
|
|
Loading…
Reference in New Issue