Skip to content

Commit

Permalink
fix issue with older black release and click
Browse files Browse the repository at this point in the history
Relevant issue: psf/black#2634
  • Loading branch information
imrehg committed May 13, 2022
1 parent 8ef523f commit 3777fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -18,7 +18,7 @@ commands =
[testenv:black]
skip_install = True
deps =
black==18.9b0
black==22.3.0
commands =
black {posargs:--check setup.py faculty_cli test}

Expand Down

0 comments on commit 3777fec

Please sign in to comment.