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 f0ec28a commit 1da2f31Copy full SHA for 1da2f31
ruff.toml
@@ -57,7 +57,7 @@ select = [
57
"I", # isort
58
"UP", # pyupgrade
59
]
60
-ignore = ["E501","E203","B024","B028","UP037", "UP035", "UP006"]
+ignore = ["E501","E203","B024","B028","UP037", "UP035", "UP006", "B905"]
61
62
# Allow autofix for all enabled rules (when `--fix`) is provided.
63
fixable = ["ALL"]
0 commit comments