Skip to content

Commit 9785c9a

Browse files
chore: update pre-commit hooks (#680)
1 parent b51b428 commit 9785c9a

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
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.14.13"
22+
rev: "v0.14.14"
2323
hooks:
2424
- id: ruff-check
2525
args: ["--fix", "--show-fixes"]
@@ -43,7 +43,7 @@ repos:
4343
- id: codespell
4444

4545
- repo: https://github.com/rbubley/mirrors-prettier
46-
rev: "v3.8.0"
46+
rev: "v3.8.1"
4747
hooks:
4848
- id: prettier
4949
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)