A framework for managing and maintaining multi-language pre-commit hooks.
Find a file
Michael Vincent ea61a9cff1 Expose hook stage to hook scripts as env var
This change makes it possible for one hook script to run in several
stages and change its behavior based on context.
2021-11-08 11:15:35 -06:00
.github add a bug report issue form 2021-09-06 15:01:42 -04:00
pre_commit Expose hook stage to hook scripts as env var 2021-11-08 11:15:35 -06:00
testing exit(main()) -> raise SystemExit(main()) pt2 2021-10-24 07:19:57 -07:00
tests Add fail_fast support per-hook 2021-10-22 19:16:30 -04:00
.gitignore add initial dotnet support 2020-09-27 15:04:35 -07:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2021-11-01 19:35:28 +00:00
.pre-commit-hooks.yaml fix casing in .pre-commit-hooks.yaml 2021-07-03 11:14:05 -07:00
azure-pipelines.yml add support for dart as a hook language 2021-08-29 08:57:56 -07:00
CHANGELOG.md v2.15.0 2021-09-02 20:33:19 -04:00
CONTRIBUTING.md Add foor missing required dependencies in CONTRIBUTING.md 2020-06-12 18:38:44 +02:00
LICENSE MIT 2014-06-05 08:57:40 -07:00
README.md Add pre-commit.ci 2020-10-26 16:11:27 -07:00
requirements-dev.txt make an exe stub for windows 2020-09-28 18:37:10 -07:00
setup.cfg ban broken importlib-resources versions 2021-10-19 19:02:36 -07:00
setup.py Migrate setup.py to setup.cfg declarative metadata 2019-02-27 22:12:03 -08:00
tox.ini add initial dotnet support 2020-09-27 15:04:35 -07:00

Build Status Azure DevOps coverage pre-commit.ci status

pre-commit

A framework for managing and maintaining multi-language pre-commit hooks.

For more information see: https://pre-commit.com/