Skip to content

Commit 7ae1536

Browse files
committed
Add Blue as an optional requirement
1 parent 1e742d7 commit 7ae1536

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
@@ -6,6 +6,7 @@
66
airium==0.2.3
77
bandit==1.7.1
88
black==21.8b0
9+
blue==0.8.0
910
codespell==2.1.0
1011
defusedxml==0.7.1
1112
flake8-2020==1.6.1

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ pygments.lexers =
4646
[options.extras_require]
4747
isort =
4848
isort>=5.0.1
49+
blue =
50+
blue>=0.8.0
4951
test =
5052
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
5153
airium>=0.2.3

0 commit comments

Comments
 (0)