Skip to content

Commit 1190597

Browse files
committed
Disable RUF067 for now
1 parent c7525ff commit 1190597

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
@@ -69,6 +69,7 @@ extend-ignore = [
6969
"E402", # module level import not at the top of file
7070
"UP031", # use f-strings instead of %
7171
"UP032", # use f-strings instead of .format
72+
"RUF067", # no code in __init__ *shrug*
7273
]
7374

7475
[tool.ruff.lint.flake8-quotes]

0 commit comments

Comments
 (0)