Skip to content

Commit

Permalink
Add target-version flag to Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
dosisod committed Jun 17, 2023
1 parent fde0bf5 commit 26633c5
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 @@ -42,6 +42,7 @@ skip_glob = [

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

extend-ignore = [
"B006", # use of mutable defaults in function signatures
Expand Down

0 comments on commit 26633c5

Please sign in to comment.