Skip to content

Commit 719b9b3

Browse files
[pre-commit.ci] pre-commit autoupdate (#448)
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 2ade565 commit 719b9b3

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
@@ -15,7 +15,7 @@ repos:
1515
# Run ruff to lint and format
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
1717
# Ruff version.
18-
rev: v0.11.8
18+
rev: v0.12.2
1919
hooks:
2020
# Run the linter.
2121
- id: ruff
@@ -34,7 +34,7 @@ repos:
3434

3535
# Do YAML formatting
3636
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
37-
rev: v2.14.0
37+
rev: v2.15.0
3838
hooks:
3939
- id: pretty-format-yaml
4040
args: [--autofix, --indent, '2', --preserve-quotes]

0 commit comments

Comments
 (0)