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: