Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

## Bug Fixes

<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
* Sybil now parses the `__init__.py` file as well. Previously it was disabled due to an upstream bug.

### Cookiecutter template

Expand Down
4 changes: 0 additions & 4 deletions src/frequenz/repo/config/pytest/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,4 @@ def get_sybil_arguments() -> dict[str, Any]:
return {
"parsers": [MyPythonCodeBlockParser()],
"patterns": ["*.py"],
# This is a hack because Sybil seems to have issues with `__init__.py` files.
# See https://github.com/frequenz-floss/frequenz-repo-config-python/issues/113
# for details
"excludes": ["__init__.py"],
}
Loading