Skip to content

Commit 1c196e4

Browse files
authored
pre-commit autoupdate (#15)
1 parent cdb1a01 commit 1c196e4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
repos:
3-
- repo: git@github.com:pre-commit/pre-commit-hooks
4-
rev: v4.0.1
3+
- repo: https://github.com/pre-commit/pre-commit-hooks
4+
rev: v4.4.0
55
hooks:
6-
- id: check-case-conflict
7-
- id: fix-encoding-pragma
8-
- id: check-docstring-first
9-
- id: trailing-whitespace
10-
- id: end-of-file-fixer
116
- id: check-ast
127
- id: check-byte-order-marker
8+
- id: check-case-conflict
9+
- id: check-docstring-first
1310
- id: check-merge-conflict
1411
- id: detect-private-key
12+
- id: end-of-file-fixer
13+
- id: fix-encoding-pragma
1514
- id: mixed-line-ending
15+
- id: trailing-whitespace

0 commit comments

Comments
 (0)