Laurent Bachelier
541d080c9d
Use flake8 if available instead of pyflakes
...
With flake8, we can check for more issues and ignore those who are not
real issues.
This allowed me to find genuine errors in:
- modules/boursorama/pages/account_history.py
- modules/ing/pages/login.py
- weboob/tools/application/qt/qt.py
I left one in weboob/tools/browser/browser.py for the time being.
Some PEP8 fixes on other files.
2012-11-24 19:46:34 +01:00
..
application
Use flake8 if available instead of pyflakes
2012-11-24 19:46:34 +01:00
browser
Use flake8 if available instead of pyflakes
2012-11-24 19:46:34 +01:00
capabilities
Fix many CapVideo-related ConversionWarnings
2012-11-10 18:18:29 +01:00
captcha
PEP8 style fixes and other small style fixes
2012-03-14 04:51:46 +01:00
config
Use flake8 if available instead of pyflakes
2012-11-24 19:46:34 +01:00
parsers
Use flake8 if available instead of pyflakes
2012-11-24 19:46:34 +01:00
__init__.py
PEP8 style fixes and other small style fixes
2012-03-14 04:51:46 +01:00
backend.py
Fix crashes with unicode characters in maintainer name
2012-10-24 13:29:30 +02:00
decorators.py
PEP8 style fixes and other small style fixes
2012-03-14 04:51:46 +01:00
inspect.py
change license to AGPLv3+
2011-04-08 12:48:07 +02:00
json.py
Use flake8 if available instead of pyflakes
2012-11-24 19:46:34 +01:00
log.py
PEP8 style fixes and other small style fixes
2012-03-14 04:51:46 +01:00
mech.py
change license to AGPLv3+
2011-04-08 12:48:07 +02:00
misc.py
Do not use inline link but display links regulary
2012-11-07 20:00:00 +01:00
newsfeed.py
Take the creation date if no update available
2012-11-07 17:11:34 +01:00
ordereddict.py
Use flake8 if available instead of pyflakes
2012-11-24 19:46:34 +01:00
path.py
Make Collection more safe and sane
2012-03-13 22:08:45 +01:00
property.py
PEP8 style fixes and other small style fixes
2012-03-14 04:51:46 +01:00
storage.py
update code documentation
2012-04-01 17:41:20 +02:00
test.py
Explain why the test is skipped
2012-03-26 23:10:55 +02:00
value.py
check value of ValueBackendPassword during load
2012-11-01 11:21:59 +01:00