File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
exclude : \.gitignore
25
25
26
26
- repo : https://github.com/python-jsonschema/check-jsonschema
27
- rev : 37cd56d9d154dfb0648eaee8efc1040512700c47 # frozen: 0.29.4
27
+ rev : a20fe80ebdd4aec6791598c9ff559985580f91ea # frozen: 0.31.1
28
28
hooks :
29
29
- id : check-github-workflows
30
30
44
44
- --strict
45
45
46
46
- repo : https://github.com/igorshubovych/markdownlint-cli
47
- rev : 0d9fcb51a54f3b750b911c054b4bd1a590f1b592 # frozen: v0.43 .0
47
+ rev : 586c3ea3f51230da42bab657c6a32e9e66c364f0 # frozen: v0.44 .0
48
48
hooks :
49
49
- id : markdownlint-fix
50
50
60
60
- id : ripsecrets
61
61
62
62
- repo : https://github.com/crate-ci/typos
63
- rev : b74202f74b4346efdbce7801d187ec57b266bac8 # frozen: v1.27.3
63
+ rev : 51f257b946f503b768e522781f56e9b7b5570d48 # frozen: v1.29.7
64
64
hooks :
65
65
- id : typos
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ This will,
24
24
./create_user.py foo -g vipyrsec
25
25
```
26
26
27
- 2 . Create a user ` bar ` with groups ` vipyrsec ` , and ` vipyrsec-core-devs ` with a day's validity
27
+ 1 . Create a user ` bar ` with groups ` vipyrsec ` , and ` vipyrsec-core-devs ` with a day's validity
28
28
29
29
``` bash
30
30
./create_user.py bar -g vipyrsec -g vipyrsec-core-devs --expiry-seconds 86400
You can’t perform that action at this time.
0 commit comments