Skip to content

Commit

Permalink
chore: tool.ruff.target-version
Browse files Browse the repository at this point in the history
It doesn't understand Poetry's Python version setting.
  • Loading branch information
MicaelJarniac committed Jun 29, 2023
1 parent f1bd504 commit 21882e0
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 @@ -78,6 +78,7 @@ ignore = [
unfixable = ["ERA001"]
force-exclude = true
src = ["src"]
target-version = "py38"

[tool.ruff.per-file-ignores]
"tests/*" = ["S101"]
Expand Down

0 comments on commit 21882e0

Please sign in to comment.