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.
lint
1 parent 4314ba5 commit 259f429Copy full SHA for 259f429
pyproject.toml
@@ -2,6 +2,7 @@
2
# Assume Python 3.9
3
target-version = "py39"
4
5
+[tool.ruff.lint]
6
select = [
7
"E", # pycodestyle errors - https://docs.astral.sh/ruff/rules/#error-e
8
"F", # pyflakes - https://docs.astral.sh/ruff/rules/#pyflakes-f
0 commit comments