Skip to content

Commit 4f8d56c

Browse files
committed
Updating pre-commit hooks
1 parent 253bbbd commit 4f8d56c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1+
repos:
12
- repo: git://github.com/Lucas-C/pre-commit-hooks
2-
sha: v1.0.1
3+
sha: v1.1.4
34
hooks:
45
- id: remove-crlf
56
- id: remove-tabs
67
- repo: git://github.com/pre-commit/pre-commit-hooks
7-
sha: v0.9.1
8+
sha: v1.1.1
89
hooks:
910
- id: trailing-whitespace
1011
args:
1112
- --no-markdown-linebreak-ext
1213
- id: check-yaml
1314
- repo: git://github.com/pre-commit/mirrors-pylint
14-
sha: v1.7.2
15+
sha: v1.8.1
1516
hooks:
1617
- id: pylint
1718
args:

0 commit comments

Comments
 (0)