We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f631a0 commit d7c40ddCopy full SHA for d7c40dd
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
30
# Autoformat: Python code
31
- repo: https://github.com/psf/black
32
- rev: 23.12.1
+ rev: 24.1.1
33
hooks:
34
- id: black
35
args:
@@ -61,13 +61,13 @@ repos:
61
62
# Reset Chart.yaml version and values.yaml image tags
63
- repo: https://github.com/jupyterhub/chartpress
64
- rev: 2.1.0
+ rev: 2.2.0
65
66
- id: chartpress
67
68
# Linting: Python code (see the file .flake8)
69
- repo: https://github.com/PyCQA/flake8
70
- rev: "6.1.0"
+ rev: "7.0.0"
71
72
- id: flake8
73
0 commit comments