Skip to content

Commit ffe55dc

Browse files
committed
Update formatting
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent b581fcd commit ffe55dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
## Bug Fixes
3131

32-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
32+
* Sybil now parses `__init__.py` as well. It was previously disabled due to an upstream bug
3333

3434
### Cookiecutter template
3535

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ def _validate_with_pylint(
214214
class MyPythonCodeBlockParser(PythonCodeBlockParser):
215215
"""Custom Python code block parser that uses the custom code block parser."""
216216

217-
codeblock_parser_class: type[_CustomPythonCodeBlockParser] = (
217+
codeblock_parser_class: type[
218218
_CustomPythonCodeBlockParser
219-
)
219+
] = _CustomPythonCodeBlockParser
220220

221221

222222
def get_sybil_arguments() -> dict[str, Any]:

0 commit comments

Comments
 (0)