Skip to content

Commit 5627134

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/jupyterhub/chartpress: 2.2.0 → 2.3.0](jupyterhub/chartpress@2.2.0...2.3.0) - [github.com/gruntwork-io/pre-commit: v0.1.24 → v0.1.25](gruntwork-io/pre-commit@v0.1.24...v0.1.25)
1 parent 94e2311 commit 5627134

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
repos:
2222
# Autoformat: Python code, syntax patterns are modernized
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.19.0
24+
rev: v3.19.1
2525
hooks:
2626
- id: pyupgrade
2727
args:
2828
- --py38-plus
2929

3030
# Autoformat: Python code
3131
- repo: https://github.com/psf/black
32-
rev: 24.10.0
32+
rev: 25.1.0
3333
hooks:
3434
- id: black
3535
args:
@@ -41,7 +41,7 @@ repos:
4141

4242
# Autoformat: Python code
4343
- repo: https://github.com/pycqa/isort
44-
rev: 5.13.2
44+
rev: 6.0.0
4545
hooks:
4646
- id: isort
4747
args:
@@ -61,7 +61,7 @@ repos:
6161

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

@@ -72,7 +72,7 @@ repos:
7272
- id: flake8
7373

7474
- repo: https://github.com/gruntwork-io/pre-commit
75-
rev: v0.1.24
75+
rev: v0.1.25
7676
hooks:
7777
# This requires shellcheck to be installed manually so is disabled by default
7878
- id: shellcheck

0 commit comments

Comments
 (0)