captainhook
captainhook copied to clipboard
more checkers
see: https://github.com/evvers/git-pre-commit-hook --plugin frosted --plugin json --plugin file_size --plugin rst --plugin yaml
currently I use both captainhook and the above together, would be nice to have everything in one tool ;-)
Thank you for pointing out the existence of this other library. I've contacted the owner via a github issue to see if we could consolidate our work into a single project.
How are you using both together currently? I would have expected them to override one another...
yes they override one another, I combined the python code generated by both projects in .git/hooks/pre-commit
manually (nasty hack - not sustainable)
https://pypi.python.org/pypi/check-manifest would be another nice candidate for inclusion
https://wiki.openstack.org/wiki/Security/Projects/Bandit would be nice to have too
https://julien.danjou.info/blog/2015/python-ast-checking-method-declaration
https://pypi.python.org/pypi/rstcheck https://github.com/myint/rstcheck sorry for the noise, I just have a braindump on nice to have extensions here
It will be nice to have also https://github.com/adrienverge/yamllint.