From 3ccac962809214719cf1019a2189788f8e6d1a27 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 19:54:29 -0700 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#512) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 24.2.0 → 24.3.0](https://github.com/psf/black/compare/24.2.0...24.3.0) - [github.com/hhatto/autopep8: v2.0.4 → v2.1.0](https://github.com/hhatto/autopep8/compare/v2.0.4...v2.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mark Bakhit --- .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 3cfa441..edf2eac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: "24.2.0" + rev: "24.3.0" hooks: - id: black - repo: https://github.com/asottile/pyupgrade @@ -47,7 +47,7 @@ repos: - id: pyupgrade args: ["--py37-plus", "--keep-mock"] - repo: https://github.com/hhatto/autopep8 - rev: "v2.0.4" + rev: "v2.1.0" hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8