From 26983e79d5ffcc9c895ae0bad7f1d43d5673c68e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:46:00 +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/astral-sh/ruff-pre-commit: v0.7.0 → v0.8.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.0...v0.8.1) - [github.com/pre-commit/mirrors-clang-format: v19.1.2 → v19.1.4](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.2...v19.1.4) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.12.1...v1.13.0) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](https://github.com/kynan/nbstripout/compare/0.7.1...0.8.1) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.4...0.30.0) - [github.com/henryiii/validate-pyproject-schema-store: 2024.10.14 → 2024.11.25](https://github.com/henryiii/validate-pyproject-schema-store/compare/2024.10.14...2024.11.25) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3802028d..c561c717 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: # Ruff linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.7.0' + rev: 'v0.8.1' hooks: - id: ruff args: [--fix, --show-fixes] @@ -42,7 +42,7 @@ repos: # C++ formatting - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.2 + rev: v19.1.4 hooks: - id: clang-format files: "src" @@ -58,7 +58,7 @@ repos: # Python type checking - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.12.1' + rev: 'v1.13.0' hooks: - id: mypy additional_dependencies: [numpy] @@ -67,17 +67,17 @@ repos: # Clear Jupyter notebook output and remove empty cells # Override this by adding "keep_output": true to "metadata" block - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.1 hooks: - id: nbstripout args: [--drop-empty-cells] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-workflows - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: 2024.10.14 + rev: 2024.11.25 hooks: - id: validate-pyproject