Skip to content

Commit

Permalink
project: Add ruff format settings
Browse files Browse the repository at this point in the history
Add setting for the ruff formatter to check during CI.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
  • Loading branch information
pdgendt committed Nov 6, 2024
1 parent d6b34df commit 5af0ecb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ extend-select = [
ignore = [
"UP027", # deprecated pyupgrade rule
]

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

0 comments on commit 5af0ecb

Please sign in to comment.