From 40fe60e0312964b326f5addac7167522029eff71 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:47:45 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 24.8.0 → 24.10.0](https://github.com/psf/black/compare/24.8.0...24.10.0) - [github.com/pre-commit/mirrors-clang-format: v19.1.1 → v19.1.2](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.1...v19.1.2) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.5.0...v2.7.0) - [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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f3f0b2..4c35133 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: pass_filenames: false - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black # Run Black - the uncompromising Python code formatter - id: black-jupyter # Run Black - the uncompromising Python code formatter (Jupyter version) @@ -64,7 +64,7 @@ repos: - id: cmake-lint # Apply linting to CMake files - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.1 + rev: v19.1.2 hooks: - id: clang-format # Format C++ code with Clang-Format - automatically applying the changes types_or: [c++, c, c#, cuda, objective-c] @@ -72,7 +72,7 @@ repos: - --style=Mozilla - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.5.0 + rev: v2.7.0 hooks: - id: setup-cfg-fmt # Automatically format/sanitize setup.cfg @@ -87,12 +87,12 @@ repos: - id: shell-fmt-go # Format Bash scripts - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.20.2 + rev: v0.22 hooks: - id: validate-pyproject # Validate the contents of pyproject.toml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.3 + rev: 0.29.4 hooks: - id: check-readthedocs # Validate the given .readthedocs.yml file - id: check-dependabot # Validate the given dependabot.yml file From 3face0db55c6302e229ff7f54a16e9f024a88dfe Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:47:57 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- precommend/.pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/precommend/.pre-commit-config.yaml b/precommend/.pre-commit-config.yaml index 0f3f0b2..4c35133 100644 --- a/precommend/.pre-commit-config.yaml +++ b/precommend/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: pass_filenames: false - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black # Run Black - the uncompromising Python code formatter - id: black-jupyter # Run Black - the uncompromising Python code formatter (Jupyter version) @@ -64,7 +64,7 @@ repos: - id: cmake-lint # Apply linting to CMake files - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.1 + rev: v19.1.2 hooks: - id: clang-format # Format C++ code with Clang-Format - automatically applying the changes types_or: [c++, c, c#, cuda, objective-c] @@ -72,7 +72,7 @@ repos: - --style=Mozilla - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.5.0 + rev: v2.7.0 hooks: - id: setup-cfg-fmt # Automatically format/sanitize setup.cfg @@ -87,12 +87,12 @@ repos: - id: shell-fmt-go # Format Bash scripts - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.20.2 + rev: v0.22 hooks: - id: validate-pyproject # Validate the contents of pyproject.toml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.3 + rev: 0.29.4 hooks: - id: check-readthedocs # Validate the given .readthedocs.yml file - id: check-dependabot # Validate the given dependabot.yml file