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