Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kori Kuzma <[email protected]>
  • Loading branch information
theferrit32 and korikuzma authored Nov 7, 2024
1 parent 31a2d7e commit 2bd35b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ build-backend = "setuptools.build_meta"

[tool.ruff]
line-length = 120
target-version = "py311"
target-version = "py312"

[tool.ruff.lint]
# select = ["E4", "E7", "E9", "F"]
select = [
"C",
"F",
Expand Down

0 comments on commit 2bd35b4

Please sign in to comment.