Skip to content

Commit b581fcd

Browse files
committed
Also parse init files in Sybil
It seems newer versions have no issue anymore with this.
1 parent a984cfe commit b581fcd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/frequenz/repo/config/pytest/examples.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,4 @@ def get_sybil_arguments() -> dict[str, Any]:
228228
return {
229229
"parsers": [MyPythonCodeBlockParser()],
230230
"patterns": ["*.py"],
231-
# This is a hack because Sybil seems to have issues with `__init__.py` files.
232-
# See https://github.com/frequenz-floss/frequenz-repo-config-python/issues/113
233-
# for details
234-
"excludes": ["__init__.py"],
235231
}

0 commit comments

Comments
 (0)