Skip to content

Commit f86c85f

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.11.13 → v0.12.9](astral-sh/ruff-pre-commit@v0.11.13...v0.12.9) - [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 12d570f commit f86c85f

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -14,7 +14,7 @@ repos:
1414
args: [--target-version, "4.2"]
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.11.13
17+
rev: v0.12.9
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
@@ -59,7 +59,7 @@ repos:
5959
types_or: [html, jsx, tsx]
6060

6161
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
62-
rev: v2.14.0
62+
rev: v2.15.0
6363
hooks:
6464
- id: pretty-format-toml
6565
args: [--autofix]

0 commit comments

Comments
 (0)