Update black version

This commit is contained in:
Alessio Bogon 2022-02-22 16:32:15 +01:00
parent 421f87a605
commit e48f6aa686
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/psf/black
# If you update the version here, also update it in tox.ini (py*-pytestlatest-linters)
rev: 21.12b0
hooks:
- id: black

View File

@ -33,7 +33,7 @@ commands = {env:_PYTEST_CMD:pytest} {env:_PYTEST_MORE_ARGS:} {posargs:-vvl}
; Black doesn't support >py38 now
[testenv:py38-pytestlatest-linters]
deps = black
deps = black==21.12b0
commands = black --check --verbose setup.py docs pytest_bdd tests
[gh-actions]