From 91b802662e0d927bcd77043772a38064fd40f558 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:40:42 -0400 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#36) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.5.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](https://github.com/PyCQA/isort/compare/5.10.1...5.12.0) - [github.com/psf/black: 22.10.0 → 23.10.1](https://github.com/psf/black/compare/22.10.0...23.10.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Dan Foreman-Mackey --- .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 6e9cf86..eac777d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: trailing-whitespace exclude: docs/tutorials @@ -11,7 +11,7 @@ repos: exclude: docs/tutorials - repo: https://github.com/PyCQA/isort - rev: "5.11.5" + rev: "5.12.0" hooks: - id: isort args: [] @@ -19,6 +19,6 @@ repos: exclude: docs/tutorials - repo: https://github.com/psf/black - rev: "22.10.0" + rev: "23.10.1" hooks: - id: black