Skip to content

Commit bb03ef1

Browse files
committed
update pre-commit hooks deps
1 parent bbd9e9c commit bb03ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v2.4.0
6+
rev: v4.3.0
77
hooks:
88
- id: check-yaml
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- id: check-merge-conflict
1212
- repo: https://github.com/psf/black
13-
rev: 19.10b0
13+
rev: 22.10.0
1414
hooks:
1515
- id: black
1616
args: [--line-length=120, --target-version=py37]

0 commit comments

Comments
 (0)