From 396802ec373ac789451e2a7802be39909d66edad Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 10:08:31 -0500 Subject: [PATCH] chore: update pre-commit hooks (#69) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/Zac-HD/shed: 0.10.8 → 0.10.9](https://github.com/Zac-HD/shed/compare/0.10.8...0.10.9) 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 d85ed0a..2e609de 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.8 + rev: 0.10.9 hooks: - id: shed exclude: ^(docs) -- GitLab