Skip to content

Commit

Permalink
unpin black in check-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rubinstein committed Mar 12, 2024
1 parent ef94d1a commit 638da87
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 = check-manifest --ignore 'tests/*'

[testenv:check-formatting]
basepython = python3.10
deps = black==23.1.0
deps = black
skip_install = true
commands =
black {env:SOURCE} tests --line-length {env:LINE_LENGTH} --diff --check
Expand Down

0 comments on commit 638da87

Please sign in to comment.