File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.5 .0
4
+ rev : v4.6 .0
5
5
hooks :
6
6
- id : end-of-file-fixer
7
7
- id : trailing-whitespace
15
15
- id : check-yaml
16
16
files : .*\.(yaml|yml)$
17
17
- repo : https://github.com/codespell-project/codespell
18
- rev : v2.2.6
18
+ rev : v2.3.0
19
19
hooks :
20
20
- id : codespell
21
21
name : codespell
27
27
require_serial : false
28
28
additional_dependencies : []
29
29
- repo : https://github.com/astral-sh/ruff-pre-commit
30
- rev : " v0.3 .4"
30
+ rev : " v0.5 .4"
31
31
hooks :
32
32
- id : ruff
33
33
args : [--fix, --exit-non-zero-on-fix]
39
39
- id : yamllint
40
40
files : \.(yaml|yml)$
41
41
- repo : https://github.com/pre-commit/mirrors-mypy
42
- rev : v1.9 .0
42
+ rev : v1.11 .0
43
43
hooks :
44
44
- id : mypy
45
45
additional_dependencies :
You can’t perform that action at this time.
0 commit comments