ladybird/.pre-commit-config.yaml
Totto16 93954dcd9a Meta: Replace deprecated pre-commit stage name
Also set minimum_pre_commit_version to 3.2.0
as this stage name is supported since then
2024-10-18 09:40:59 +02:00

15 lines
468 B
YAML

minimum_pre_commit_version: 3.2.0
repos:
- repo: local
hooks:
- id: meta-lint-ci
name: Running Meta/lint-ci.sh to ensure changes will pass linting on CI
entry: bash Meta/lint-ci.sh
stages: [ pre-commit ]
language: system
- id: meta-lint-commit
name: Lint commit message to ensure it will pass the commit linting on CI
entry: Meta/lint-commit.sh
stages: [ commit-msg ]
language: system