Skip to content

Commit

Permalink
ci(pyproject): add target-version in tool.ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 8, 2025
1 parent 296c4cd commit 468c467
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 @@ -63,6 +63,7 @@ testpaths = [
[tool.ruff]
line-length = 88
indent-width = 4
target-version = "py37"

[tool.ruff.lint]
extend-select = [
Expand Down

0 comments on commit 468c467

Please sign in to comment.