From d8955cc40299fa4532fd049ce3188b6dc089d65f Mon Sep 17 00:00:00 2001 From: lenvm Date: Sun, 24 Mar 2024 22:33:26 +0100 Subject: [PATCH] enable autoupdate of the pre-commit configuration --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 55064647..a9b6a158 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,6 +3,11 @@ exclude: '^Software/src/lib/' # don't run hooks on external libraries +# This continuous integration section is optional, and enables autoupdating the pre-commit configuration, ensuring that +# the hook versions are kept up to date. +ci: + autoupdate_schedule: monthly + repos: - repo: https://github.com/pre-commit/mirrors-clang-format rev: v17.0.4