From af870777082f4cc7da205777dd9516b6715f11bf Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Sat, 29 Jun 2024 15:19:51 +0200 Subject: [PATCH] Only update pre-commit monthly (#403) * Only update pre-commit monthly * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d01ed9ea..bb679927 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,7 @@ +# Configuring https://pre-commit.ci/ +ci: + autoupdate_schedule: monthly + exclude: 'conf.py|test_file_conflicts_pathtable.py' repos: