Skip to content

Commit 40d474f

Browse files
committed
pyproject: make plain mypy run work
1 parent 7ee288b commit 40d474f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ lines-after-imports = 2
136136

137137
[tool.mypy]
138138
mypy_path = ["src"]
139+
files = ["src", "testing"]
139140
# TODO: Enable this & fix errors.
140141
# check_untyped_defs = true
141142
disallow_any_generics = true

0 commit comments

Comments
 (0)