We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a984cfe commit b581fcdCopy full SHA for b581fcd
src/frequenz/repo/config/pytest/examples.py
@@ -228,8 +228,4 @@ def get_sybil_arguments() -> dict[str, Any]:
228
return {
229
"parsers": [MyPythonCodeBlockParser()],
230
"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"],
235
}
0 commit comments