Skip to content

Commit fe7321c

Browse files
authored
mypy: Check all files by default (#1164)
It also removes an unused file and removes a non-existent `mypy` override.
2 parents 7305012 + c4c60c2 commit fe7321c

File tree

2 files changed

+2
-143
lines changed

2 files changed

+2
-143
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,13 @@ 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]]
187188
module = [
188189
"async_solipsism",
189-
"async_solipsism.*",
190190
"mkdocs_macros.*",
191191
# The available stubs packages are outdated or incomplete (WIP/experimental):
192192
# https://github.com/frequenz-floss/frequenz-sdk-python/issues/430

src/frequenz/sdk/timeseries/ev_charger_pool/_set_current_bounds.py

-141
This file was deleted.

0 commit comments

Comments
 (0)