Skip to content

Commit fe33244

Browse files
committed
Disable RUF067 for now
1 parent 9c96a14 commit fe33244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ extend-ignore = [
115115
"E402", # module level import not at the top of file
116116
"N817", # CamelCase `SubstitutionRuleMappingContext` imported as acronym `SRMC`
117117
"SIM102", # combine if statements
118+
"RUF067", # no code in __init__ *shrug*
118119

119120
# FIXME
120121
"UP031", # .format instead of %s

0 commit comments

Comments
 (0)