Skip to content

Commit 60c3547

Browse files
chore: add explicit languages to pre-commit for Renovate
1 parent 1bba889 commit 60c3547

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +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-
- prettier-plugin-tailwindcss@^0.5.12
9-
- repo: https://github.com/doublify/pre-commit-rust
10-
rev: v1.0
11-
hooks:
12-
- id: fmt
13-
- id: clippy

0 commit comments

Comments
 (0)