Skip to content

Commit

Permalink
Add setup.cfg with isort & pycodestyle settings
Browse files Browse the repository at this point in the history
We can adjust these values if anyone has other preferences
  • Loading branch information
acdha committed Oct 31, 2017
1 parent 57ddf1e commit 0b098dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.cfg
@@ -0,0 +1,8 @@
[pycodestyle]
max_line_length = 110

[isort]
combine_as_imports = true
default_section = THIRDPARTY
include_trailing_comma = true
known_first_party = chronam

0 comments on commit 0b098dc

Please sign in to comment.