mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
19 lines
455 B
YAML
19 lines
455 B
YAML
|
|
-
|
|
repo: git@github.com:pre-commit/pre-commit-hooks
|
|
sha: 5e713f8878b7d100c0e059f8cc34be4fc2e8f897
|
|
hooks:
|
|
-
|
|
id: pyflakes
|
|
files: '\.py$'
|
|
|
|
-
|
|
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
|