Skip to content

Commit

Permalink
Target py38 for ruff (#15585)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Jul 4, 2023
1 parent cb0a446 commit 913477e
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 @@ -27,7 +27,7 @@ force-exclude = '''

[tool.ruff]
line-length = 99
target-version = "py37"
target-version = "py38"
fix = true

select = [
Expand Down

0 comments on commit 913477e

Please sign in to comment.