Skip to content

Commit

Permalink
Updated tox.ini to use a newer version of black for remformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkle12 committed Dec 20, 2024
1 parent 59828f3 commit 8d0e5d4
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 @@ -11,7 +11,7 @@ skip_install = true

[testenv:black]
envdir = {toxworkdir}/black
deps = black==22.3.0
deps = black==24.8.0
commands =
{envpython} -m black {posargs}

Expand Down

0 comments on commit 8d0e5d4

Please sign in to comment.