We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208ef98 commit ce7e7b6Copy full SHA for ce7e7b6
1 file changed
tox.ini
@@ -31,7 +31,7 @@ passenv = LDFLAGS CFLAGS
31
[testenv:fmt]
32
description = run code formatting using black
33
basepython = python3.8
34
-deps = black==20.8b1
+deps = black==22.3.0
35
commands = black . {posargs}
36
skip_install = true
37
0 commit comments