mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
25 lines
607 B
YAML
25 lines
607 B
YAML
|
|
-
|
|
repo: git@github.com:pre-commit/pre-commit-hooks
|
|
sha: 3d3427e85ff938668ef3d7884233a147bd760082
|
|
hooks:
|
|
-
|
|
id: pyflakes
|
|
files: '\.py$'
|
|
-
|
|
id: debug-statements
|
|
files: '\.py$'
|
|
-
|
|
id: trailing-whitespace
|
|
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
|