File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 29
29
30
30
# Autoformat: Python code
31
31
- repo : https://github.com/psf/black
32
- rev : 23.12 .1
32
+ rev : 24.1 .1
33
33
hooks :
34
34
- id : black
35
35
args :
@@ -61,13 +61,13 @@ repos:
61
61
62
62
# Reset Chart.yaml version and values.yaml image tags
63
63
- repo : https://github.com/jupyterhub/chartpress
64
- rev : 2.1 .0
64
+ rev : 2.2 .0
65
65
hooks :
66
66
- id : chartpress
67
67
68
68
# Linting: Python code (see the file .flake8)
69
69
- repo : https://github.com/PyCQA/flake8
70
- rev : " 6.1 .0"
70
+ rev : " 7.0 .0"
71
71
hooks :
72
72
- id : flake8
73
73
Original file line number Diff line number Diff line change 3
3
4
4
Methods here can be imported by extraConfig in values.yaml
5
5
"""
6
+
6
7
import os
7
8
from collections .abc import Mapping
8
9
from functools import lru_cache
You can’t perform that action at this time.
0 commit comments