We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b27dcc commit ca86435Copy full SHA for ca86435
constraints-oldest.txt
@@ -6,6 +6,7 @@
6
airium==0.2.3
7
bandit==1.7.1
8
black==21.8b0
9
+blue==0.8.0
10
codespell==2.1.0
11
defusedxml==0.7.1
12
flake8-2020==1.6.1
setup.cfg
@@ -46,6 +46,8 @@ pygments.lexers =
46
[options.extras_require]
47
isort =
48
isort>=5.0.1
49
+blue =
50
+ blue>=0.8.0
51
test =
52
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
53
airium>=0.2.3
0 commit comments