We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ruff format
1 parent 6179c94 commit 64c480bCopy full SHA for 64c480b
‎pyproject.toml
@@ -190,10 +190,11 @@ preview = true
190
191
[tool.ruff.format]
192
line-ending = "lf"
193
+ skip-magic-trailing-comma = true
194
195
[tool.ruff.lint]
196
select = ["ALL"]
- ignore = ["CPY", "FIX002"]
197
+ ignore = ["CPY", "FIX002", "COM812"]
198
199
[tool.ruff.lint.per-file-ignores]
200
"*.pyi" = [
@@ -231,7 +232,7 @@ preview = true
231
232
combine-as-imports = true
233
extra-standard-library = ["_typeshed", "typing_extensions"]
234
known-first-party = ["numpy", "numtype", "_numtype"]
- split-on-trailing-comma = true
235
+ split-on-trailing-comma = false
236
237
[tool.ruff.lint.pydocstyle]
238
convention = "numpy"
0 commit comments