From 750e4dc0f89bc8fe72a2f2e31ec677f4ea5c83fa Mon Sep 17 00:00:00 2001 From: Virgile Andreani Date: Sat, 7 Sep 2024 20:18:48 -0400 Subject: [PATCH] Add a commit message for pre-commit autoupdate --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e28cee81fd..6ebd66bdf69 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,7 @@ # https://pre-commit.com/ ci: autoupdate_schedule: monthly + autoupdate_commit_msg: 'Update pre-commit hooks' exclude: 'xarray/datatree_.*' repos: - repo: https://github.com/pre-commit/pre-commit-hooks