mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 17:09:22 +01:00
.pre-commit-config.yaml: remove extraneous hook, add check-pre-commit-ci-config
Co-authored-by: Tessu Suomalainen <soopeli@aminda.eu>
This commit is contained in:
parent
8e8a10b9ed
commit
c37af52cec
@ -3,7 +3,7 @@
|
||||
# See https://pre-commit.com for more information
|
||||
# See https://pre-commit.ci for more information
|
||||
ci:
|
||||
skip: [install-dev-deps, prettier]
|
||||
skip: [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
|
||||
@ -50,6 +50,11 @@ repos:
|
||||
"Name,name",
|
||||
]
|
||||
|
||||
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
|
||||
rev: v1.6.1
|
||||
hooks:
|
||||
- id: check-pre-commit-ci-config
|
||||
|
||||
# Markdown Table of Contents generation.
|
||||
- repo: https://github.com/thlorenz/doctoc
|
||||
rev: v2.2.0
|
||||
|
Loading…
Reference in New Issue
Block a user