From 2e4257f18e4617a151062bf6fbea9c4749fa66fd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:37:10 +0000 Subject: [PATCH] chore: update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.9.9) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.30.0...0.31.2) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 30ca2e8..db9b156 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: # - slideshow # - -- - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - id: black-jupyter @@ -50,7 +50,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.8.4" + rev: "v0.9.9" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -70,13 +70,13 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/codespell-project/codespell - rev: "v2.3.0" + rev: "v2.4.1" hooks: - id: codespell args: ["-L", "precessing"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.30.0" + rev: "0.31.2" hooks: - id: check-dependabot - id: check-github-workflows