Skip to content

Commit 496f472

Browse files
authored
Merge pull request #660 from hms-dbmi/fix-dependency-updates
develop(dependencies): Updated pre-commit
2 parents 9af6489 + d3530a8 commit 496f472

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
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks.git
3-
rev: v4.2.0
3+
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
66
- id: mixed-line-ending
77
- id: check-byte-order-marker
88
- id: check-merge-conflict
99
- id: detect-aws-credentials
1010
- repo: https://github.com/jazzband/pip-tools
11-
rev: 6.8.0
11+
rev: 7.4.1
1212
hooks:
1313
- id: pip-compile
1414
name: pip-compile dev-requirements.in

0 commit comments

Comments
 (0)