Skip to content

Commit 9fec009

Browse files
chore: pre-commit autoupdate (#255)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.15.21](astral-sh/ruff-pre-commit@v0.15.20...v0.15.21) * Apply suggestions from code review Co-authored-by: Xianpeng Shen <xianpeng.shen@gmail.com> * chore: Update pre-commit config commit messages --------- 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 12c3973 commit 9fec009

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
ci:
22
autofix_prs: true
3+
autofix_commit_msg: 'chore: auto fixes from pre-commit.com hooks'
4+
autoupdate_commit_ms: 'chore: pre-commit autoupdate'
35

46
repos:
57
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -13,7 +15,7 @@ repos:
1315
- id: check-toml
1416
- id: requirements-txt-fixer
1517
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.15.20
18+
rev: v0.15.21
1719
hooks:
1820
# Run the linter.
1921
- id: ruff-check

0 commit comments

Comments
 (0)