From e8df8829307f6961f67339f2cabf95804379833f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 12:20:12 -0500 Subject: [PATCH] chore: update pre-commit hooks (#64) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/Zac-HD/shed: 0.10.7 → 0.10.8](https://github.com/Zac-HD/shed/compare/0.10.7...0.10.8) 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 c7ded15..4bbaff9 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.7 + rev: 0.10.8 hooks: - id: shed exclude: ^(docs) -- GitLab