Skip to content

Commit 8a7dd9f

Browse files
committed
Add Blue as an optional requirement
1 parent a6868c1 commit 8a7dd9f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

constraints-oldest.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# versions in `setup.cfg`.
66
bandit==1.7.1
77
black==21.8b0
8+
blue==0.8.0
89
codespell==2.1.0
910
flake8-2020==1.6.1
1011
flake8-bugbear==22.1.11

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ pygments.lexers =
4848
[options.extras_require]
4949
isort =
5050
isort>=5.0.1
51+
blue =
52+
blue>=0.8.0
5153
test =
5254
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
5355
bandit>=1.7.1

0 commit comments

Comments
 (0)