From 1889bb951443f38ffe5845e3807950ea57643d8f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:02:04 -0500 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#477) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 24.8.0](https://github.com/psf/black-pre-commit-mirror/compare/24.4.2...24.8.0) - [github.com/sirosen/slyp: 0.6.1 → 0.7.0](https://github.com/sirosen/slyp/compare/0.6.1...0.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c838484ec..4117fbb15 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: check-merge-conflict - id: trailing-whitespace - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 @@ -31,7 +31,7 @@ repos: - 'flake8-typing-as-t==0.0.3' - 'flake8-comprehensions==3.15.0' - repo: https://github.com/sirosen/slyp - rev: 0.6.1 + rev: 0.7.0 hooks: - id: slyp - repo: https://github.com/PyCQA/isort