Skip to content

Commit 72f3265

Browse files
committed
Remove sybil from mypy overrides
The new sybil version (6.0.0) provides type hints, so the overrides are not needed anymore. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent cbb55b0 commit 72f3265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ packages = ["frequenz.client.base"]
161161
strict = true
162162

163163
[[tool.mypy.overrides]]
164-
module = ["mkdocs_macros.*", "sybil", "sybil.*"]
164+
module = ["mkdocs_macros.*"]
165165
ignore_missing_imports = true
166166

167167
[tool.setuptools_scm]

0 commit comments

Comments
 (0)