We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689077f commit 188b25fCopy full SHA for 188b25f
1 file changed
.pre-commit-config.yaml
@@ -1,3 +1,8 @@
1
+ci:
2
+ autofix_prs: true
3
+ autofix_commit_msg: 'chore: auto fixes from pre-commit.com hooks'
4
+ autoupdate_commit_ms: 'chore: pre-commit autoupdate'
5
+
6
repos:
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
rev: v6.0.0
@@ -13,7 +18,7 @@ repos:
13
18
- id: check-yaml
14
19
15
20
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.15.20
21
+ rev: v0.15.21
17
22
hooks:
23
- id: ruff-check
24
args: [--fix]
0 commit comments