Skip to content

Commit b7986ba

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 → f12edd9c7be1c20cfa42420fd0e6df71e42b51ea](pre-commit/mirrors-prettier@ffb6a75...f12edd9) - [github.com/astral-sh/ruff-pre-commit: f8a3f8c471fb698229face5ed7640a64900b781e → 1dc9eb131c2ea4816c708e4d85820d2cc8542683](astral-sh/ruff-pre-commit@f8a3f8c...1dc9eb1)
1 parent 7bf3172 commit b7986ba

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
@@ -18,14 +18,14 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/pre-commit/mirrors-prettier
21-
rev: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # frozen: v3.1.0
21+
rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
2222
hooks:
2323
- id: prettier
2424
types_or: [yaml, toml, markdown, css, scss, javascript, json]
2525
args: [--prose-wrap=preserve]
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: "f8a3f8c471fb698229face5ed7640a64900b781e" # frozen: v0.4.4
28+
rev: "1dc9eb131c2ea4816c708e4d85820d2cc8542683" # frozen: v0.5.0
2929
hooks:
3030
- id: ruff
3131
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]

0 commit comments

Comments
 (0)