On Thu, Nov 19, 2020 at 10:47 AM Nilo César Teixeira < [email protected]> wrote:
> Hello, > > I'm not a Python contributor but I have a question which (I believe) can > be answered here, so I've subscribed. > > The question is at stackoverflow: > https://stackoverflow.com/questions/64912716/are-pre-commit-hooks-clonable > > After some research the only thing similtar to a git pre-commit hook I > could find on the cpython repo was the patchcheck.py script on > github.com/python/cpython/tree/master/Tools/scripts (patchcheck.py), > which runs in Travis. > > Is this the pre-commit hook PEP8 talks about ? > Yep, that's it. -Brett > > Thanks for your help and attention. > > -- > *Nilo César Teixeira* > [email protected] > (55) (11) 98571-5314 > _______________________________________________ > Python-Dev mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/DKLD2VLHZ3F54WTKZ7JHKWBMOZ4N5TK7/ > Code of Conduct: http://python.org/psf/codeofconduct/ >
_______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/26IPP7DNNXT7V765QI2SVQTZU5B7ESKG/ Code of Conduct: http://python.org/psf/codeofconduct/
