blob: 1453ed09331733adbc486cad4b627bb9a866d515 [file] [log] [blame]
- repo: git@github.com:pre-commit/pre-commit-hooks
sha: 63b595ec2c5ac8b1812ce4c1dd9ce9122cedc826
hooks:
- id: trailing-whitespace
files: \.(py|sh|yaml)$
- id: end-of-file-fixer
files: \.(py|sh|yaml)$
- id: check-yaml
files: \.(yaml|yml)$
- id: debug-statements
files: \.py$
- id: name-tests-test
files: tests/.+\.py$
- id: pyflakes
files: \.py$
- repo: git@github.com:pre-commit/pre-commit
sha: 3cfc49b522dee27cdcce83781cd874c5638ad6c1
hooks:
- id: validate_config
files: ^\.pre-commit-config.yaml$
- id: validate_manifest
files: ^hooks.yaml$