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 429b8a2 commit c31b495Copy full SHA for c31b495
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.ruff]
2
line-length = 120
3
target-version = "py311"
4
-select = ["E", "F", "I", "UP"]
+select = ["E", "F", "I", "UP", "A"]
5
ignore = ["D203"]
6
7
[tool.black]
0 commit comments