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 eb32cdb commit 33715a3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
".gitpod.*",
".pre-commit-config.yaml",
".prettierignore",
".taplo.toml",
".vscode/*",
"codecov.yml",
"docs/_templates/*",
Expand Down
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
1 change: 1 addition & 0 deletions src/compwa_policy/.template/.cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
".pre-commit-config.yaml",
".prettierignore",
".readthedocs.yml",
".taplo.toml",
".vscode/*",
".vscode/.gitignore",
"CITATION.cff",
Expand Down
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 33715a3

Please sign in to comment.