Skip to content

Commit

Permalink
chore: specify target python version for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Aug 31, 2023
1 parent 3ddbe58 commit d0210b7
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 @@ -65,6 +65,7 @@ version_pattern = [
]

[tool.ruff]
target-version = "py37"
select = ["F"]
ignore = ["F405", "F403"]

Expand Down

0 comments on commit d0210b7

Please sign in to comment.