Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Commit cad5176

Browse files
authored
Merge pull request #175 from ansible/chore/pre-commit-update
Update pre-commit hooks version
2 parents 16dda6e + 8aad4d0 commit cad5176

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ ci:
1010
repos:
1111
- repo: https://github.com/pre-commit/mirrors-prettier
1212
# keep it before yamllint
13-
rev: v3.0.0-alpha.4
13+
rev: v3.0.0
1414
hooks:
1515
- id: prettier
1616
additional_dependencies:
1717
- prettier
1818
- prettier-plugin-toml
1919
- repo: https://github.com/streetsidesoftware/cspell-cli
20-
rev: v6.17.0
20+
rev: v6.31.0
2121
hooks:
2222
- id: cspell
2323
# entry: codespell --relative
2424
args: [--relative, --no-progress, --no-summary]
2525
name: Spell check with cspell
2626
- repo: https://github.com/sirosen/check-jsonschema
27-
rev: 0.19.2
27+
rev: 0.23.2
2828
hooks:
2929
- id: check-github-workflows
3030
- repo: https://github.com/pre-commit/pre-commit-hooks.git

0 commit comments

Comments
 (0)