mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Merge pull request #3 from pre-commit/master
get up to date with upstream
This commit is contained in:
commit
ef4737120c
23 changed files with 319 additions and 62 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue