mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-07 04:26:52 +00:00
Fix pre-commit config.
This commit is contained in:
parent
bec87f6c87
commit
82344a4055
1 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
- repo: git@github.com:pre-commit/pre-commit-hooks
|
- repo: git@github.com:pre-commit/pre-commit-hooks
|
||||||
sha: 8aa14d218d0fe5a2c486498269b3e37d3ba5aad2
|
sha: bec87f6c87284ea15dbcf7801810404c8036bab4
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyflakes
|
- id: pyflakes
|
||||||
files: \.py$
|
files: \.py$
|
||||||
|
|
@ -8,13 +8,13 @@
|
||||||
- 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: c300a11a973e0e2d88662aef4b282881d0f17b4a
|
sha: c62c1a3b513ab9e057e85a5e950bd7c438371076
|
||||||
hooks:
|
hooks:
|
||||||
- id: validate_manifest
|
- id: validate_manifest
|
||||||
files: /manifest.yaml
|
files: ^hooks.yaml$
|
||||||
- id: validate_config
|
- id: validate_config
|
||||||
files: /\.pre-commit-config.yaml
|
files: ^\.pre-commit-config.yaml$
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue