Skip to content

Commit 47ca831

Browse files
chore: pre-commit autoupdate (#406)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.21 → v0.15.22](astral-sh/ruff-pre-commit@v0.15.21...v0.15.22) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Xianpeng Shen <xianpeng.shen@gmail.com>
1 parent 9b1adcc commit 47ca831

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ci:
22
autofix_prs: true
33
autofix_commit_msg: 'chore: auto fixes from pre-commit.com hooks'
4-
autoupdate_commit_ms: 'chore: pre-commit autoupdate'
4+
autoupdate_commit_msg: 'chore: pre-commit autoupdate'
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -21,7 +21,7 @@ repos:
2121
exclude: '^\.yarn/releases/yarn.*js'
2222
args: ["--fix=lf"]
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.15.21
24+
rev: v0.15.22
2525
hooks:
2626
# Run the python linter.
2727
- id: ruff-check

0 commit comments

Comments
 (0)