[Python-Dev] How is the GitHub workflow working for people?

Nick Coghlan ncoghlan at gmail.com
Fri Feb 23 06:13:24 EST 2018


On 23 February 2018 at 03:09, Eric Snow <ericsnowcurrently at gmail.com> wrote:
> So, coupled with slow CI, linting failures were
> particularly onerous.  We all got in the habit of locally running the
> linter frequently.  IIRC, I even set up VIM to run the linter whenever
> I saved.

For reindent.py, we used to have instructions for setting that up as a
local pre-commit hook in Mercurial. It may make sense to create
similar instructions for git (if we don't already have those
somewhere).

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list