Skip to content

Commit

Permalink
Enable ruff auto-fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Nov 1, 2024
1 parent 5ebee34 commit 480d500
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 @@ -45,6 +45,7 @@ tag_regex = '^python-(?P<version>[vV]?\d+(?:\.\d+){0,2}[^\+]*)(?:\+.*)?$'
[tool.ruff]
lint.extend-select = ["I"]
target-version = "py39"
fix = true

[tool.ruff.lint.isort]
force-single-line = true
Expand Down

0 comments on commit 480d500

Please sign in to comment.