mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
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:
parent
0dde58b487
commit
c9ae684eb8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue