From b26d14a09096e6eee1ac3085d26466985f772198 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:45:32 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/sirosen/check-jsonschema: 0.29.3 → 0.29.4](https://github.com/sirosen/check-jsonschema/compare/0.29.3...0.29.4) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0fcc82..5244670 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,6 +50,6 @@ repos: # Ensure GitHub workflows match the expected schema. - repo: https://github.com/sirosen/check-jsonschema - rev: 0.29.3 + rev: 0.29.4 hooks: - id: check-github-workflows From e6847d76cfcdeae42b0734fc1fef1bc5b9d0a528 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Tue, 15 Oct 2024 14:24:33 -0600 Subject: [PATCH 2/2] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5244670..cb4fe2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ ci: # pyosMeta disables autofixing of PRs to simplify new contributor experience and cleaner git history autofix_prs: false # Frequency of hook updates - autoupdate_schedule: weekly + autoupdate_schedule: quarterly repos: # Out of the box hooks for pre-commit https://github.com/pre-commit/pre-commit-hooks