CodeBrowser / python-package / pre-commit
pre-commit==4.6.0
# A framework for managing and maintaining multi-language pre-commit hooks.
$ pip install pre-commit
downloads/wk
38,677,188
license
MIT
version
4.6.0
python
>=3.10
What is pre-commit?
Pre-commit is a framework that automatically runs code quality checks and other tasks before you commit code to version control. Developers use it to catch issues like formatting problems, syntax errors, or security vulnerabilities early, before code gets pushed to a repository. It supports hooks written in any language and makes it easy to share standardized checks across a team.
Author
Anthony Sottile