Skip to content

Commit 3824238

Browse files
committed
Drop mypy exclusion rule for formula engine
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 78236d0 commit 3824238

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,6 @@ src_paths = ["src", "examples", "tests"]
134134
asyncio_mode = "auto"
135135
required_plugins = [ "pytest-asyncio", "pytest-mock" ]
136136

137-
[tool.mypy]
138-
# This is a temporary hack, for details see:
139-
# * https://github.com/frequenz-floss/frequenz-sdk-python/pull/219
140-
# * https://github.com/frequenz-floss/frequenz-sdk-python/issues/226
141-
exclude = ["src/frequenz/sdk/timeseries/_formula_engine/"]
142-
143137
[[tool.mypy.overrides]]
144138
module = [
145139
"grpc.aio",

0 commit comments

Comments
 (0)