Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Pin black's dependencies so it will work again
  • Loading branch information
exarkun committed Aug 27, 2022
commit 3543eb03dc4a4958d58e471250c0aea6117376da
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,15 @@ basepython = {[default]basepython}
skip_install = True

deps =
# Pin black and all of its dependencies so an incompatible release of one
# of them doesn't break this environment.
appdirs==1.4.4
black==21.7b0
click==7.1.2
mypy-extensions==0.4.3
pathspec==0.9.0
regex==2022.8.17
tomli==1.2.3

setenv =
BLACK_LINT_ARGS=--check
Expand Down