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 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : v0.9.4
3
+ rev : v0.9.9
4
4
hooks :
5
5
- id : ruff
6
6
args : [--exit-non-zero-on-fix]
11
11
- id : black
12
12
13
13
- repo : https://github.com/PyCQA/bandit
14
- rev : 1.8.2
14
+ rev : 1.8.3
15
15
hooks :
16
16
- id : bandit
17
17
args : [--severity-level=high]
@@ -50,14 +50,14 @@ repos:
50
50
exclude : ^.github/.*TEMPLATE|^Tests/(fonts|images)/
51
51
52
52
- repo : https://github.com/python-jsonschema/check-jsonschema
53
- rev : 0.31.1
53
+ rev : 0.31.2
54
54
hooks :
55
55
- id : check-github-workflows
56
56
- id : check-readthedocs
57
57
- id : check-renovate
58
58
59
59
- repo : https://github.com/woodruffw/zizmor-pre-commit
60
- rev : v1.3.0
60
+ rev : v1.4.1
61
61
hooks :
62
62
- id : zizmor
63
63
67
67
- id : sphinx-lint
68
68
69
69
- repo : https://github.com/tox-dev/pyproject-fmt
70
- rev : v2.5.0
70
+ rev : v2.5.1
71
71
hooks :
72
72
- id : pyproject-fmt
73
73
You can’t perform that action at this time.
0 commit comments