Skip to content

Commit d9e3bff

Browse files
committed
Disable RUF067 for now
1 parent e2d0e0c commit d9e3bff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ extend-ignore = [
100100
"N818", # error suffix in exception names
101101
"UP031", # use f-strings instead of % format
102102
"UP032", # use f-strings instead of .format
103+
"RUF067", # no code in __init__ *shrug*
103104
]
104105

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

0 commit comments

Comments
 (0)