Skip to content

Commit 22f0dbb

Browse files
authored
Merge pull request jupyterhub#145 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b540ed7 + c6876d4 commit 22f0dbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
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.4.2
14+
rev: 24.10.0
1515
hooks:
1616
- id: black
1717
args:
@@ -27,22 +27,22 @@ repos:
2727

2828
# `pre-commit sample-config` default hooks
2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: v4.6.0
30+
rev: v5.0.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.13.0-beta
38+
rev: v2.13.1-beta
3939
hooks:
4040
- id: hadolint-docker
4141
entry: hadolint/hadolint:v2.12.1-beta hadolint
4242

4343
# Lint: Python
4444
- repo: https://github.com/PyCQA/flake8
45-
rev: 7.1.0
45+
rev: 7.1.1
4646
hooks:
4747
- id: flake8
4848

0 commit comments

Comments
 (0)