From 9f1876d7503f0878ae2f964b8d5703a3241df5db Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Tue, 29 Mar 2022 13:33:22 -0600 Subject: black: bump pinned version to 22.3.0 to avoid click dependency issues (#1357) Black < 22.3.0 didn't handle a dropped internal attribute _unicodefun from in more click package version 8.1.0. Due to issue Issue: https://github.com/psf/black/issues/2964 This broke our CI and tox -e do_format targets with cannot import name '_unicodefun' from 'click'. Increment our pinned black to 22.3.0 and apply minor format change rules. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index be3b3315..a400a3ab 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ passenv= PYTEST_ADDOPTS [format_deps] -black==21.12b0 +black==22.3.0 flake8==3.9.2 isort==5.10.1 mypy==0.931 -- cgit v1.2.1