mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
Add a hook for yaml files.
This commit is contained in:
parent
212b3dc49d
commit
3e45f53e68
8 changed files with 59 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -3,6 +3,8 @@ TEST_TARGETS =
|
|||
ITEST_TARGETS = -m integration
|
||||
UTEST_TARGETS = -m "not(integration)"
|
||||
|
||||
DEBUG=
|
||||
|
||||
all: _tests
|
||||
|
||||
integration:
|
||||
|
|
@ -19,7 +21,7 @@ itests: itest
|
|||
itest: integration _tests
|
||||
|
||||
_tests: py_env
|
||||
bash -c 'source py_env/bin/activate && py.test tests $(TEST_TARGETS)'
|
||||
bash -c 'source py_env/bin/activate && py.test tests $(TEST_TARGETS) $(DEBUG)'
|
||||
|
||||
ucoverage: unit coverage
|
||||
icoverage: integration coverage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue