mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 02:21:46 +04:00
A framework for managing and maintaining multi-language pre-commit hooks.
By having the basename of the repository directory and a human readable time in the filename. Instead of having something like this: ``` [WARNING] Unstaged files detected. [INFO] Stashing unstaged files to /home/asottile/.cache/pre-commit/patch1591945458. ``` We'll now have something like this: ``` [WARNING] Unstaged files detected. [INFO] Stashing unstaged files to /home/pierre/.cache/pre-commit/patch-pre-commit-2020-06-12-11-37-48. ``` |
||
|---|---|---|
| pre_commit | ||
| testing | ||
| tests | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .pre-commit-hooks.yaml | ||
| azure-pipelines.yml | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
| requirements-dev.txt | ||
| setup.cfg | ||
| setup.py | ||
| tox.ini | ||
pre-commit
A framework for managing and maintaining multi-language pre-commit hooks.
For more information see: https://pre-commit.com/