Skip to content

Commit acd1140

Browse files
committed
other repo
1 parent 3ff7aa2 commit acd1140

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ repos:
1212
args: [--fix, --exit-non-zero-on-fix]
1313
files: ^scripts/
1414
- id: ruff-format
15-
- repo: https://github.com/ComPWA/mirrors-taplo
16-
rev: v0.9.0
15+
- repo: https://github.com/redeboer/taplo-pre-commit
16+
rev: v0.9.1rc1
1717
hooks:
1818
- id: taplo
1919
files: ^scripts/

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ repos:
1818
args: [--fix, --exit-non-zero-on-fix]
1919
- id: ruff-format
2020
types_or: [python, pyi, jupyter]
21-
- repo: https://github.com/ComPWA/mirrors-taplo
22-
rev: v0.9.0
21+
- repo: https://github.com/redeboer/taplo-pre-commit
22+
rev: v0.9.1rc1
2323
hooks:
2424
- id: taplo
2525
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)