From 4d3a77a3488eaa450756bc0a5be410543afab31f Mon Sep 17 00:00:00 2001 From: Tim Wendt Date: Thu, 13 Jun 2024 21:08:58 +0200 Subject: [PATCH] pre-commit: added manual as default stage --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5813f68a3b..d50308d0a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ # GNU Library General Public License for more details. # # Read the full text in the LICENSE.GPL file in the doc directory. -default_stages: [pre-commit, pre-push] +default_stages: [pre-commit, pre-push, manual] exclude: ".*/attic/.*" # General repos: