Skip to content

Commit 259f429

Browse files
authored
Put select and ignore in lint section to silence deprecation warning
1 parent 4314ba5 commit 259f429

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Assume Python 3.9
33
target-version = "py39"
44

5+
[tool.ruff.lint]
56
select = [
67
"E", # pycodestyle errors - https://docs.astral.sh/ruff/rules/#error-e
78
"F", # pyflakes - https://docs.astral.sh/ruff/rules/#pyflakes-f

0 commit comments

Comments
 (0)