Skip to content

Commit

Permalink
future-proofing? ruff lint config, sth like that
Browse files Browse the repository at this point in the history
  • Loading branch information
Matiiss committed Nov 24, 2024
1 parent 6ecb68e commit 2891523
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 @@ -96,6 +96,9 @@ exclude = [
"setup.py",
]

[tool.ruff.lint]
fixable = ["I"]

[tool.ruff.format]
quote-style = "preserve"

Expand Down

0 comments on commit 2891523

Please sign in to comment.