Skip to content

Commit

Permalink
Fix black version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Mar 4, 2023
1 parent c6bf790 commit 5cf5da2
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 @@ -36,7 +36,7 @@ commands =
bash -ec 'PYTHONUNBUFFERED=1 python3 examples/debugging_advanced.py | grep done'

[testenv:black]
deps = black==22.13.0
deps = black==23.1.0
commands = black --check .

[testenv:flake8]
Expand Down

0 comments on commit 5cf5da2

Please sign in to comment.