From 3397fdc63b0b70013d8fc1780aa95b5ae65eb733 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 11:34:49 -0500 Subject: [PATCH] chore: update pre-commit hooks (#71) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/Zac-HD/shed: 0.10.9 → 2023.2.1](https://github.com/Zac-HD/shed/compare/0.10.9...2023.2.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e609de..ffc424f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: # Runs Black, pyupgrade, isort, autoflake, blacken-docs - repo: https://github.com/Zac-HD/shed - rev: 0.10.9 + rev: 2023.2.1 hooks: - id: shed exclude: ^(docs) -- GitLab