Skip to content

Commit 743c9a1

Browse files
committed
Fix black version
1 parent 5737ca4 commit 743c9a1

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
@@ -30,7 +30,7 @@ deps =
3030
commands = {env:_PYTEST_CMD:pytest} {env:_PYTEST_MORE_ARGS:} {posargs:-vvl}
3131

3232
[testenv:py310-pytestlatest-linters]
33-
deps = black
33+
deps = black==21.12b0
3434
commands = black --check --verbose setup.py docs pytest_bdd tests
3535

3636
[gh-actions]

0 commit comments

Comments
 (0)