Skip to content

Commit 6048be7

Browse files
authored
Merge pull request #3338 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 9f631a0 + 9b48b6d commit 6048be7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929

3030
# Autoformat: Python code
3131
- repo: https://github.com/psf/black
32-
rev: 23.12.1
32+
rev: 24.1.1
3333
hooks:
3434
- id: black
3535
args:
@@ -61,13 +61,13 @@ repos:
6161

6262
# Reset Chart.yaml version and values.yaml image tags
6363
- repo: https://github.com/jupyterhub/chartpress
64-
rev: 2.1.0
64+
rev: 2.2.0
6565
hooks:
6666
- id: chartpress
6767

6868
# Linting: Python code (see the file .flake8)
6969
- repo: https://github.com/PyCQA/flake8
70-
rev: "6.1.0"
70+
rev: "7.0.0"
7171
hooks:
7272
- id: flake8
7373

jupyterhub/files/hub/z2jh.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
44
Methods here can be imported by extraConfig in values.yaml
55
"""
6+
67
import os
78
from collections.abc import Mapping
89
from functools import lru_cache

0 commit comments

Comments
 (0)