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 6b530e8 commit 53ca994Copy full SHA for 53ca994
pyproject.toml
@@ -146,13 +146,13 @@ line-length = 115
146
147
[tool.ruff.lint]
148
select = [
149
+ "B", # bugbear
150
"E", # pycodestyle
151
"F", # pyflakes
- "W", # pycodestyle
152
- "B", # bugbear
153
"I", # isort
154
- "RUF", # ruff
155
"UP", # pyupgrade
+ "RUF", # ruff
+ "W", # pycodestyle
156
]
157
158
ignore = [
0 commit comments