Skip to content

Commit

Permalink
Fix target version for Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-git committed Mar 27, 2024
1 parent 26d3814 commit b737ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.ruff]
target-version = "py10" # The lowest supported version
target-version = "py310" # The lowest supported version
line-length = 100

[tool.ruff.lint]
Expand Down

0 comments on commit b737ea0

Please sign in to comment.