We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed756c commit 0d2bc8cCopy full SHA for 0d2bc8c
constraints-oldest.txt
@@ -5,6 +5,7 @@
5
# versions in `setup.cfg`.
6
airium==0.2.3
7
black==21.8b0
8
+blue==0.8.0
9
defusedxml==0.7.1
10
flake8-2020==1.6.1
11
flake8-bugbear==22.1.11
setup.cfg
@@ -48,6 +48,8 @@ isort =
48
isort>=5.0.1
49
color =
50
Pygments>=2.4.0
51
+blue =
52
+ blue>=0.8.0
53
test =
54
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
55
airium>=0.2.3
0 commit comments