Skip to content

Commit 97fc7e6

Browse files
chore: pre-commit automatic update
updates: - [github.com/google/yamlfmt: v0.17.2 → v0.20.0](google/yamlfmt@v0.17.2...v0.20.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror
1 parent 56295b7 commit 97fc7e6

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
@@ -7,14 +7,14 @@ exclude: "tests/integration/files"
77
repos:
88

99
- repo: https://github.com/google/yamlfmt
10-
rev: v0.17.2
10+
rev: v0.20.0
1111
hooks:
1212
- id: yamlfmt
1313
args:
1414
- "-formatter"
1515
- "max_line_length=180,retain_line_breaks=true,retain_line_breaks_single=true"
1616

17-
- repo: https://github.com/psf/black
17+
- repo: https://github.com/psf/black-pre-commit-mirror
1818
rev: 25.9.0
1919
hooks:
2020
- id: black

0 commit comments

Comments
 (0)