Fix black version

This commit is contained in:
Alessio Bogon 2022-02-22 17:20:11 +01:00
parent 5737ca4a2d
commit 743c9a1a4f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ deps =
commands = {env:_PYTEST_CMD:pytest} {env:_PYTEST_MORE_ARGS:} {posargs:-vvl}
[testenv:py310-pytestlatest-linters]
deps = black
deps = black==21.12b0
commands = black --check --verbose setup.py docs pytest_bdd tests
[gh-actions]