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 9c96a14 commit fe33244Copy full SHA for fe33244
pyproject.toml
@@ -115,6 +115,7 @@ extend-ignore = [
115
"E402", # module level import not at the top of file
116
"N817", # CamelCase `SubstitutionRuleMappingContext` imported as acronym `SRMC`
117
"SIM102", # combine if statements
118
+ "RUF067", # no code in __init__ *shrug*
119
120
# FIXME
121
"UP031", # .format instead of %s
0 commit comments