Skip to content

Commit

Permalink
FIX: do not sort table keys with toml-sort (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Sep 5, 2024
1 parent 7189c89 commit 05a2162
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,5 @@ sort_first = [
"tool.setuptools",
"tool.setuptools_scm",
]
sort_table_keys = true
spaces_indent_inline_array = 4
trailing_comma_inline_array = true
1 change: 0 additions & 1 deletion src/compwa_policy/check_dev_files/toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def _update_tomlsort_config() -> None:
ignore_case=True,
in_place=True,
sort_first=to_toml_array(sort_first),
sort_table_keys=True,
spaces_indent_inline_array=4,
trailing_comma_inline_array=True,
)
Expand Down

0 comments on commit 05a2162

Please sign in to comment.