File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
- id : debug-statements
20
20
- id : check-yaml
21
21
files : .*\.(yaml|yml)$
22
- - repo : https://github.com/codespell-project/codespell.git
23
- rev : v2.2.2
22
+ - repo : https://github.com/codespell-project/codespell
23
+ rev : v2.2.4
24
24
hooks :
25
25
- id : codespell
26
26
name : codespell
@@ -32,17 +32,17 @@ repos:
32
32
require_serial : false
33
33
additional_dependencies : []
34
34
- repo : https://github.com/charliermarsh/ruff-pre-commit
35
- rev : " v0.0.246 "
35
+ rev : " v0.0.254 "
36
36
hooks :
37
37
- id : ruff
38
38
args : [--fix, --exit-non-zero-on-fix]
39
- - repo : https://github.com/adrienverge/yamllint.git
39
+ - repo : https://github.com/adrienverge/yamllint
40
40
rev : v1.29.0
41
41
hooks :
42
42
- id : yamllint
43
43
files : \.(yaml|yml)$
44
- - repo : https://github.com/pre-commit/mirrors-mypy.git
45
- rev : v1.0.0
44
+ - repo : https://github.com/pre-commit/mirrors-mypy
45
+ rev : v1.1.1
46
46
hooks :
47
47
- id : mypy
48
48
additional_dependencies :
You can’t perform that action at this time.
0 commit comments