Skip to content

Commit ce7e7b6

Browse files
committed
Fix black version for python 3.8.
1 parent 208ef98 commit ce7e7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ passenv = LDFLAGS CFLAGS
3131
[testenv:fmt]
3232
description = run code formatting using black
3333
basepython = python3.8
34-
deps = black==20.8b1
34+
deps = black==22.3.0
3535
commands = black . {posargs}
3636
skip_install = true
3737

0 commit comments

Comments
 (0)