On Fri, 28 Mar 2014, Yoan Blanc wrote:
> Regarding PEP8 and PyFlakes, you could consider using the git hook
> from Flake8: http://flake8.readthedocs.org/en/latest/vcs.html#git-hook

Note that for good development flow, it is best if people are checking
their branches *while developing* and not only at the pull request time.
Kind of like tests, always better when done while developing.  

Good code editors have PEP8 check easily pluggable.  Plus there are
traditional kwalitee tools like:

   $ invenio-check-kwalitee --check-pep8 bibfoo/bar_*.py

and:

   $ invenio-check-branch master my-new-cool-feature

that do even more (and somehow "smart") code checking.

P.S. Latter not yet ported for "pu".

Best regards
-- 
Tibor Simko

Reply via email to