We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e363e7 commit 15a3953Copy full SHA for 15a3953
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
@@ -49,6 +49,8 @@ isort =
49
isort>=5.0.1
50
color =
51
Pygments>=2.4.0
52
+blue =
53
+ blue>=0.8.0
54
test =
55
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
56
airium>=0.2.3
0 commit comments