From 0da4b1dab551cc7332239199c88a31cae3adc6e9 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Fri, 12 Aug 2022 11:41:00 +0300 Subject: [PATCH] debian/tests/tox.ini: use black 22. --- debian/tests/tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.30.2