mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
Added debug statement hook.
This commit is contained in:
parent
5e713f8878
commit
4fc86a807b
8 changed files with 152 additions and 1 deletions
19
.pre-commit-config.yaml
Normal file
19
.pre-commit-config.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
-
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue