Skip to content

Commit

Permalink
Tweak isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Loic Teixeira authored and loicteixeira committed Feb 9, 2018
1 parent 6c801d7 commit f0f15ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ max-line-length = 119

[isort]
line_length=119
multi_line_output=4
multi_line_output=3
include_trailing_comma = true
add_imports=from __future__ import absolute_import,from __future__ import unicode_literals
skip=
migrations,

0 comments on commit f0f15ab

Please sign in to comment.