From: Melissa LeBlanc-Williams Date: Tue, 29 Mar 2022 19:03:54 +0000 (-0700) Subject: Fix Black/click issue X-Git-Tag: 7.1.2^2~2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/e228b8bb9786acb24948e19d900a7ff5b53955c4 Fix Black/click issue --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf33d62..9e28068 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,9 +4,10 @@ repos: - repo: https://github.com/python/black - rev: 20.8b1 + rev: 22.1.0 hooks: - id: black + additional_dependencies: ['click==8.0.4'] - repo: https://github.com/fsfe/reuse-tool rev: v0.12.1 hooks: