Commit graph

7 commits

Author SHA1 Message Date
Laurent Bachelier
f0828ee24b Ignore Qt generated UI files 2013-03-09 14:57:08 +01:00
Laurent Bachelier
c64fb9150e Support systems with flake8 for python3 by default 2012-12-19 15:12:18 +01:00
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
Romain Bignon
14a7a1d362 support repositories to manage backends (closes #747) 2012-01-17 17:00:05 +01:00
Laurent Bachelier
f36e953baa Make pyflakes work regardless of $PWD, fix grammar 2011-03-02 00:18:30 +01:00
Romain Bignon
28f622e071 fix script to grep -v only one message type (redefinition) 2010-08-13 22:22:42 +02:00
Christophe Benz
eaf40e8c58 move pyflakes to tools dir 2010-05-19 11:15:31 +02:00
Renamed from pyflakes.sh (Browse further)