Skip to content
  • Javier Jardón's avatar
    Use pycodestyle instead of pep8 · bd60e8a9
    Javier Jardón authored and Tristan Maat's avatar Tristan Maat committed
    pep8 package was renamed to pycodestyle to reduce confusion.
    
    Disabled warnings:
    W504 - Line break after binary operator (seems people like this)
    W605 - Invalid escape sequence (some of our regexes use these)
    bd60e8a9