Skip to content
  • Laurent Bachelier's avatar
    Use flake8 if available instead of pyflakes · 541d080c
    Laurent Bachelier authored
    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.
    541d080c