From 4e509aed1c40007d7bcd3ea8eb72ec8085459394 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:22:46 +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.1.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.5.0) - [github.com/Lucas-C/pre-commit-hooks: v1.1.13 → v1.5.4](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.1.13...v1.5.4) - [github.com/psf/black: 22.3.0 → 23.10.0](https://github.com/psf/black/compare/22.3.0...23.10.0) - [github.com/s-weigand/flake8-nb: v0.4.0 → v0.5.3](https://github.com/s-weigand/flake8-nb/compare/v0.4.0...v0.5.3) --- .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 7eb4eafc..cddf97c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: check-merge-conflict @@ -19,18 +19,18 @@ repos: - id: debug-statements - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.13 + rev: v1.5.4 hooks: - id: remove-tabs - repo: https://github.com/psf/black - rev: '22.3.0' + rev: '23.10.0' hooks: - id: black - id: black-jupyter - repo: https://github.com/s-weigand/flake8-nb - rev: v0.4.0 + rev: v0.5.3 hooks: - id: flake8-nb additional_dependencies: