Browse Source

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
Totto16 5 months ago
parent
commit
93954dcd9a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .pre-commit-config.yaml

+ 2 - 1
.pre-commit-config.yaml

@@ -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