summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2018-08-22 14:24:42 -0700
committerJeff Forcier <jeff@bitprophet.org>2018-08-22 14:24:42 -0700
commit57201d2de9cd4080480cfed2fe2572fa1c908acb (patch)
treee16850c4aee5ff8be4dc9bdbb992ad3c44dfcdaa /tasks.py
parent60a89316aa817fb3ac03b7bf17572a69e928f6a0 (diff)
downloadparamiko-57201d2de9cd4080480cfed2fe2572fa1c908acb.tar.gz
Bump black up to 18.6b4
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py3
1 files changed, 2 insertions, 1 deletions
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"}},
}
)