--wip-- [skip ci]

This commit is contained in:
2026-03-21 02:08:55 +01:00
parent 08c1d0c605
commit fa1a621d03
64 changed files with 184 additions and 3691 deletions

View File

@@ -1,13 +1,22 @@
default_install_hook_types: [pre-commit, commit-msg]
exclude: gotk-.*.yaml
default_install_hook_types:
- pre-commit
- commit-msg
default_stages:
- pre-commit
repos:
- repo: meta
hooks:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: builtin
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
args:
- --allow-multiple-documents
- id: check-toml
- id: check-added-large-files
- id: check-merge-conflict
- id: check-executables-have-shebangs
@@ -18,6 +27,11 @@ repos:
- id: check-yamlschema
files: ^patches/.*\.yaml$
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
- id: prettier
- repo: https://github.com/crate-ci/typos
rev: v1.40.0
hooks: