A framework for managing and maintaining multi-language pre-commit hooks.
Find a file
Luís Ferreira 61efc539a4
pre_commit: expose fail-fast argument for run subcommand
This patch exposes the fail-fast feature as a command-line argument for the run
subcommand, allowing to run pre-commit to stop at the first failed hook without
the need of temporarily writing it to the configuration file when temporarily
needed.

Signed-off-by: Luís Ferreira <contact@lsferreira.net>
2021-10-03 03:18:57 +01:00
.github add a bug report issue form 2021-09-06 15:01:42 -04:00
pre_commit pre_commit: expose fail-fast argument for run subcommand 2021-10-03 03:18:57 +01:00
testing pre_commit: expose fail-fast argument for run subcommand 2021-10-03 03:18:57 +01:00
tests pre_commit: expose fail-fast argument for run subcommand 2021-10-03 03:18:57 +01:00
.gitignore add initial dotnet support 2020-09-27 15:04:35 -07:00
.pre-commit-config.yaml v2.15.0 2021-09-02 20:33:19 -04: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 v2.15.0 2021-09-02 20:33:19 -04: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/