[Python-Dev] How is the GitHub workflow working for people?
Nick Coghlan
ncoghlan at gmail.com
Fri Feb 23 06:13:24 EST 2018
More information about the Python-Dev mailing list
Fri Feb 23 06:13:24 EST 2018
- Previous message (by thread): [Python-Dev] How is the GitHub workflow working for people?
- Next message (by thread): [Python-Dev] How is the GitHub workflow working for people?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [Python-Dev] How is the GitHub workflow working for people?
- Next message (by thread): [Python-Dev] How is the GitHub workflow working for people?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list