Commit 63e6664 1 parent 59d561a commit 63e6664 Copy full SHA for 63e6664
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 @@ -14,20 +14,20 @@ repos:
14
14
- id : check-json
15
15
- id : check-yaml
16
16
- repo : https://github.com/pre-commit/mirrors-mypy
17
- rev : v1.11.2
17
+ rev : v1.15.0
18
18
hooks :
19
19
- id : mypy
20
20
exclude : ^(tests/)
21
21
- repo : https://github.com/PyCQA/flake8
22
- rev : " 7.1.1 "
22
+ rev : " 7.1.2 "
23
23
hooks :
24
24
- id : flake8
25
25
additional_dependencies : [
26
26
" git+https://github.com/RedHatQE/flake8-plugins.git" ,
27
27
" flake8-mutable" ,
28
28
]
29
29
- repo : https://github.com/DavidAnson/markdownlint-cli2
30
- rev : v0.14.0
30
+ rev : v0.17.2
31
31
hooks :
32
32
- id : markdownlint-cli2
33
33
- repo : https://github.com/Yelp/detect-secrets
36
36
- id : detect-secrets
37
37
exclude : tests/unittests/resources/templates/jira_api/fake_server_info.json
38
38
- repo : https://github.com/astral-sh/ruff-pre-commit
39
- rev : v0.6.9
39
+ rev : v0.9.6
40
40
hooks :
41
41
- id : ruff
42
42
- id : ruff-format
You can’t perform that action at this time.
0 commit comments