A framework for managing and maintaining multi-language pre-commit hooks.
Find a file
Sorin Sbarnea ec545a625e Use official GitLab cloning locations
Avoid failure to clone repository with older versions of git by using
official cloning url (as exposed by GitLab itself in their web
interface).

References:
- https://stackoverflow.com/questions/32533379
- https://gitlab.com/gitlab-org/gitlab/issues/29629

Fixes: 1206
2019-11-08 10:49:56 +00:00
pre_commit grammar 2019-11-01 11:33:04 -04:00
testing show color in hook outputs when attached to a tty 2019-10-12 23:17:36 -07:00
tests Bump the version of pre-commit-hooks in sample-config 2019-10-28 15:21:28 -07:00
.coveragerc Exclude coverage in the template file 2018-10-14 14:37:36 -07:00
.gitignore Change ignored cache dir for pytest 3.4.0 2018-02-01 11:15:30 -08:00
.pre-commit-config.yaml Use official GitLab cloning locations 2019-11-08 10:49:56 +00:00
.pre-commit-hooks.yaml Remove validate_config hook 2017-08-23 14:06:48 -07:00
azure-pipelines.yml Use importlib.metadata directly in python3.8+ 2019-10-17 10:52:44 -07:00
CHANGELOG.md v1.20.0 2019-10-28 16:29:59 -07:00
CONTRIBUTING.md Suggest tox --devenv instead of tox -e venv 2019-06-25 22:46:24 -07:00
LICENSE MIT 2014-06-05 08:57:40 -07:00
README.md Fix badge url 2019-04-28 22:08:21 -07:00
requirements-dev.txt Remove redundant flake8 dependency 2019-08-27 21:28:06 -07:00
setup.cfg v1.20.0 2019-10-28 16:29:59 -07:00
setup.py Migrate setup.py to setup.cfg declarative metadata 2019-02-27 22:12:03 -08:00
tox.ini Suggest tox --devenv instead of tox -e venv 2019-06-25 22:46:24 -07:00

Build Status Azure DevOps coverage

pre-commit

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

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