Skip to content

Commit d7c40dd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1) - [github.com/jupyterhub/chartpress: 2.1.0 → 2.2.0](jupyterhub/chartpress@2.1.0...2.2.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
1 parent 9f631a0 commit d7c40dd

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
@@ -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

0 commit comments

Comments
 (0)