From fccfd4e45ab44bc13974c48c5ac985e914294036 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:11:07 -0400 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#67) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/compilerla/conventional-pre-commit: v3.1.0 → v3.2.0](https://github.com/compilerla/conventional-pre-commit/compare/v3.1.0...v3.2.0) - [github.com/psf/black-pre-commit-mirror: 24.2.0 → 24.4.0](https://github.com/psf/black-pre-commit-mirror/compare/24.2.0...24.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8cf1856..10ba7ba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files exclude: conda-lock.yml @@ -42,7 +42,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.1.0 + rev: v3.2.0 hooks: - id: conventional-pre-commit stages: [commit-msg] @@ -54,7 +54,7 @@ repos: - id: isort name: isort (python) - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.2.0 + rev: 24.4.0 hooks: - id: black - id: black-jupyter