Skip to content

Commit 9f1a69d

Browse files
committed
deps(pre-commit): update the hooks
Also, fix a minor markdownlint issue.
1 parent 7cfb5e0 commit 9f1a69d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
exclude: \.gitignore
2525

2626
- repo: https://github.com/python-jsonschema/check-jsonschema
27-
rev: 37cd56d9d154dfb0648eaee8efc1040512700c47 # frozen: 0.29.4
27+
rev: a20fe80ebdd4aec6791598c9ff559985580f91ea # frozen: 0.31.1
2828
hooks:
2929
- id: check-github-workflows
3030

@@ -44,7 +44,7 @@ repos:
4444
- --strict
4545

4646
- repo: https://github.com/igorshubovych/markdownlint-cli
47-
rev: 0d9fcb51a54f3b750b911c054b4bd1a590f1b592 # frozen: v0.43.0
47+
rev: 586c3ea3f51230da42bab657c6a32e9e66c364f0 # frozen: v0.44.0
4848
hooks:
4949
- id: markdownlint-fix
5050

@@ -60,6 +60,6 @@ repos:
6060
- id: ripsecrets
6161

6262
- repo: https://github.com/crate-ci/typos
63-
rev: b74202f74b4346efdbce7801d187ec57b266bac8 # frozen: v1.27.3
63+
rev: 51f257b946f503b768e522781f56e9b7b5570d48 # frozen: v1.29.7
6464
hooks:
6565
- id: typos

kubernetes/rbac/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This will,
2424
./create_user.py foo -g vipyrsec
2525
```
2626

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
2828

2929
```bash
3030
./create_user.py bar -g vipyrsec -g vipyrsec-core-devs --expiry-seconds 86400

0 commit comments

Comments
 (0)