Configure isort and flake8
This commit is contained in:
parent
4422b207e1
commit
2f33157e4f
1 changed files with 7 additions and 0 deletions
|
|
@ -10,3 +10,10 @@ tests = weboob.capabilities.bank,
|
||||||
weboob.tools.application.formatters.table,
|
weboob.tools.application.formatters.table,
|
||||||
weboob.tools.path,
|
weboob.tools.path,
|
||||||
weboob.tools.browser2.filters.standard
|
weboob.tools.browser2.filters.standard
|
||||||
|
|
||||||
|
[isort]
|
||||||
|
known_first_party=weboob
|
||||||
|
line_length=120
|
||||||
|
|
||||||
|
[flake8]
|
||||||
|
max-line-length = 120
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue