Meta: Migrate deprecated pre-commit stage names

> [WARNING] hook id `meta-lint-ci` uses deprecated stage names (commit)
> which will be removed in a future version.
> run: `pre-commit migrate-config` to automatically fix this.
This commit is contained in:
Linus Groh 2024-10-27 01:55:07 +01:00 committed by Nico Weber
parent 0dde58b487
commit c9ae684eb8

View file

@ -5,7 +5,7 @@ repos:
name: Running Meta/lint-ci.sh to ensure changes will pass linting on CI
entry: bash Meta/lint-ci.sh
args: [ --no-ports ]
stages: [ commit ]
stages: [ pre-commit ]
language: system
- id: meta-lint-ports
@ -13,7 +13,7 @@ repos:
entry: Meta/lint-ports.py
pass_filenames: false
files: ^Ports/
stages: [ commit ]
stages: [ pre-commit ]
language: system
- id: meta-lint-commit