adjust pre-commit config
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 10 Mar 2025 14:47:41 +0000 (15:47 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 10 Mar 2025 14:47:41 +0000 (15:47 +0100)
.pre-commit-config.yaml

index 445b49563668eae584d1d9b238dbae687d5cc518..c9d83886c04f0184da02cce10b9fcc6e002ce0b6 100644 (file)
@@ -73,13 +73,13 @@ repos:
         entry: scripts/run-in-env.sh end-of-file-fixer
         stages: [pre-commit, pre-push, manual]
       - id: no-commit-to-branch
-        name: ðŸ›‘ Don't commit to main branch
+        name: ðŸ›‘ Don't commit to stable branch
         language: system
         entry: scripts/run-in-env.sh no-commit-to-branch
         pass_filenames: false
         always_run: true
         args:
-          - --branch=main
+          - --branch=stable
       - id: trailing-whitespace
         name: âœ„  Trim Trailing Whitespace
         language: system