Skip to content

Commit

Permalink
(actually) update black in tox.ini to match pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-marshall-amp committed Jul 22, 2024
1 parent 0d8600b commit d43071a
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 @@ -16,7 +16,7 @@ commands =
[testenv:black]
basepython = python3
skip_install = true
deps = black==22.3.0
deps = black==24.4.2
commands = black --check src test scripts {posargs}

[pytest]
Expand Down

0 comments on commit d43071a

Please sign in to comment.