Skip to content

Commit

Permalink
Specify default py version for ruff (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i authored Nov 26, 2024
1 parent c839353 commit 5691548
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 @@ -12,6 +12,7 @@ show_missing = true
[tool.ruff]
line-length = 99
exclude = ["__pycache__", "*.egg_info"]
target-version = "py38"

[tool.ruff.lint]
select = ["E", "W", "F", "C", "N", "R", "D", "I001"]
Expand Down

0 comments on commit 5691548

Please sign in to comment.