projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28daaa4
)
debian/tests/tox.ini: use black 22.
author
Peter Pentchev
<roam@debian.org>
Fri, 12 Aug 2022 08:41:00 +0000
(11:41 +0300)
committer
Peter Pentchev
<roam@debian.org>
Fri, 12 Aug 2022 08:41:00 +0000
(11:41 +0300)
debian/tests/tox.ini
patch
|
blob
|
history
diff --git
a/debian/tests/tox.ini
b/debian/tests/tox.ini
index 20ca808ad1cde510a6c3ecbcefbd4377c9e03631..fd3357196bdf3f4e2512973cc77ef13beb68ff0d 100644
(file)
--- a/
debian/tests/tox.ini
+++ b/
debian/tests/tox.ini
@@
-13,14
+13,14
@@
files =
[testenv:black]
basepython = python3
deps =
- black >= 2
0b0, < 21b0
+ black >= 2
2, < 23
commands =
python3 -m black --check --line-length 79 {[defs]files}
[testenv:black-reformat]
basepython = python3
deps =
- black >= 2
0b0, < 21b0
+ black >= 2
2, < 23
commands =
python3 -m black --line-length 79 {[defs]files}