Skip to content

Commit

Permalink
FIX: do not sort arrays under tool.tox table
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 4, 2024
1 parent 89c3ccf commit 4ecf156
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .taplo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ compact_inline_tables = true
indent_string = " "
reorder_arrays = true
reorder_keys = true

[[rule]]
include = ["**/pyproject.toml"]
keys = ["tool.tox"]

[rule.formatting]
reorder_arrays = false
7 changes: 7 additions & 0 deletions src/compwa_policy/.template/.taplo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ compact_inline_tables = true
indent_string = " "
reorder_arrays = true
reorder_keys = true

[[rule]]
include = ["**/pyproject.toml"]
keys = ["tool.tox"]

[rule.formatting]
reorder_arrays = false

0 comments on commit 4ecf156

Please sign in to comment.