Skip to content

Commit

Permalink
docs: update black in tox.ini (should have been part of 75ccab2)
Browse files Browse the repository at this point in the history
  • Loading branch information
muxator committed Sep 13, 2024
1 parent 631b993 commit c5f8eb7
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 @@ -55,12 +55,12 @@ commands =

[testenv:black]
skip_install = True
deps = black==23.9.1
deps = black==24.8.0
commands = black .

[testenv:black-check]
skip_install = True
deps = black==23.9.1
deps = black==24.8.0
commands = black --check --verbose .

[testenv:ruff]
Expand Down

0 comments on commit c5f8eb7

Please sign in to comment.