Skip to content

Commit

Permalink
isort cfg added
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Apr 14, 2016
1 parent b0278a0 commit 29925e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[isort]
force_alphabetical_sort=True
force_single_line=True
lines_after_imports=2
line_length=200
not_skip=__init__.py

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from setuptools import find_packages
from setuptools import setup


version = '2.0.0.dev0'


Expand Down

0 comments on commit 29925e8

Please sign in to comment.