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
This commit is contained in:
Totto16 2024-10-13 22:55:49 +02:00 committed by Jelle Raaijmakers
parent 2a98f2a12d
commit 93954dcd9a
Notes: github-actions[bot] 2024-10-18 07:41:49 +00:00

View file

@ -1,10 +1,11 @@
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: [ commit ]
stages: [ pre-commit ]
language: system
- id: meta-lint-commit