Skip to content

Commit 4020683

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.12.2](astral-sh/ruff-pre-commit@v0.12.0...v0.12.2) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0)
1 parent 95f7924 commit 4020683

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
@@ -17,7 +17,7 @@ repos:
1717
# Run ruff to lint and format
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
1919
# Ruff version.
20-
rev: v0.12.0
20+
rev: v0.12.2
2121
hooks:
2222
# Run the linter.
2323
- id: ruff
@@ -38,7 +38,7 @@ repos:
3838

3939
# YAML formatting
4040
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
41-
rev: v2.14.0
41+
rev: v2.15.0
4242
hooks:
4343
- id: pretty-format-yaml
4444
exclude: pinned\.yaml$

0 commit comments

Comments
 (0)