Skip to content

Commit 96e40f4

Browse files
[pre-commit.ci] pre-commit autoupdate (#93)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.8...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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ac431f6 commit 96e40f4

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
@@ -14,7 +14,7 @@ repos:
1414
# Run ruff to lint and format
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
# Ruff version.
17-
rev: v0.11.8
17+
rev: v0.12.2
1818
hooks:
1919
# Run the linter.
2020
- id: ruff
@@ -40,7 +40,7 @@ repos:
4040

4141
# YAML formatting
4242
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
43-
rev: v2.14.0
43+
rev: v2.15.0
4444
hooks:
4545
- id: pretty-format-yaml
4646
exclude: (pinned\.yaml|\.lock\.yaml)$

0 commit comments

Comments
 (0)