pyproject: make plain mypy run work
This commit is contained in:
@@ -136,6 +136,7 @@ lines-after-imports = 2
|
|||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
mypy_path = ["src"]
|
mypy_path = ["src"]
|
||||||
|
files = ["src", "testing"]
|
||||||
# TODO: Enable this & fix errors.
|
# TODO: Enable this & fix errors.
|
||||||
# check_untyped_defs = true
|
# check_untyped_defs = true
|
||||||
disallow_any_generics = true
|
disallow_any_generics = true
|
||||||
|
|||||||
Reference in New Issue
Block a user