pre-commit

Package — Code QualityPython 3.8+Intermediate

Git pre-commit hook framework

Quick Info

Documentation
Official Docs
Python Version
3.8+
Dependencies
cfgv, identify, nodeenv, PyYAML, virtualenv
Install
pip install pre-commit

Learn by Difficulty

Quick Example

python
# Install: pip install pre-commit
import pre_commit

# Basic pre-commit usage
print(f"Using pre-commit")
# See documentation for detailed examples

pre-commit is a third-party package. Git pre-commit hook framework. Install with: pip install pre-commit

Try in Playground

Tags

packagecode-qualitygithooksautomation

Related Items