Skip to content

Commit 6fb4c40

Browse files
committed
Add unused noqa (yesqa)
1 parent 31a67d9 commit 6fb4c40

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

ruff.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ fix = true
33

44
[lint]
55
select = [
6-
"B", # flake8-bugbear
7-
"C4", # flake8-comprehensions
8-
"F", # Pyflakes
9-
"I", # isort
10-
"ISC", # flake8-implicit-str-concat
11-
"UP", # pyupgrade
6+
"B", # flake8-bugbear
7+
"C4", # flake8-comprehensions
8+
"F", # Pyflakes
9+
"I", # isort
10+
"ISC", # flake8-implicit-str-concat
11+
"RUF100", # unused noqa (yesqa)
12+
"UP", # pyupgrade
1213
]

0 commit comments

Comments
 (0)