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 31a67d9 commit 6fb4c40Copy full SHA for 6fb4c40
ruff.toml
@@ -3,10 +3,11 @@ fix = true
3
4
[lint]
5
select = [
6
- "B", # flake8-bugbear
7
- "C4", # flake8-comprehensions
8
- "F", # Pyflakes
9
- "I", # isort
10
- "ISC", # flake8-implicit-str-concat
11
- "UP", # pyupgrade
+ "B", # flake8-bugbear
+ "C4", # flake8-comprehensions
+ "F", # Pyflakes
+ "I", # isort
+ "ISC", # flake8-implicit-str-concat
+ "RUF100", # unused noqa (yesqa)
12
+ "UP", # pyupgrade
13
]
0 commit comments