Skip to content

Commit 218a5cb

Browse files
committed
Add ruff format rule for trailing comma
1 parent 5cdbab4 commit 218a5cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,6 @@ indent-width = 4
7575
preview = true
7676
select = ["E", "F", "W", "D"]
7777
ignore = ["F401", "D212", "D203", "D100"]
78+
79+
[tool.ruff.format]
80+
skip-magic-trailing-comma = true

0 commit comments

Comments
 (0)