pre-commit/testing
Filippos Giannakos 2f4199850d Add --allow-missing-config option to install
When no '.pre-commit-config.yaml' file exists while `pre-commit` hooks
are enabled, `pre-commit` returns an error and the action is aborted.
This is a very common scenario when pre-commit is added later on a
project and the user wants to work on a previous branch where the
configuration file does not exist.

This commits allow the user to optionally install the `pre-commit` hooks
with an option to allow a missing configuration and trigger only the
legacy pre-commit hooks (if any) when it is missing.
2017-02-23 18:25:51 +02:00
..
resources Add first class support for golang hooks 2017-01-24 13:49:22 -08:00
__init__.py Add Runner interface. 2014-03-23 16:22:24 -07:00
auto_namedtuple.py Refactor fixtures in tests. 2014-06-15 18:49:45 -07:00
fixtures.py Add --allow-missing-config option to install 2017-02-23 18:25:51 +02:00
test_symlink include checking symlinks 2016-01-15 12:50:04 -08:00
util.py Local repositories clone a blank repo 2017-02-15 15:36:53 -08:00