Skip to content

Commit a75fc05

Browse files
authored
Merge pull request #516 from pytest-dev/fix-linters
Fix black version
2 parents 6773c44 + 4883770 commit a75fc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ deps =
3131
commands = {env:_PYTEST_CMD:pytest} {env:_PYTEST_MORE_ARGS:} {posargs:-vvl}
3232

3333
[testenv:py310-pytestlatest-linters]
34-
deps = black==22.1.0
34+
deps = black==22.3.0
3535
commands = black --check --verbose setup.py docs pytest_bdd tests
3636

3737
[testenv:mypy]

0 commit comments

Comments
 (0)