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 09f8a1b commit 4c460a3Copy full SHA for 4c460a3
git/config.py
@@ -84,7 +84,7 @@
84
CONDITIONAL_INCLUDE_REGEXP = re.compile(r"(?<=includeIf )\"(gitdir|gitdir/i|onbranch):(.+)\"")
85
86
87
-class MetaParserBuilder(abc.ABCMeta):
+class MetaParserBuilder(abc.ABCMeta): # noqa: B024
88
"""Utility class wrapping base-class methods into decorators that assure read-only properties"""
89
90
def __new__(cls, name: str, bases: Tuple, clsdict: Dict[str, Any]) -> "MetaParserBuilder":
0 commit comments