We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cdbab4 commit 218a5cbCopy full SHA for 218a5cb
pyproject.toml
@@ -75,3 +75,6 @@ indent-width = 4
75
preview = true
76
select = ["E", "F", "W", "D"]
77
ignore = ["F401", "D212", "D203", "D100"]
78
+
79
+[tool.ruff.format]
80
+skip-magic-trailing-comma = true
0 commit comments