mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-10 05:14:18 +00:00
Autoupdate config
This commit is contained in:
parent
8aa14d218d
commit
3e36dfe326
1 changed files with 16 additions and 18 deletions
|
|
@ -1,20 +1,18 @@
|
||||||
|
|
||||||
- repo: git@github.com:pre-commit/pre-commit-hooks
|
- repo: git@github.com:pre-commit/pre-commit-hooks
|
||||||
sha: 76739902911688e8d7b13241409f9facc0e534e4
|
sha: 8aa14d218d0fe5a2c486498269b3e37d3ba5aad2
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyflakes
|
- id: pyflakes
|
||||||
files: '\.py$'
|
files: \.py$
|
||||||
- id: debug-statements
|
- id: debug-statements
|
||||||
files: '\.py$'
|
files: \.py$
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
files: '\.(py|sh|yaml)$'
|
files: \.(py|sh|yaml)$
|
||||||
- id: name-tests-test
|
- id: name-tests-test
|
||||||
files: 'tests/.*\.py'
|
files: tests/.*\.py
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
files: '\.(py|sh|yaml)$'
|
files: \.(py|sh|yaml)$
|
||||||
|
|
||||||
- repo: git@github.com:pre-commit/pre-commit
|
- repo: git@github.com:pre-commit/pre-commit
|
||||||
sha: c77d65d9cbbcf30e2be005f5ba8b63447deedc1e
|
sha: c300a11a973e0e2d88662aef4b282881d0f17b4a
|
||||||
hooks:
|
hooks:
|
||||||
- id: validate_manifest
|
- id: validate_manifest
|
||||||
files: /manifest.yaml
|
files: /manifest.yaml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue