Skip to content

Commit c1c71a1

Browse files
authored
Add CI config in .pre-commit-config.yaml
1 parent c090c45 commit c1c71a1

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+
autofix_prs: false
3+
autoupdate_schedule: monthly
4+
autofix_commit_msg: "style: pre-commit fixes"
5+
16
repos:
27
- repo: https://github.com/pre-commit/pre-commit-hooks
38
rev: v6.0.0
@@ -32,7 +37,7 @@ repos:
3237
- repo: https://github.com/astral-sh/ruff-pre-commit
3338
rev: "v0.14.9"
3439
hooks:
35-
- id: ruff
40+
- id: ruff-check
3641
args: ["--fix", "--show-fixes"]
3742

3843
ci:

0 commit comments

Comments
 (0)