Skip to content

Commit 7c2ec6c

Browse files
chore: add explicit languages to pre-commit for Renovate (#28)
1 parent 0669fb1 commit 7c2ec6c

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.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.2.5
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)