Commit 25a150a 1 parent 99ff2c5 commit 25a150a Copy full SHA for 25a150a
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 4
4
5
5
repos :
6
6
- repo : https://github.com/astral-sh/ruff-pre-commit
7
- rev : v0.9.2
7
+ rev : v0.9.6
8
8
hooks :
9
9
- id : ruff
10
10
args : [--fix, --exit-non-zero-on-fix]
11
11
- id : ruff-format
12
12
- repo : https://github.com/pre-commit/mirrors-mypy
13
- rev : v1.14.1
13
+ rev : v1.15.0
14
14
hooks :
15
15
- id : mypy
16
16
args : [
71
71
- https://github.com/packit/packit-service.git
72
72
stages : [manual, pre-push]
73
73
- repo : https://github.com/packit/requre
74
- rev : 0.8.4
74
+ rev : 0.9.0
75
75
hooks :
76
76
- id : requre-purge
77
77
name : Requre response files cleanup
@@ -96,14 +96,14 @@ repos:
96
96
files : /tests_openshift.*\.yaml$
97
97
stages : [manual, pre-push]
98
98
- repo : https://github.com/gitleaks/gitleaks
99
- rev : v8.23.1
99
+ rev : v8.23.3
100
100
hooks :
101
101
- id : gitleaks
102
102
# The hook runs 'gitleaks protect --staged' which parses output of
103
103
# 'git diff --staged', i.e. always passes in pre-push/manual stage.
104
104
stages : [pre-commit]
105
105
- repo : https://github.com/python-jsonschema/check-jsonschema
106
- rev : 0.31.0
106
+ rev : 0.31.1
107
107
hooks :
108
108
- id : check-github-workflows
109
109
args : ["--verbose"]
You can’t perform that action at this time.
0 commit comments