From 6fec692ec6ccf70117da4da1516431e9ee0d9291 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Sun, 18 Feb 2024 16:36:20 -0700 Subject: [PATCH] update pre-commit hook to include shed --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c936705..3f6dc337 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,11 @@ +minimum_pre_commit_version: '2.9.0' repos: +- repo: https://github.com/Zac-HD/shed + rev: 2024.1.1 + hooks: + - id: shed + # args: [--refactor, --py311-plus] + types_or: [python, pyi, markdown, rst] - repo: https://github.com/ambv/black rev: 22.3.0 hooks: