mirror of
https://github.com/danbulant/lucide
synced 2026-06-22 00:01:51 +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:
|
||||
- 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
|
||||
rev: v1.0
|
||||
hooks:
|
||||
- id: fmt
|
||||
- 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