mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-18 04:17:21 +02:00
Compare commits
No commits in common. "d40f7858a0c4b30f48be0f9870e31bdc1883e4d3" and "0b29f1e8133a20038f250dde83a1d84deca44771" have entirely different histories.
d40f7858a0
...
0b29f1e813
@ -5,7 +5,7 @@
|
|||||||
ci:
|
ci:
|
||||||
# Attempts to use networking and fails at name resolution, local hook
|
# Attempts to use networking and fails at name resolution, local hook
|
||||||
# skip: [bundler-audit, pylint, latexmk, exiftool]
|
# skip: [bundler-audit, pylint, latexmk, exiftool]
|
||||||
skip: [pnpm-install-dev, prettier]
|
skip: [prettier]
|
||||||
# Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease
|
# Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease
|
||||||
# the frequency of unnecessary PRs.
|
# the frequency of unnecessary PRs.
|
||||||
# https://github.com/pre-commit-ci/issues/issues/83
|
# https://github.com/pre-commit-ci/issues/issues/83
|
||||||
@ -84,7 +84,6 @@ repos:
|
|||||||
# rev: "v1.6.0"
|
# rev: "v1.6.0"
|
||||||
# hooks:
|
# hooks:
|
||||||
# - id: mypy
|
# - id: mypy
|
||||||
# args: [--install-types, --non-interactive]
|
|
||||||
|
|
||||||
# - repo: https://github.com/asottile/pyupgrade
|
# - repo: https://github.com/asottile/pyupgrade
|
||||||
# rev: v3.15.0
|
# rev: v3.15.0
|
||||||
@ -132,13 +131,6 @@ repos:
|
|||||||
|
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
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
|
- id: prettier
|
||||||
name: prettier
|
name: prettier
|
||||||
entry: pnpm exec prettier --cache --ignore-unknown --write
|
entry: pnpm exec prettier --cache --ignore-unknown --write
|
||||||
|
Loading…
x
Reference in New Issue
Block a user