From 2c0cb803f4330e7ac351dea166cfdbb0479d7cd1 Mon Sep 17 00:00:00 2001 From: Swiftb0y <12380386+Swiftb0y@users.noreply.github.com> Date: Wed, 6 Nov 2024 21:36:36 +0100 Subject: [PATCH] chore: pre-commit migrate-config newer Pre-commit versions issue warnings about our config using outdated stage names. This fixes to be complaint to pre-commit v4. --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39f2b52fcd7..a50be359b78 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -73,7 +73,7 @@ repos: files: \.m?[jt]s$ types: [file] stages: - - commit + - pre-commit - manual additional_dependencies: - eslint@^8.48.0 @@ -89,7 +89,7 @@ repos: entry: python tools/clang_format.py require_serial: true stages: - - commit + - pre-commit - manual language: python additional_dependencies: @@ -141,7 +141,7 @@ repos: types: [text] files: ^.*\.qss$ stages: - - commit + - pre-commit - manual - id: changelog name: changelog