Add forbid-new-submodules to hooks.yaml

This commit is contained in:
Chris Kuehl 2016-11-30 10:10:29 -08:00
parent 7bcb6a92bf
commit 4b928ab06b
4 changed files with 10 additions and 0 deletions

View file

@ -117,6 +117,12 @@
entry: flake8
language: python
files: \.py$
- id: forbid-new-submodules
name: Forbid new submodules
language: python
entry: forbid-new-submodules
description: Prevent addition of new git submodules
files: ''
- id: name-tests-test
name: Tests should end in _test.py
description: This verifies that test files are named correctly