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 0ca870e commit 44b1581Copy full SHA for 44b1581
ruff.toml
@@ -11,4 +11,5 @@ select = [
11
"RUF100", # unused noqa (yesqa)
12
"UP", # pyupgrade
13
"W", # pycodestyle
14
+ "YTT", # flake8-2020
15
]
0 commit comments