File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/frequenz/repo/config/pytest Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -214,9 +214,9 @@ def _validate_with_pylint(
214214class 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
222222def get_sybil_arguments () -> dict [str , Any ]:
You can’t perform that action at this time.
0 commit comments