JIMMY-KSU / precommit-hook

Automatically check your python code on every commit. :mag: :heavy_check_mark:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Precommit hook

Build Status PyPI version Say Thanks!

Automatically check your python code on every commit.

Getting started

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.

Add to requirements

If you want to hook on every pip install -r requirements.txt, just add precommit-hook to your requirements with

$ pip freeze > requirements.txt

License

License: MIT

This project is licensed under MIT license. see the LICENSE.md file for details

Oh, Thanks!

By the way... thank you! And if you'd like to say thanks... :)

✨🍰✨

About

Automatically check your python code on every commit. :mag: :heavy_check_mark:

License:MIT License


Languages

Language:Python 100.0%