Fix black version

This commit is contained in:
Alessio Bogon 2022-05-01 15:15:35 +02:00
parent 6773c440ea
commit 4883770ebc
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ deps =
commands = {env:_PYTEST_CMD:pytest} {env:_PYTEST_MORE_ARGS:} {posargs:-vvl}
[testenv:py310-pytestlatest-linters]
deps = black==22.1.0
deps = black==22.3.0
commands = black --check --verbose setup.py docs pytest_bdd tests
[testenv:mypy]