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 0318f47 commit 01af890Copy full SHA for 01af890
pyproject.toml
@@ -64,7 +64,7 @@ extend-select = [
64
"I", # isort
65
"ISC", # flake8-implicit-str-concat
66
"PGH", # pygrep-hooks
67
- "RUF", # unused noqa (yesqa)
+ "RUF", # Ruff-specific rules
68
"UP", # pyupgrade
69
"W", # pycodestyle warnings
70
]
0 commit comments