Configure isort and flake8

This commit is contained in:
Laurent Bachelier 2014-09-02 23:11:31 +02:00
commit 2f33157e4f

View file

@ -10,3 +10,10 @@ tests = weboob.capabilities.bank,
weboob.tools.application.formatters.table,
weboob.tools.path,
weboob.tools.browser2.filters.standard
[isort]
known_first_party=weboob
line_length=120
[flake8]
max-line-length = 120