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 b581fcd commit b9d6ffeCopy full SHA for b9d6ffe
src/frequenz/repo/config/pytest/examples.py
@@ -214,9 +214,9 @@ def _validate_with_pylint(
214
class MyPythonCodeBlockParser(PythonCodeBlockParser):
215
"""Custom Python code block parser that uses the custom code block parser."""
216
217
- codeblock_parser_class: type[_CustomPythonCodeBlockParser] = (
+ codeblock_parser_class: type[
218
_CustomPythonCodeBlockParser
219
- )
+ ] = _CustomPythonCodeBlockParser
220
221
222
def get_sybil_arguments() -> dict[str, Any]:
0 commit comments