mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
.pre-commit-config.yaml: remove online prettier
This commit is contained in:
parent
ce25b13dd0
commit
50943f7de8
@ -5,7 +5,7 @@
|
|||||||
# See https://pre-commit.com for more information
|
# See https://pre-commit.com for more information
|
||||||
# See https://pre-commit.ci for more information
|
# See https://pre-commit.ci for more information
|
||||||
ci:
|
ci:
|
||||||
skip: [pnpm-prettier]
|
skip: [prettier]
|
||||||
# I don't need so many duplicated notifications on the same thing as I keep
|
# I don't need so many duplicated notifications on the same thing as I keep
|
||||||
# autoupdating manually too. Besides it just creates extra branch I never
|
# autoupdating manually too. Besides it just creates extra branch I never
|
||||||
# touch.
|
# touch.
|
||||||
@ -74,20 +74,9 @@ repos:
|
|||||||
- id: reuse
|
- id: reuse
|
||||||
exclude: ^.cache\/.*$
|
exclude: ^.cache\/.*$
|
||||||
|
|
||||||
# - repo: https://github.com/rbubley/mirrors-prettier
|
|
||||||
# rev: "v3.3.1"
|
|
||||||
# hooks:
|
|
||||||
# - id: prettier
|
|
||||||
# additional_dependencies: [
|
|
||||||
# # https://www.npmjs.com/package/prettier
|
|
||||||
# "prettier@3.3.1",
|
|
||||||
# # https://www.npmjs.com/package/@prettier/plugin-xml
|
|
||||||
# "@prettier/plugin-xml@3.4.1",
|
|
||||||
# ]
|
|
||||||
|
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
- id: pnpm-prettier
|
- id: prettier
|
||||||
name: prettier
|
name: prettier
|
||||||
entry: pnpm exec prettier --cache --ignore-unknown --write
|
entry: pnpm exec prettier --cache --ignore-unknown --write
|
||||||
language: system
|
language: system
|
||||||
|
Loading…
Reference in New Issue
Block a user