Skip to content

Commit

Permalink
Merge pull request #1828 from NNPDF/update_pyproject_trailingcomma
Browse files Browse the repository at this point in the history
add skip_magic_trailing_comma to black config
  • Loading branch information
RoyStegeman authored Oct 30, 2023
2 parents 2fcc4cc + ccf3c62 commit 997df63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tool.black]
line-length = 100
skip-string-normalization = 1
skip_magic_trailing_comma = true

[tool.isort]
atomic = true
Expand Down

0 comments on commit 997df63

Please sign in to comment.