Skip to content

Commit

Permalink
Update Ruff target-version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Oct 28, 2024
1 parent a130827 commit 8f23688
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ enable_error_code = ["explicit-override"]

[tool.ruff]
line-length = 99
target-version = "py38"
# TODO: Remove this when migrating to [project] requires-python field.
target-version = "py39"
src = ["src"]
# Ruff will automatically exclude all files listed in .gitignore as well as common temporary Python
# tool directories.
Expand Down

0 comments on commit 8f23688

Please sign in to comment.