Autoupdate pre-commit config.

This commit is contained in:
Anthony Sottile 2014-03-23 22:59:43 -07:00
parent 26d563ee20
commit 2127945b6a

View file

@ -1,22 +1,20 @@
- repo: git@github.com:pre-commit/pre-commit-hooks
sha: 76739902911688e8d7b13241409f9facc0e534e4
sha: 8aa14d218d0fe5a2c486498269b3e37d3ba5aad2
hooks:
- id: pyflakes
files: '\.py$'
files: \.py$
- id: debug-statements
files: '\.py$'
files: \.py$
- id: trailing-whitespace
files: '\.(py|sh|yaml)$'
files: \.(py|sh|yaml)$
- id: name-tests-test
files: 'tests/.+\.py$'
files: tests/.+\.py$
- id: end-of-file-fixer
files: '\.(py|sh|yaml)$'
files: \.(py|sh|yaml)$
- repo: git@github.com:pre-commit/pre-commit
sha: 47b7ca44ed1fcaa83464ed00cef72049ae22c33d
sha: c695ee9a9a78ac73439c52e0085bafec8037bc2d
hooks:
- id: validate_manifest
files: '^manifest.yaml$'
files: ^manifest.yaml$
- id: validate_config
files: '^\.pre-commit-config.yaml$'
files: ^\.pre-commit-config.yaml$