Skip to content

Commit 6cacada

Browse files
authored
update repo
1 parent ccc1ef4 commit 6cacada

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repos:
1313
files: ^scripts/
1414
- id: ruff-format
1515
files: ^scripts/
16-
- repo: https://github.com/redeboer/taplo-pre-commit
17-
rev: v0.9.1rc1
16+
- repo: https://github.com/ComPWA/mirrors-taplo
17+
rev: v0.9.3
1818
hooks:
19-
- id: taplo
19+
- id: taplo-format
2020
files: ^scripts/

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ repos:
1818
args: [--fix, --exit-non-zero-on-fix]
1919
- id: ruff-format
2020
types_or: [python, pyi, jupyter]
21-
- repo: https://github.com/redeboer/taplo-pre-commit
22-
rev: v0.9.1rc1
21+
- repo: https://github.com/ComPWA/mirrors-taplo
22+
rev: v0.9.3
2323
hooks:
24-
- id: taplo
24+
- id: taplo-format
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
2626
rev: v4.6.0
2727
hooks:

0 commit comments

Comments
 (0)