From fce8468a16e6ce81e16e3cdfc6c1bc4941db2d71 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Fri, 22 Nov 2024 08:07:49 -0800 Subject: [PATCH] Update pre-commit auto update schedule By default pre-commit auto updates it's linters weekly[1]. This seems a big too aggressive so we are changing it to monthly. [1] https://pre-commit.ci/#configuration-autoupdate_schedule --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2da79134..f90d84384 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,6 @@ +ci: + autoupdate_schedule: monthly + default_language_version: python: python3