Skip to content

Commit e0e1c71

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode)
1 parent 6d6ad68 commit e0e1c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
repos:
2222
# Autoformat: Python code, syntax patterns are modernized
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.3.1
24+
rev: v3.3.2
2525
hooks:
2626
- id: pyupgrade
2727
args:
@@ -54,7 +54,7 @@ repos:
5454

5555
# Autoformat: markdown, yaml (but not helm templates)
5656
- repo: https://github.com/pre-commit/mirrors-prettier
57-
rev: v3.0.0-alpha.6
57+
rev: v3.0.0-alpha.9-for-vscode
5858
hooks:
5959
- id: prettier
6060

0 commit comments

Comments
 (0)