Skip to content

Commit

Permalink
Move isort configuration in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mnencia committed Oct 11, 2016
1 parent 6350f56 commit 4a8157e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .isort.cfg

This file was deleted.

5 changes: 5 additions & 0 deletions setup.cfg
Expand Up @@ -3,3 +3,8 @@ universal = 1

[aliases]
test=pytest

[isort]
known_first_party=barman
known_third_party=setuptools,distutils,argh,argcomplete,dateutil,psycopg2,mock,pytest
skip=.tox

0 comments on commit 4a8157e

Please sign in to comment.