Automatically check your python code on every commit.
Inside a git repository, do
$ pip install precommit-hook
This will automatically add a hook to your repository that will automatically check your code everytime you make a commit.
If you want to hook on every pip install -r requirements.txt
, just add precommit-hook
to your requirements with
$ pip freeze > requirements.txt
This project is licensed under MIT license. see the file for details
By the way... thank you! And if you'd like to say thanks... :)
✨🍰✨