mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-17 20:07:20 +02:00
Compare commits
2 Commits
0b29f1e813
...
d40f7858a0
Author | SHA1 | Date | |
---|---|---|---|
d40f7858a0 | |||
0a78c0a61d |
@ -5,7 +5,7 @@
|
||||
ci:
|
||||
# Attempts to use networking and fails at name resolution, local hook
|
||||
# skip: [bundler-audit, pylint, latexmk, exiftool]
|
||||
skip: [prettier]
|
||||
skip: [pnpm-install-dev, prettier]
|
||||
# Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease
|
||||
# the frequency of unnecessary PRs.
|
||||
# https://github.com/pre-commit-ci/issues/issues/83
|
||||
@ -84,6 +84,7 @@ repos:
|
||||
# rev: "v1.6.0"
|
||||
# hooks:
|
||||
# - id: mypy
|
||||
# args: [--install-types, --non-interactive]
|
||||
|
||||
# - repo: https://github.com/asottile/pyupgrade
|
||||
# rev: v3.15.0
|
||||
@ -131,6 +132,13 @@ repos:
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: pnpm-install-dev
|
||||
name: Install pnpm dev dependencies
|
||||
entry: pnpm install -D
|
||||
language: system
|
||||
always_run: true
|
||||
verbose: true
|
||||
pass_filenames: false
|
||||
- id: prettier
|
||||
name: prettier
|
||||
entry: pnpm exec prettier --cache --ignore-unknown --write
|
||||
|
Loading…
x
Reference in New Issue
Block a user