From 320d7931ebfd9045406d683ef546a9457903f60e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 17:08:20 +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/asottile/yesqa: v1.4.0 → v1.5.0](https://github.com/asottile/yesqa/compare/v1.4.0...v1.5.0) - [github.com/Zac-HD/shed: 2023.3.1 → 2023.6.1](https://github.com/Zac-HD/shed/compare/2023.3.1...2023.6.1) - [github.com/sirosen/check-jsonschema: 0.22.0 → 0.23.2](https://github.com/sirosen/check-jsonschema/compare/0.22.0...0.23.2) --- .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 1a58a11..4a6d55a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: check-merge-conflict exclude: "rst$" - repo: https://github.com/asottile/yesqa - rev: v1.4.0 + rev: v1.5.0 hooks: - id: yesqa - repo: https://github.com/sondrelg/pep585-upgrade @@ -15,7 +15,7 @@ repos: args: - --futures=true - repo: https://github.com/Zac-HD/shed - rev: 2023.3.1 + rev: 2023.6.1 hooks: - id: shed args: @@ -62,7 +62,7 @@ repos: # - -ignore # - 'SC1004:' - repo: https://github.com/sirosen/check-jsonschema - rev: 0.22.0 + rev: 0.23.2 hooks: - id: check-github-actions - id: check-github-workflows