File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.6 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ["--maxkb=500"]
61
61
args : ["-c", "pyproject.toml", "--"]
62
62
additional_dependencies : ["bandit[toml]"]
63
63
- repo : https://github.com/gitleaks/gitleaks
64
- rev : v8.20.0
64
+ rev : v8.20.1
65
65
hooks :
66
66
- id : gitleaks
67
67
- repo : local
72
72
entry : .pre-commit/version_check.py
73
73
pass_filenames : false
74
74
stages :
75
- - commit
75
+ - pre- commit
76
76
- manual
77
77
language : python
78
78
files : ^(\.pre-commit/version_check\.py|setup\.py|sphinx_multiversion/__init__\.py|docs/conf\.py|docs/changelog\.rst)$
87
87
types :
88
88
- python
89
89
stages :
90
- - commit
90
+ - pre- commit
91
91
- manual
92
92
additional_dependencies :
93
93
- sphinx
You can’t perform that action at this time.
0 commit comments