From 57201d2de9cd4080480cfed2fe2572fa1c908acb Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Wed, 22 Aug 2018 14:24:42 -0700 Subject: Bump black up to 18.6b4 --- tasks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tasks.py') diff --git a/tasks.py b/tasks.py index fb15728b..50b75762 100644 --- a/tasks.py +++ b/tasks.py @@ -145,6 +145,7 @@ ns.configure( "changelog_file": join( www.configuration()["sphinx"]["source"], "changelog.rst" ), - } + }, + "travis": {"black": {"version": "18.6b4"}}, } ) -- cgit v1.2.1