Skip to content

Commit bebb44f

Browse files
committed
skip B905 for now
1 parent febd7de commit bebb44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ select = [
5757
"I", # isort
5858
"UP", # pyupgrade
5959
]
60-
ignore = ["E501","E203","B024","B028","UP037", "UP035", "UP006"]
60+
ignore = ["E501","E203","B024","B028","UP037", "UP035", "UP006", "B905"]
6161

6262
# Allow autofix for all enabled rules (when `--fix`) is provided.
6363
fixable = ["ALL"]

0 commit comments

Comments
 (0)