From ff6082608026b618d93c67d68d15fa452eef52a4 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Sat, 9 Oct 2021 18:09:53 -0400 Subject: blacken --- tasks.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tasks.py') diff --git a/tasks.py b/tasks.py index 6512e406..2e105297 100644 --- a/tasks.py +++ b/tasks.py @@ -100,7 +100,9 @@ def guard(ctx, opts=""): # TODO 3.0: I'd like to just axe the 'built docs in sdist', none of my other # projects do it. @task -def publish_(ctx, sdist=True, wheel=True, sign=True, dry_run=False, index=None): +def publish_( + ctx, sdist=True, wheel=True, sign=True, dry_run=False, index=None +): """ Wraps invocations.packaging.publish to add baked-in docs folder. """ @@ -154,6 +156,6 @@ ns.configure( "changelog_file": join( www.configuration()["sphinx"]["source"], "changelog.rst" ), - }, + } } ) -- cgit v1.2.1