Skip to content

Commit

Permalink
isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
sunew authored and tmog committed Aug 10, 2018
1 parent caf1cf6 commit 0af8650
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
[zest.releaser]
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 0af8650

Please sign in to comment.