Skip to content

Commit 4e8f3b4

Browse files
authored
Merge pull request #152 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 1d669d3 + ce2798a commit 4e8f3b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#
1111
repos:
1212
# Autoformat: Python code
13-
- repo: https://github.com/psf/black
14-
rev: 25.1.0
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 25.9.0
1515
hooks:
1616
- id: black
1717
args:
@@ -35,7 +35,7 @@ repos:
3535

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

0 commit comments

Comments
 (0)