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 @@ -26,14 +26,14 @@ repos:
26
26
- id : mixed-line-ending
27
27
- id : trailing-whitespace
28
28
- repo : https://github.com/pre-commit/mirrors-mypy
29
- rev : v1.14.0
29
+ rev : v1.14.1
30
30
hooks :
31
31
- id : mypy
32
32
args : [--no-strict-optional, --ignore-missing-imports]
33
33
additional_dependencies :
34
34
[types-setuptools, types-requests, types-Deprecated]
35
35
- repo : https://github.com/teemtee/tmt.git
36
- rev : 1.40 .0
36
+ rev : 1.41 .0
37
37
hooks :
38
38
- id : tmt-lint
39
39
# Do not run in pre-commit.ci as it requires an internet access
@@ -56,12 +56,12 @@ repos:
56
56
stages : [manual, pre-push]
57
57
- repo : https://github.com/astral-sh/ruff-pre-commit
58
58
# Ruff version.
59
- rev : v0.8.4
59
+ rev : v0.9.2
60
60
hooks :
61
61
- id : ruff
62
62
args : [--fix, --exit-non-zero-on-fix]
63
63
- repo : https://github.com/python-jsonschema/check-jsonschema
64
- rev : 0.30 .0
64
+ rev : 0.31 .0
65
65
hooks :
66
66
- id : check-github-workflows
67
67
args : ["--verbose"]
You can’t perform that action at this time.
0 commit comments