Skip to content

Commit

Permalink
Pin click dependency to 8.0.4 to avoid breakage in black (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe authored Mar 28, 2022
1 parent 3c7be4b commit 8a45c2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ passenv = LDFLAGS CFLAGS
[testenv:fmt]
description = run code formatting using black
basepython = python3.10
deps = black==21.12b0
deps =
black==21.12b0
click==8.0.4 # Version 8.1 breaks black
commands = black . {posargs}
skip_install = true

Expand Down

0 comments on commit 8a45c2b

Please sign in to comment.