--
You received this message because you are subscribed to the Google Groups "nltk-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nltk-dev+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/nltk-dev/8f4ac57c-0ebf-4c5c-892c-6673144104a2%40googlegroups.com.
Interesting idea... I expect Travis supports style testing, so we might just have to reconfigure that, instead of setting up something new?
-Steven
On Thu, 17 Oct 2019 at 04:51, Ilia Kurenkov <ilia.k...@gmail.com> wrote:
--Now that we are using black as the code formatter, would it make sense to have it run automatically when folks submit their code?
I fear that without some kind of style enforcement the style will deteriorate over time and we'll have to run the tool on the whole repo again and that really messes with git history and keeping track of who actually introduced a change.
The downside of something like pre-commit is that folks will have to install it and understand how it works, at least on a basic level.We could try automating the setup with a makefile or with scripts of course, or we could look for alternatives.
For instance, we could have some kind of checks set up in the CI pipeline that block a PR if it doesn't satisfy our style requirements.
You received this message because you are subscribed to the Google Groups "nltk-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nltk...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to nltk-dev+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/nltk-dev/5a20cd54-5414-4c3e-a9bb-5b852d1749e8%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/nltk-dev/5a20cd54-5414-4c3e-a9bb-5b852d1749e8%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to nltk-dev+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/nltk-dev/107556bc-a001-496c-9f65-47910db7ffd7%40googlegroups.com.