Skip to content

Commit 2cd982e

Browse files
committed
Remove mypy exclusion for sybil
Now that `pytest` is upgraded to v8, `sybil` will be upgraded to v6, which provides type information, so we can remove the exclusion from `mypy`. This is part of the upgrade of repo-config from v0.8 to v0.9. See: https://github.com/frequenz-floss/frequenz-repo-config-python/releases/tag/v0.9.0 Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 5082cd7 commit 2cd982e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ module = [
192192
# The available stubs packages are outdated or incomplete (WIP/experimental):
193193
# https://github.com/frequenz-floss/frequenz-sdk-python/issues/430
194194
"networkx",
195-
"sybil",
196-
"sybil.*",
197195
]
198196
ignore_missing_imports = true
199197

0 commit comments

Comments
 (0)