Skip to content

Commit 31b84ec

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.13.3](astral-sh/ruff-pre-commit@v0.9.9...v0.13.3) - [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 31b84ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-merge-conflict
99
- id: check-added-large-files
@@ -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.13.3
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)