From 015ded29380b8a0755664b520fdbe1c34081fc2b Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Fri, 3 May 2024 11:20:48 +0200 Subject: [PATCH] don't format diff files, reduce autoupdate frequency --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3f4768..cd39d2b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,10 +3,13 @@ repos: rev: v4.6.0 hooks: - id: end-of-file-fixer + exclude: '.*\.diff$' - id: check-yaml - id: trailing-whitespace + exclude: '.*\.diff$' - id: check-added-large-files - id: mixed-line-ending + exclude: '.*\.diff$' - repo: https://github.com/rhysd/actionlint rev: v1.6.27 hooks: @@ -19,3 +22,5 @@ repos: rev: v0.11.0 hooks: - id: yamlfmt +ci: + autoupdate_schedule: quarterly