From f0cdd2bb84c73c89f003072b529c7abec93378d4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:50:44 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/crate-ci/typos: v1.23.6 → v1.26.0](https://github.com/crate-ci/typos/compare/v1.23.6...v1.26.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.29.3](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.1...0.29.3) - [github.com/sirosen/texthooks: 0.6.6 → 0.6.7](https://github.com/sirosen/texthooks/compare/0.6.6...0.6.7) - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.6...v0.6.9) --- .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 d9e72f28..ce74370f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -30,19 +30,19 @@ repos: exclude: _typos.toml - repo: https://github.com/crate-ci/typos - rev: v1.23.6 + rev: v1.26.0 hooks: - id: typos name: typos (add false positives to _typos.toml) exclude: plugins - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.1 + rev: 0.29.3 hooks: - id: check-github-workflows - repo: https://github.com/sirosen/texthooks - rev: 0.6.6 + rev: 0.6.7 hooks: - id: fix-smartquotes - id: fix-spaces @@ -63,7 +63,7 @@ repos: exclude: .github/labeler.yml|.pre-commit-search-and-replace.yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.6 + rev: v0.6.9 hooks: - id: ruff name: ruff (see https://docs.astral.sh/ruff/rules)