File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,20 +32,20 @@ repos:
32
32
- id : mixed-line-ending
33
33
- id : trailing-whitespace
34
34
- repo : https://github.com/PyCQA/flake8
35
- rev : 7.1.1
35
+ rev : 7.1.2
36
36
hooks :
37
37
- id : flake8
38
38
args :
39
39
- --max-line-length=100
40
40
# https://github.com/PyCQA/pycodestyle/issues/373
41
41
- --extend-ignore=E203
42
42
- repo : https://github.com/PyCQA/isort
43
- rev : 6.0.0
43
+ rev : 6.0.1
44
44
hooks :
45
45
- id : isort
46
46
args : [--profile, black]
47
47
- repo : https://github.com/pre-commit/mirrors-mypy
48
- rev : v1.14.1
48
+ rev : v1.15.0
49
49
hooks :
50
50
- id : mypy
51
51
args : [--show-error-codes, --ignore-missing-imports]
54
54
# This file is overridden by a type stub
55
55
exclude : " specfile/context_management.py"
56
56
- repo : https://github.com/teemtee/tmt.git
57
- rev : 1.41 .0
57
+ rev : 1.43 .0
58
58
hooks :
59
59
- id : tmt-lint
60
60
# linting of the reverse-dependency tests requires internet access
67
67
- https://github.com/packit/specfile.git
68
68
stages : [manual, pre-push]
69
69
- repo : https://github.com/python-jsonschema/check-jsonschema
70
- rev : 0.31.1
70
+ rev : 0.31.3
71
71
hooks :
72
72
- id : check-github-workflows
73
73
args : ["--verbose"]
You can’t perform that action at this time.
0 commit comments