Skip to content

Commit

Permalink
Update black version to fix formatting fail
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Nov 3, 2022
1 parent c8a3034 commit f4782a9
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 @@ -79,7 +79,7 @@ changedir = {toxinidir}/docs
[testenv:style]
deps =
isort == 4.3.17
black == 19.3b0
black == 22.3.0
commands =
isort --recursive --check-only .
black . {posargs:--check --diff}
Expand Down

0 comments on commit f4782a9

Please sign in to comment.