From 0f9e67e3da75a1ad6dff3bf0d7a0f00a90c0a81d Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Tue, 12 Apr 2022 07:52:07 +0200 Subject: [PATCH] ci: autoupdate devel instead of master --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c343196..c87eda3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,5 @@ +ci: + autoupdate_branch: 'devel' exclude: tests/test_python-syntax_error.py repos: - repo: https://github.com/pre-commit/mirrors-clang-format -- GitLab