Skip to content

Commit 194c0c6

Browse files
pyansys-ci-bottkoyama010pre-commit-ci[bot]germa89
authored
chore: migrated PR 3968 (#3971)
* maint: add `taplo` pre-commit hook to format and sort `toml` files * ci: auto fixes from pre-commit.com hooks. for more information, see https://pre-commit.ci * chore: adding changelog file 3971.added.md [dependabot-skip] --------- Co-authored-by: Tetsuo Koyama <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: German <[email protected]>
1 parent b48ff0c commit 194c0c6

File tree

3 files changed

+173
-163
lines changed

3 files changed

+173
-163
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,10 @@ repos:
8888
rev: 0.33.0
8989
hooks:
9090
- id: check-github-workflows
91+
92+
- repo: https://github.com/ComPWA/taplo-pre-commit
93+
rev: v0.9.3
94+
hooks:
95+
- id: taplo-format
96+
# See options: https://taplo.tamasfe.dev/configuration/formatter-options.html
97+
args: [--option, "reorder_arrays=true", --option, "reorder_keys=true"]

doc/changelog.d/3971.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: migrated PR 3968

0 commit comments

Comments
 (0)