From: Peter Pentchev Date: Fri, 12 Aug 2022 08:41:00 +0000 (+0300) Subject: debian/tests/tox.ini: use black 22. X-Git-Tag: archive/raspbian/1.2.3+ds1-2+rpi1^2~23 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0da4b1dab551cc7332239199c88a31cae3adc6e9;p=zchunk.git debian/tests/tox.ini: use black 22. --- diff --git a/debian/tests/tox.ini b/debian/tests/tox.ini index 20ca808..fd33571 100644 --- a/debian/tests/tox.ini +++ b/debian/tests/tox.ini @@ -13,14 +13,14 @@ files = [testenv:black] basepython = python3 deps = - black >= 20b0, < 21b0 + black >= 22, < 23 commands = python3 -m black --check --line-length 79 {[defs]files} [testenv:black-reformat] basepython = python3 deps = - black >= 20b0, < 21b0 + black >= 22, < 23 commands = python3 -m black --line-length 79 {[defs]files}