Skip to content

Commit 82a2c5f

Browse files
chore: auto update by pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.11.4](astral-sh/ruff-pre-commit@v0.5.0...v0.11.4)
1 parent 5f5a53d commit 82a2c5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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.5.0
9+
rev: v0.11.4
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)