From c903301b6de30925d4245e1f0f85da54c60a4bd5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:19: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/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/astral-sh/ruff-pre-commit: v0.4.4 → v0.7.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.7.0) - [github.com/tox-dev/tox-ini-fmt: 1.3.1 → 1.4.1](https://github.com/tox-dev/tox-ini-fmt/compare/1.3.1...1.4.1) - [github.com/pre-commit/mirrors-clang-format: v18.1.5 → v19.1.2](https://github.com/pre-commit/mirrors-clang-format/compare/v18.1.5...v19.1.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 1e43de9ad..1a0f5b5b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ exclude: ^reacnetgenerator/static/webpack/\.yarn/releases/.*$ 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 @@ -17,7 +17,7 @@ repos: - id: mixed-line-ending # Python - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.4 + rev: v0.7.0 hooks: - id: ruff args: ["--fix"] @@ -25,7 +25,7 @@ repos: - id: ruff-format types_or: [python, pyi, jupyter] - repo: https://github.com/tox-dev/tox-ini-fmt - rev: "1.3.1" + rev: "1.4.1" hooks: - id: tox-ini-fmt # numpydoc @@ -36,7 +36,7 @@ repos: args: ["--write"] # C++ - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.5 + rev: v19.1.2 hooks: - id: clang-format # Cython