Skip to content

Commit 6bb5f09

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/lovesegfault/beautysh: v6.4.1 → v6.4.2](lovesegfault/beautysh@v6.4.1...v6.4.2) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.3](rbubley/mirrors-prettier@v3.6.2...v3.7.3)
1 parent 13060dd commit 6bb5f09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-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

0 commit comments

Comments
 (0)