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 ce812f5 commit 8edf1acCopy full SHA for 8edf1ac
pyproject.toml
@@ -57,6 +57,8 @@ select = [
57
"T20",
58
# perflint
59
"PERF",
60
+ # ruff specific
61
+ "RUF021", # parenthesise chained and/or
62
]
63
ignore = [
64
"E501", # long lines
0 commit comments