Skip to content

Commit bf633eb

Browse files
[pre-commit.ci] pre-commit autoupdate (#224)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4) * Update pre-commit configuration with new settings --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 45b7e92 commit bf633eb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
ci:
2+
autoupdate_commit_msg: "chore: update pre-commit hooks"
3+
autofix_commit_msg: "style: pre-commit fixes"
4+
autoupdate_schedule: "monthly"
5+
16
repos:
27
- repo: https://github.com/pre-commit/pre-commit-hooks
38
rev: v6.0.0
@@ -14,7 +19,7 @@ repos:
1419
- id: trailing-whitespace
1520

1621
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.14.3"
22+
rev: "v0.14.4"
1823
hooks:
1924
- id: ruff-check
2025
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)