Skip to content

Commit c39ba9b

Browse files
authored
Merge pull request #3773 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 933b038 + afd68f1 commit c39ba9b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.21.0
24+
rev: v3.21.2
2525
hooks:
2626
- id: pyupgrade
2727
args:
2828
- --py38-plus
2929

3030
# Autoformat: Python code
3131
- repo: https://github.com/psf/black-pre-commit-mirror
32-
rev: 25.9.0
32+
rev: 25.11.0
3333
hooks:
3434
- id: black
3535
args:
@@ -49,7 +49,7 @@ repos:
4949

5050
# Autoformat: Bash scripts
5151
- repo: https://github.com/lovesegfault/beautysh
52-
rev: v6.4.1
52+
rev: v6.4.2
5353
hooks:
5454
- id: beautysh
5555
additional_dependencies:
@@ -61,7 +61,7 @@ repos:
6161

6262
# Autoformat: markdown, yaml (but not helm templates)
6363
- repo: https://github.com/rbubley/mirrors-prettier
64-
rev: v3.6.2
64+
rev: v3.7.3
6565
hooks:
6666
- id: prettier
6767

tools/templates/yamllint-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ rules:
44
indent-sequences: whatever # Default true (*)
55
line-length: disable # Default: { max: 80, ... }
66

7+
78
# (*) toYaml's emitted sequences/lists will have no indentation and we have no
89
# control over it, so we compromise by setting "whatever".

0 commit comments

Comments
 (0)