Skip to content

Commit 39ac208

Browse files
committed
chore: update pre-commit hooks
1 parent cfb3610 commit 39ac208

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
@@ -6,16 +6,16 @@ ci:
66
autoupdate_commit_msg: "chore: auto update by pre-commit hooks"
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.6.1
9+
rev: v0.6.9
1010
hooks:
1111
- id: ruff
1212
args: [--fix, --exit-non-zero-on-fix]
13-
stages: [commit]
13+
stages: [pre-commit]
1414
- id: ruff-format
1515

1616
- repo: https://github.com/pre-commit/mirrors-prettier
1717
rev: v4.0.0-alpha.8
1818
hooks:
1919
- id: prettier
2020
types_or: [javascript, jsx, ts, tsx, markdown, yaml, json]
21-
stages: [commit]
21+
stages: [pre-commit]

0 commit comments

Comments
 (0)