Skip to content

Commit da27b00

Browse files
authored
Merge pull request #142 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 3d5871c + 970c400 commit da27b00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
repos:
1212
# Autoformat: Python code
1313
- repo: https://github.com/psf/black
14-
rev: 24.3.0
14+
rev: 24.4.2
1515
hooks:
1616
- id: black
1717
args:
@@ -27,15 +27,15 @@ repos:
2727

2828
# `pre-commit sample-config` default hooks
2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: v4.5.0
30+
rev: v4.6.0
3131
hooks:
3232
- id: check-added-large-files
3333
- id: end-of-file-fixer
3434
- id: trailing-whitespace
3535

3636
# Lint: Dockerfile
3737
- repo: https://github.com/hadolint/hadolint.git
38-
rev: v2.12.1-beta
38+
rev: v2.13.0-beta
3939
hooks:
4040
- id: hadolint-docker
4141
entry: hadolint/hadolint:v2.12.1-beta hadolint

0 commit comments

Comments
 (0)