Skip to content

Commit 6b00cf1

Browse files
authored
Update pre-commit hooks (#27)
1 parent 90473c3 commit 6b00cf1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,26 @@ repos:
1818
- id: check-useless-excludes
1919
- repo: https://github.com/pre-commit/mirrors-prettier
2020
# keep it before yamllint
21-
rev: v3.0.0-alpha.4
21+
rev: v4.0.0-alpha.8
2222
hooks:
2323
- id: prettier
2424
always_run: true
2525
additional_dependencies:
2626
- prettier
2727
- prettier-plugin-sort-json
2828
- repo: https://github.com/streetsidesoftware/cspell-cli
29-
rev: v6.16.0
29+
rev: v8.3.0
3030
hooks:
3131
- id: cspell
3232
# entry: codespell --relative
3333
args: [--relative, --no-progress, --no-summary]
3434
name: Spell check with cspell
3535
- repo: https://github.com/sirosen/check-jsonschema
36-
rev: 0.19.2
36+
rev: 0.27.3
3737
hooks:
3838
- id: check-github-workflows
3939
- repo: https://github.com/pre-commit/pre-commit-hooks.git
40-
rev: v4.4.0
40+
rev: v4.5.0
4141
hooks:
4242
- id: end-of-file-fixer
4343
- id: trailing-whitespace
@@ -48,11 +48,11 @@ repos:
4848
- id: debug-statements
4949
language_version: python3
5050
- repo: https://github.com/codespell-project/codespell
51-
rev: v2.2.2
51+
rev: v2.2.6
5252
hooks:
5353
- id: codespell
5454
- repo: https://github.com/adrienverge/yamllint.git
55-
rev: v1.28.0
55+
rev: v1.33.0
5656
hooks:
5757
- id: yamllint
5858
files: \.(yaml|yml)$

0 commit comments

Comments
 (0)