Skip to content

Commit

Permalink
update black dep to current latest 22.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ydaiming committed Apr 1, 2022
1 parent 059f885 commit d595381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ commands = flake8
[testenv:black-format]
# Used during development (before committing) to format .py files.
basepython = python3.7
deps = black==19.3b0
deps = black==22.3.0
commands =
black -l 100 ./

[testenv:black-check]
# Used by automated build steps to check that all files are properly formatted.
basepython = python3.7
deps = black==19.3b0
deps = black==22.3.0
commands =
black -l 100 --check ./

Expand Down

0 comments on commit d595381

Please sign in to comment.