Skip to content

Commit

Permalink
tox: Bump black version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Sep 1, 2022
1 parent 965ecb3 commit 2b12a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ commands =
bash -ec 'PYTHONUNBUFFERED=1 python3 examples/debugging_advanced.py | grep done'

[testenv:black]
deps = black==22.6.0
deps = black==22.8.0
commands = black --check .

[testenv:flake8]
Expand Down

0 comments on commit 2b12a3c

Please sign in to comment.