mirror of
https://github.com/danbulant/lucide
synced 2026-07-08 04:30:36 +00:00
chore: add explicit languages to pre-commit for Renovate (#110)
This commit is contained in:
parent
3216fd7662
commit
c4c101e96f
1 changed files with 8 additions and 6 deletions
|
|
@ -1,12 +1,14 @@
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
|
||||||
rev: v3.1.0
|
|
||||||
hooks:
|
|
||||||
- id: prettier
|
|
||||||
additional_dependencies:
|
|
||||||
- prettier@^3.5.3
|
|
||||||
- repo: https://github.com/doublify/pre-commit-rust
|
- repo: https://github.com/doublify/pre-commit-rust
|
||||||
rev: v1.0
|
rev: v1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: fmt
|
- id: fmt
|
||||||
- id: clippy
|
- id: clippy
|
||||||
|
|
||||||
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
|
rev: v3.1.0
|
||||||
|
hooks:
|
||||||
|
- id: prettier
|
||||||
|
language: node
|
||||||
|
additional_dependencies:
|
||||||
|
- prettier@^3.5.3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue