Skip to content

Commit

Permalink
add config and let pre-commit push the sort
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne authored Oct 4, 2024
1 parent 3917e92 commit ea5ebec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ filterwarnings = [
"ignore:__array__ implementation doesn.*:DeprecationWarning"
]

[tool.tomlsort]
all = true
ignore_case = true
trailing_comma_inline_array = true


[tool.ruff.lint]
select = ["A", "D", "E", "F", "I", "UP", "W"]
ignore = ["A002"]
Expand Down

0 comments on commit ea5ebec

Please sign in to comment.