From 6a3458f2c22dcdbe6d6eac51b60b8a006447e85d Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 26 Nov 2018 17:51:55 +0100 Subject: [PATCH] Add explicit isort arguments from black's docs --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index a856feaaf..5dbace06c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,11 +19,13 @@ filterwarnings = [isort] atomic=true +force_grid_wrap=0 include_trailing_comma=true lines_after_imports=2 lines_between_types=1 multi_line_output=3 not_skip=__init__.py +use_parentheses=true known_first_party=attr known_third_party=hypothesis,pytest,setuptools,six,zope