An open API service indexing awesome lists of open source software.

https://github.com/ianhomer/try-pre-commit

Explore pre-commit - git hooks to improve code quality
https://github.com/ianhomer/try-pre-commit

explore pre-commit

Last synced: 23 days ago
JSON representation

Explore pre-commit - git hooks to improve code quality

Awesome Lists containing this project

README

        

# Try pre-commit

Install pre-commit

pip install pre-commit

Or

brew install pre-commit

Install git hooks in local repository

pre-commit install

Test locally ahead of a commit

pre-commit