File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,10 @@ repos:
19
19
additional_dependencies : [black==24.10.0]
20
20
21
21
- repo : https://github.com/pre-commit/pre-commit-hooks
22
- rev : v5 .0.0
22
+ rev : v6 .0.0
23
23
hooks :
24
24
- id : trailing-whitespace
25
25
- id : end-of-file-fixer
26
- - id : fix-encoding-pragma
27
- args : [--remove]
28
26
- id : check-yaml
29
27
- id : debug-statements
30
28
language_version : python3
@@ -53,15 +51,15 @@ repos:
53
51
args : [--py39-plus]
54
52
55
53
- repo : https://github.com/pre-commit/mirrors-eslint
56
- rev : v9.29 .0
54
+ rev : v9.33 .0
57
55
hooks :
58
56
- id : eslint
59
57
additional_dependencies :
60
58
61
59
62
60
args : ["--fix"]
63
61
- repo : https://github.com/pre-commit/mirrors-mypy
64
- rev : v1.16 .1
62
+ rev : v1.17 .1
65
63
hooks :
66
64
- id : mypy
67
65
files : ^(src/pytest_html|testing)
You can’t perform that action at this time.
0 commit comments