Merge pull request #3 from pre-commit/master

get up to date with upstream
This commit is contained in:
David Brown 2017-01-19 20:55:32 -08:00 committed by GitHub
commit ef4737120c
23 changed files with 319 additions and 62 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