File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ ci :
2
+ autoupdate_schedule : quarterly
1
3
repos :
2
4
- repo : https://github.com/pre-commit/pre-commit-hooks
3
5
rev : v4.6.0
13
15
- id : no-commit-to-branch
14
16
args : [--branch=main]
15
17
- repo : https://github.com/astral-sh/ruff-pre-commit
16
- rev : v0.3.5
18
+ rev : v0.6.1
17
19
hooks :
18
20
- id : ruff
19
21
args : [--fix]
@@ -22,15 +24,15 @@ repos:
22
24
hooks :
23
25
- id : isort
24
26
- repo : https://github.com/psf/black
25
- rev : 24.3 .0
27
+ rev : 24.8 .0
26
28
hooks :
27
29
- id : black
28
30
- repo : https://github.com/pre-commit/mirrors-mypy
29
- rev : v1.9.0
31
+ rev : v1.11.1
30
32
hooks :
31
33
- id : mypy
32
34
- repo : https://github.com/codespell-project/codespell
33
- rev : v2.2.6
35
+ rev : v2.3.0
34
36
hooks :
35
37
- id : codespell
36
38
additional_dependencies :
You can’t perform that action at this time.
0 commit comments