Skip to content

Commit 2099a93

Browse files
chore: pre-commit autoupdate
updates: - [github.com/streetsidesoftware/cspell-cli: v8.3.0 → v8.8.2](streetsidesoftware/cspell-cli@v8.3.0...v8.8.2) - [github.com/sirosen/check-jsonschema: 0.27.3 → 0.28.4](python-jsonschema/check-jsonschema@0.27.3...0.28.4) - [github.com/pre-commit/pre-commit-hooks.git: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.5.0...v4.6.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1)
1 parent 6b00cf1 commit 2099a93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ repos:
2626
- prettier
2727
- prettier-plugin-sort-json
2828
- repo: https://github.com/streetsidesoftware/cspell-cli
29-
rev: v8.3.0
29+
rev: v8.8.2
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.27.3
36+
rev: 0.28.4
3737
hooks:
3838
- id: check-github-workflows
3939
- repo: https://github.com/pre-commit/pre-commit-hooks.git
40-
rev: v4.5.0
40+
rev: v4.6.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.6
51+
rev: v2.3.0
5252
hooks:
5353
- id: codespell
5454
- repo: https://github.com/adrienverge/yamllint.git
55-
rev: v1.33.0
55+
rev: v1.35.1
5656
hooks:
5757
- id: yamllint
5858
files: \.(yaml|yml)$

0 commit comments

Comments
 (0)