Hello,
On 21 February 2018 at 21:11, Heather Flanagan
<hlflanagan at sphericalcowgroup.com> wrote:
On 1/22/18 2:41 AM, Ivan Kanakarakis wrote:
flake8[0] is a wrapper that is enforcing a coding
style using PEP8,
and additionally does code analysis using pyflakes to catch bugs (eg
undeclared variables) or leftovers (eg unused variables). It
integrates well with different IDEs and also with the Syntastic vim
plugin[1]. This article[2] goes into some details about flake8, PEP8
and pyflakes.
I would strongly recommend to start using flake8 and progressively
make style-changes to the code.
[How can|Should] we turn this to something that goes into the PR template?
Something like:
This project follows PEP8 style guide. Please make sure your code
produces no errors or warnings when run against the `flake8` linter.
--
Ivan c00kiemon5ter Kanakarakis >:3