Skip to content

Commit

Permalink
chore: pre-commit migrate-config
Browse files Browse the repository at this point in the history
newer Pre-commit versions issue warnings about our config using
outdated stage names. This fixes to be complaint to pre-commit v4.
  • Loading branch information
Swiftb0y committed Nov 6, 2024
1 parent 3d0d098 commit 2c0cb80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ repos:
files: \.m?[jt]s$
types: [file]
stages:
- commit
- pre-commit
- manual
additional_dependencies:
- eslint@^8.48.0
Expand All @@ -89,7 +89,7 @@ repos:
entry: python tools/clang_format.py
require_serial: true
stages:
- commit
- pre-commit
- manual
language: python
additional_dependencies:
Expand Down Expand Up @@ -141,7 +141,7 @@ repos:
types: [text]
files: ^.*\.qss$
stages:
- commit
- pre-commit
- manual
- id: changelog
name: changelog
Expand Down

0 comments on commit 2c0cb80

Please sign in to comment.