Skip to content

Commit

Permalink
Add tool.ruff section to pyproject.toml (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
tr4nt0r authored Sep 19, 2024
1 parent 5bda1a3 commit 110ca84
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 @@ -5,6 +5,9 @@ requires = [
]
build-backend = "setuptools.build_meta"

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

[tool.ruff.lint]
select = [
"B002", # Python does not support the unary prefix increment
Expand Down

0 comments on commit 110ca84

Please sign in to comment.