File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.6 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=100']
26
26
- id : python-use-type-annotations
27
27
- id : text-unicode-replacement-char
28
28
- repo : https://github.com/astral-sh/ruff-pre-commit
29
- rev : v0.4.1
29
+ rev : v0.11.5
30
30
hooks :
31
31
- id : ruff
32
32
- id : ruff-format
35
35
hooks :
36
36
- id : refurb
37
37
- repo : https://github.com/executablebooks/mdformat
38
- rev : 0.7.17
38
+ rev : 0.7.22
39
39
hooks :
40
40
- id : mdformat
41
41
additional_dependencies : [
44
44
]
45
45
args : [--wrap, "88"]
46
46
- repo : https://github.com/codespell-project/codespell
47
- rev : v2.2.6
47
+ rev : v2.4.1
48
48
hooks :
49
49
- id : codespell
50
50
args : [-L als, -L falsy]
You can’t perform that action at this time.
0 commit comments