[pytest-dev] Moving pytest-{pep8, flakes} to pytest-dev on GitHub

Hector Villafuerte hectorvd at gmail.com
Wed Mar 14 11:12:40 EDT 2018


On Wed, Mar 14, 2018 at 5:07 AM, Florian Schulze <florian.schulze at gmx.net>
wrote:

> [...]
> How do you tackle that then? I like things which work on the commit level,
> so one can improve things incrementally. But most solutions I saw work as
> pre-commit hooks, which makes them harder to enforce especially for Open
> Source, because all users need to install them. I haven't seen anything
> that works server side (or as a bot) on a per commit base (Open Source and
> not only as a GitHub Service).
> [...]
>


I'd like to give a shout-out to https://pre-commit.com/
It's a git hook manager that makes it easy to share hooks among developers
and enforce them on CI as well.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pytest-dev/attachments/20180314/86c7e086/attachment.html>


More information about the pytest-dev mailing list