Skip to content

Commit

Permalink
Add explicit isort arguments from black's docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Nov 26, 2018
1 parent 403178e commit 6a3458f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6a3458f

Please sign in to comment.