Skip to content

Commit 97517ca

Browse files
chore: add explicit languages to pre-commit for Renovate (#5)
1 parent a600a28 commit 97517ca

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
repos:
2+
- repo: https://github.com/doublify/pre-commit-rust
3+
rev: v1.0
4+
hooks:
5+
- id: fmt
6+
- id: clippy
7+
28
- repo: https://github.com/pre-commit/mirrors-prettier
39
rev: v3.1.0
410
hooks:
511
- id: prettier
12+
language: node
613
additional_dependencies:
714
- prettier@^3.4.1
8-
- repo: https://github.com/doublify/pre-commit-rust
9-
rev: v1.0
10-
hooks:
11-
- id: fmt
12-
- id: clippy

0 commit comments

Comments
 (0)