pre-commit-hooks/.pre-commit-config.yaml
2014-03-22 21:46:48 -07:00

22 lines
691 B
YAML

- repo: git@github.com:pre-commit/pre-commit-hooks
sha: 76739902911688e8d7b13241409f9facc0e534e4
hooks:
- id: pyflakes
files: '\.py$'
- id: debug-statements
files: '\.py$'
- id: trailing-whitespace
files: '\.(py|sh|yaml)$'
- id: name-tests-test
files: 'tests/.*\.py'
- id: end-of-file-fixer
files: '\.(py|sh|yaml)$'
- repo: git@github.com:pre-commit/pre-commit
sha: c77d65d9cbbcf30e2be005f5ba8b63447deedc1e
hooks:
- id: validate_manifest
files: /manifest.yaml
- id: validate_config
files: /\.pre-commit-config.yaml