Skip to content

Commit

Permalink
Put select and ignore in lint section to silence deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Mar 10, 2024
1 parent 4314ba5 commit 259f429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Assume Python 3.9
target-version = "py39"

[tool.ruff.lint]
select = [
"E", # pycodestyle errors - https://docs.astral.sh/ruff/rules/#error-e
"F", # pyflakes - https://docs.astral.sh/ruff/rules/#pyflakes-f
Expand Down

0 comments on commit 259f429

Please sign in to comment.