mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
20 lines
616 B
YAML
20 lines
616 B
YAML
|
|
- repo: git@github.com:pre-commit/pre-commit-hooks
|
|
sha: 12794c1c19c001e3d05bcfe316b4f93b414035a7
|
|
hooks:
|
|
- id: pyflakes
|
|
files: '\.py$'
|
|
- id: debug-statements
|
|
files: '\.py$'
|
|
- id: trailing-whitespace
|
|
files: '\.(py|sh)$'
|
|
- id: name-tests-test
|
|
files: 'tests/.+\.py$'
|
|
|
|
- repo: git@github.com:pre-commit/pre-commit
|
|
sha: 47b7ca44ed1fcaa83464ed00cef72049ae22c33d
|
|
hooks:
|
|
- id: validate_manifest
|
|
files: /manifest.yaml
|
|
- id: validate_config
|
|
files: /\.pre-commit-config.yaml
|