File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 1
1
ci :
2
2
autofix_prs : false
3
- autoupdate_schedule : monthly
3
+ autoupdate_schedule : quarterly
4
4
autoupdate_commit_msg : " chore: update pre-commit hooks"
5
5
6
6
repos :
@@ -17,26 +17,19 @@ repos:
17
17
args : [--prose-wrap=always]
18
18
19
19
- repo : https://github.com/astral-sh/ruff-pre-commit
20
- rev : " v0.6.9 "
20
+ rev : " v0.7.2 "
21
21
hooks :
22
22
- id : ruff
23
23
args : ["--fix", "--exit-non-zero-on-fix", "--show-fixes"]
24
24
- id : ruff-format
25
25
26
- # - repo: https://github.com/pre-commit/mirrors-mypy
27
- # rev: "v1.8.0"
28
- # hooks:
29
- # - id: mypy
30
- # files: src
31
-
32
26
- repo : https://github.com/abravalheri/validate-pyproject
33
- rev : " v0.20.2 "
27
+ rev : " v0.22 "
34
28
hooks :
35
29
- id : validate-pyproject
36
30
additional_dependencies : ["validate-pyproject-schema-store[all]"]
37
31
38
32
- repo : https://github.com/python-jsonschema/check-jsonschema
39
- rev : " 0.29.3 "
33
+ rev : " 0.29.4 "
40
34
hooks :
41
- - id : check-dependabot
42
35
- id : check-github-workflows
You can’t perform that action at this time.
0 commit comments