From 69ba1671625f64dce79018c84f2c05bf03f2b1b0 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Mon, 28 Mar 2022 22:49:22 -0400 Subject: [PATCH] restrict click to < 8.1 for black (#10923) https://github.com/pallets/click/issues/2225 Doing this instead of updating since updating black will change several files due to some formatting change. I would like to take that on separately from unbreaking CI. --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1768be23c6cc..71440043f9f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,6 +28,7 @@ repos: rev: 21.8b0 hooks: - id: black + additional_dependencies: ['click<8.1'] - repo: https://gitlab.com/pycqa/flake8 rev: 3.9.2 hooks: