Skip to content

Commit f4782a9

Browse files
committed
Update black version to fix formatting fail
1 parent c8a3034 commit f4782a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ changedir = {toxinidir}/docs
7979
[testenv:style]
8080
deps =
8181
isort == 4.3.17
82-
black == 19.3b0
82+
black == 22.3.0
8383
commands =
8484
isort --recursive --check-only .
8585
black . {posargs:--check --diff}

0 commit comments

Comments
 (0)