Skip to content

Commit

Permalink
add isort
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed May 1, 2019
1 parent 6cc6af6 commit 3957cfb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.cfg
@@ -0,0 +1,12 @@
[isort]
line_length = 79
not_skip = __init__.py
sections = FUTURE,STDLIB,ZOPE,OPENSSL,THIRDPARTY,FIRSTPARTY,TESTS,LOCALFOLDER
default_section = THIRDPARTY
known_first_party = twisted
known_tests = tests
known_zope = zope
known_openssl = OpenSSL
multi_line_output = 3
include_trailing_comma = true
combine_as_imports = true
Empty file.

0 comments on commit 3957cfb

Please sign in to comment.