mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-06-12 18:17:21 +02:00
.pre-commit-config.yaml: comment alex until better time
This commit is contained in:
parent
8626408f9f
commit
78b8d5ba1d
@ -1,7 +1,8 @@
|
|||||||
# 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: [prettier, alex]
|
#skip: [prettier, alex]
|
||||||
|
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
|
||||||
@ -98,10 +99,10 @@ repos:
|
|||||||
name: prettier
|
name: prettier
|
||||||
entry: corepack npx prettier --cache --ignore-unknown --write
|
entry: corepack npx prettier --cache --ignore-unknown --write
|
||||||
language: system
|
language: system
|
||||||
- id: alex
|
# - id: alex
|
||||||
name: alex
|
# name: alex
|
||||||
entry: corepack npx alex --why --quiet
|
# entry: corepack npx alex --why --quiet
|
||||||
language: system
|
# language: system
|
||||||
|
|
||||||
# .editorconfig validity checking
|
# .editorconfig validity checking
|
||||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user