Skip to content

Commit

Permalink
Enable skip-magic-trailing-comma in ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
dekkers committed Oct 3, 2024
1 parent c6c3638 commit 2491e34
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 @@ -39,6 +39,9 @@ line-length = 120
# Support Python 3.10 and higher
target-version = "py310"

[tool.ruff.format]
skip-magic-trailing-comma = true

[tool.ruff.lint]
# Enable classic flake8, pyflakes, eradicate, and tidyimport
# To be extended with DJ, PT, RUF, C90, D, PL, RET
Expand Down

0 comments on commit 2491e34

Please sign in to comment.