Skip to content

Commit

Permalink
adds ruff target version
Browse files Browse the repository at this point in the history
  • Loading branch information
andhus committed Apr 16, 2024
1 parent 47f6c27 commit 09b9765
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
requires = ["setuptools", "versioneer==0.29"]
build-backend = "setuptools.build_meta"

[tool.ruff]
target-version = "py38"

[tool.ruff.lint]
select = [
"E", # pycodestyle errors
Expand Down

0 comments on commit 09b9765

Please sign in to comment.