This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit f5efc0d authored Mar 3, 2025 · 23 / 38 · Verified
1 parent 5326c59 commit f5efc0d Copy full SHA for f5efc0d
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/psf/black
7
- rev : 24.10 .0
7
+ rev : 25.1 .0
8
8
hooks :
9
9
- id : black
10
10
- repo : https://github.com/pre-commit/mirrors-prettier
@@ -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.1
29
+ rev : v1.15.0
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.41 .0
36
+ rev : 1.43 .0
37
37
hooks :
38
38
- id : tmt-lint
39
39
# Do not run in pre-commit.ci as it requires an internet access
@@ -49,19 +49,19 @@ repos:
49
49
# to verify the rebasing
50
50
stages : [manual, pre-push]
51
51
- repo : https://github.com/packit/requre
52
- rev : 0.8.4
52
+ rev : 0.9.0
53
53
hooks :
54
54
- id : requre-purge
55
55
# Do not run in pre-commit.ci as it requires too much time
56
56
stages : [manual, pre-push]
57
57
- repo : https://github.com/astral-sh/ruff-pre-commit
58
58
# Ruff version.
59
- rev : v0.9.2
59
+ rev : v0.9.9
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.31.0
64
+ rev : 0.31.2
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