Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7baf303

Browse files
committed
Moar manifest -> hooks
1 parent c62c1a3 commit 7baf303

2 files changed

Lines changed: 19 additions & 21 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- repo: [email protected]:pre-commit/pre-commit-hooks
2-
sha: 8aa14d218d0fe5a2c486498269b3e37d3ba5aad2
2+
sha: bec87f6c87284ea15dbcf7801810404c8036bab4
33
hooks:
44
- id: pyflakes
55
files: \.py$
@@ -12,9 +12,9 @@
1212
- id: end-of-file-fixer
1313
files: \.(py|sh|yaml)$
1414
- repo: [email protected]:pre-commit/pre-commit
15-
sha: c695ee9a9a78ac73439c52e0085bafec8037bc2d
15+
sha: c62c1a3b513ab9e057e85a5e950bd7c438371076
1616
hooks:
1717
- id: validate_manifest
18-
files: ^manifest.yaml$
18+
files: ^hooks.yaml$
1919
- id: validate_config
2020
files: ^\.pre-commit-config.yaml$
Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
21
- repo: [email protected]:pre-commit/pre-commit-hooks
3-
sha: 76739902911688e8d7b13241409f9facc0e534e4
2+
sha: bec87f6c87284ea15dbcf7801810404c8036bab4
43
hooks:
5-
- id: pyflakes
6-
files: '\.py$'
7-
- id: debug-statements
8-
files: '\.py$'
9-
- id: trailing-whitespace
10-
files: '\.(py|sh|yaml)$'
11-
- id: name-tests-test
12-
files: 'tests/.+\.py$'
13-
- id: end-of-file-fixer
14-
files: '\.(py|sh|yaml)$'
15-
4+
- id: pyflakes
5+
files: \.py$
6+
- id: debug-statements
7+
files: \.py$
8+
- id: trailing-whitespace
9+
files: \.(py|sh|yaml)$
10+
- id: name-tests-test
11+
files: tests/.+\.py$
12+
- id: end-of-file-fixer
13+
files: \.(py|sh|yaml)$
1614
- repo: [email protected]:pre-commit/pre-commit
17-
sha: 47b7ca44ed1fcaa83464ed00cef72049ae22c33d
15+
sha: c62c1a3b513ab9e057e85a5e950bd7c438371076
1816
hooks:
19-
- id: validate_manifest
20-
files: '^manifest.yaml$'
21-
- id: validate_config
22-
files: \.pre-commit-config.yaml
17+
- id: validate_manifest
18+
files: ^hooks.yaml$
19+
- id: validate_config
20+
files: ^\.pre-commit-config.yaml$

0 commit comments

Comments
 (0)