Skip to content

Commit

Permalink
isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
sunew committed Jun 26, 2018
1 parent 661a8a2 commit a7d16da
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@ create-wheel = yes
# When Python 2-3 compatible:
# [bdist_wheel]
# universal = 1

[isort]
# for details see
# http://docs.plone.org/develop/styleguide/python.html#grouping-and-sorting
force_alphabetical_sort = True
force_single_line = True
lines_after_imports = 2
line_length = 200
not_skip =
__init__.py

0 comments on commit a7d16da

Please sign in to comment.