From fc2b88fac870b5898b1691266c6e08a10d85045d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:18:22 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=F0=9F=AA=9D=20update=20pre-c?= =?UTF-8?q?ommit=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.9.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.6...v0.9.10) - [github.com/rbubley/mirrors-prettier: v3.5.1 → v3.5.3](https://github.com/rbubley/mirrors-prettier/compare/v3.5.1...v3.5.3) - [github.com/crate-ci/typos: typos-dict-v0.12.5 → v1.30.2](https://github.com/crate-ci/typos/compare/typos-dict-v0.12.5...v1.30.2) - [github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.31.3](https://github.com/python-jsonschema/check-jsonschema/compare/0.31.1...0.31.3) - [github.com/henryiii/validate-pyproject-schema-store: 2025.02.10 → 2025.03.03](https://github.com/henryiii/validate-pyproject-schema-store/compare/2025.02.10...2025.03.03) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cf384a0..f3e87f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: # Python linting using ruff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.6 + rev: v0.9.10 hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -86,14 +86,14 @@ repos: # Format configuration files with prettier - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.5.1 + rev: v3.5.3 hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] # Check for spelling - repo: https://github.com/crate-ci/typos - rev: typos-dict-v0.12.5 + rev: v1.30.2 hooks: - id: typos @@ -115,7 +115,7 @@ repos: # Check JSON schemata - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.1 + rev: 0.31.3 hooks: - id: check-dependabot - id: check-github-workflows @@ -123,6 +123,6 @@ repos: # Check the pyproject.toml file - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: 2025.02.10 + rev: 2025.03.03 hooks: - id: validate-pyproject