From 912ccfa05cb91a03a5675b7327a7d0a614f46239 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:11:45 +0000 Subject: [PATCH 1/2] chore: update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.9...v0.7.2) - [github.com/abravalheri/validate-pyproject: v0.20.2 → v0.22](https://github.com/abravalheri/validate-pyproject/compare/v0.20.2...v0.22) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.29.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.3...0.29.4) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 546fe23..b209b04 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.9" + rev: "v0.7.2" hooks: - id: ruff args: ["--fix", "--exit-non-zero-on-fix", "--show-fixes"] @@ -30,13 +30,13 @@ repos: # files: src - repo: https://github.com/abravalheri/validate-pyproject - rev: "v0.20.2" + rev: "v0.22" hooks: - id: validate-pyproject additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.29.3" + rev: "0.29.4" hooks: - id: check-dependabot - id: check-github-workflows From 73f909fbf287c909982d173ade1621218d71e0e9 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Mon, 4 Nov 2024 19:12:24 +0000 Subject: [PATCH 2/2] Update pre-commit-config quarterly --- .pre-commit-config.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b209b04..70accec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ ci: autofix_prs: false - autoupdate_schedule: monthly + autoupdate_schedule: quarterly autoupdate_commit_msg: "chore: update pre-commit hooks" repos: @@ -23,12 +23,6 @@ repos: args: ["--fix", "--exit-non-zero-on-fix", "--show-fixes"] - id: ruff-format - #- repo: https://github.com/pre-commit/mirrors-mypy - #rev: "v1.8.0" - #hooks: - #- id: mypy - # files: src - - repo: https://github.com/abravalheri/validate-pyproject rev: "v0.22" hooks: @@ -38,5 +32,4 @@ repos: - repo: https://github.com/python-jsonschema/check-jsonschema rev: "0.29.4" hooks: - - id: check-dependabot - id: check-github-workflows