~netlandish/django-wiki

77ae219e5b4eb5e2995946050a3a0ed41bb636ba — Raffaele Salmaso 6 years ago 774c3a8
Move isort configuration into setup.cfg
2 files changed, 4 insertions(+), 3 deletions(-)

D .isort.cfg
M setup.cfg
D .isort.cfg => .isort.cfg +0 -2
@@ 1,2 0,0 @@
[settings]
skip=docs/conf.py

M setup.cfg => setup.cfg +4 -1
@@ 11,4 11,7 @@ exclude = .svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg,*/*migrations,test
description-file = README.rst

[aliases]
test=pytest
\ No newline at end of file
test=pytest

[isort]
skip = docs/conf.py