Skip to content

Commit 4249dd2

Browse files
committed
Update mypy options to check all paths by default
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 38c91e5 commit 4249dd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ namespace_packages = true
180180
# used but getting the original ignored error when removing the type: ignore.
181181
# See for example: https://github.com/python/mypy/issues/2960
182182
no_incremental = true
183-
packages = ["frequenz.sdk"]
183+
mypy_path = "src"
184+
files = ["src", "tests", "examples", "benchmarks", "docs", "noxfile.py"]
184185
strict = true
185186

186187
[[tool.mypy.overrides]]

0 commit comments

Comments
 (0)