From 9a66130ece6a1086e42747158360aaa30fb0a8ce Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:38:21 +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/rhysd/actionlint: v1.7.3 → v1.7.4](https://github.com/rhysd/actionlint/compare/v1.7.3...v1.7.4) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.0](https://github.com/kynan/nbstripout/compare/0.7.1...0.8.0) - [github.com/pre-commit/mirrors-clang-format: v19.1.2 → v19.1.3](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.2...v19.1.3) - [github.com/abravalheri/validate-pyproject: v0.22 → v0.23](https://github.com/abravalheri/validate-pyproject/compare/v0.22...v0.23) --- .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 4c35133..6f60401 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,12 +45,12 @@ repos: - id: mixed-line-ending # Ensure consistent line endings - repo: https://github.com/rhysd/actionlint - rev: v1.7.3 + rev: v1.7.4 hooks: - id: actionlint # GitHub Actions Workflow linter - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.0 hooks: - id: nbstripout # Make sure that Jupyter notebooks under version control have their outputs stripped before committing files: ".ipynb" @@ -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.2 + rev: v19.1.3 hooks: - id: clang-format # Format C++ code with Clang-Format - automatically applying the changes types_or: [c++, c, c#, cuda, objective-c] @@ -87,7 +87,7 @@ repos: - id: shell-fmt-go # Format Bash scripts - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.22 + rev: v0.23 hooks: - id: validate-pyproject # Validate the contents of pyproject.toml From d914d67c36a3387041708cb91f26848671a1b42d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:38:41 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/precommend/.pre-commit-config.yaml b/precommend/.pre-commit-config.yaml index 4c35133..6f60401 100644 --- a/precommend/.pre-commit-config.yaml +++ b/precommend/.pre-commit-config.yaml @@ -45,12 +45,12 @@ repos: - id: mixed-line-ending # Ensure consistent line endings - repo: https://github.com/rhysd/actionlint - rev: v1.7.3 + rev: v1.7.4 hooks: - id: actionlint # GitHub Actions Workflow linter - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.0 hooks: - id: nbstripout # Make sure that Jupyter notebooks under version control have their outputs stripped before committing files: ".ipynb" @@ -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.2 + rev: v19.1.3 hooks: - id: clang-format # Format C++ code with Clang-Format - automatically applying the changes types_or: [c++, c, c#, cuda, objective-c] @@ -87,7 +87,7 @@ repos: - id: shell-fmt-go # Format Bash scripts - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.22 + rev: v0.23 hooks: - id: validate-pyproject # Validate the contents of pyproject.toml