Skip to content

Commit a9f39b1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.12.7](astral-sh/ruff-pre-commit@v0.9.9...v0.12.7) - [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 c357762 commit a9f39b1

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
@@ -12,7 +12,7 @@ repos:
1212
# Run ruff to lint and format
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
1414
# Ruff version.
15-
rev: v0.9.9
15+
rev: v0.12.7
1616
hooks:
1717
# Run the linter.
1818
- id: ruff
@@ -22,7 +22,7 @@ repos:
2222

2323
# Do YAML formatting (before the linter checks it for misses)
2424
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
25-
rev: v2.14.0
25+
rev: v2.15.0
2626
hooks:
2727
- id: pretty-format-yaml
2828
args: [--autofix, --indent, '2', --preserve-quotes]

0 commit comments

Comments
 (0)