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

Skip to content

Commit 76728ce

Browse files
committed
Update pre-commit config.
1 parent c7cfed6 commit 76728ce

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
- repo: [email protected]:pre-commit/pre-commit-hooks
2-
sha: ca93f6834f2afc8a8f7de46c0e02076419077c7a
2+
sha: 59f23b7c556ce1cf66eb6dc574e10d2b4274be4b
33
hooks:
44
- id: trailing-whitespace
5-
files: \.(js|py|sh|yaml)$
5+
files: \.(js|rb|md|py|sh|txt|yaml|yml)$
66
- id: end-of-file-fixer
7-
files: \.(js|py|sh|yaml)$
7+
files: \.(js|rb|md|py|sh|txt|yaml|yml)$
88
- id: check-yaml
99
files: \.(yaml|yml)$
1010
- id: debug-statements
@@ -13,9 +13,10 @@
1313
files: tests/.+\.py$
1414
- id: flake8
1515
files: \.py$
16-
args: [--max-line-length=131]
16+
args:
17+
- --max-line-length=131
1718
- repo: [email protected]:pre-commit/pre-commit
18-
sha: 2c7ec7a744908896af3afd140346e690deca7782
19+
sha: c7cfed699245191e6b0d43d3890fd582157e3919
1920
hooks:
2021
- id: validate_config
2122
files: ^\.pre-commit-config.yaml$

0 commit comments

Comments
 (0)