From 6c11a671a71a2e64039107268beb7bf11dae9d69 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 18:30:36 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#509) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 24.1.1 → 24.2.0](https://github.com/psf/black/compare/24.1.1...24.2.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.1) - [github.com/adrienverge/yamllint: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint/compare/v1.33.0...v1.35.1) 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 58cfe63..3cfa441 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,11 +38,11 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: "24.1.1" + rev: "24.2.0" hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: "v3.15.0" + rev: "v3.15.1" hooks: - id: pyupgrade args: ["--py37-plus", "--keep-mock"] @@ -61,6 +61,6 @@ repos: - id: rst-linter files: ^[^/]+[.]rst$ - repo: https://github.com/adrienverge/yamllint - rev: "v1.33.0" + rev: "v1.35.1" hooks: - id: yamllint