Skip to content

Commit fe1c26d

Browse files
chore: pre-commit autoupdate
updates: - [github.com/streetsidesoftware/cspell-cli: v8.17.0 → v8.17.2](streetsidesoftware/cspell-cli@v8.17.0...v8.17.2) - [github.com/sirosen/check-jsonschema: 0.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 5ce6a31 commit fe1c26d

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
@@ -33,14 +33,14 @@ repos:
3333
- prettier-plugin-toml
3434
- prettier-plugin-sort-json
3535
- repo: https://github.com/streetsidesoftware/cspell-cli
36-
rev: v8.17.0
36+
rev: v8.17.2
3737
hooks:
3838
- id: cspell
3939
# entry: codespell --relative
4040
args: [--relative, --no-progress, --no-summary]
4141
name: Spell check with cspell
4242
- repo: https://github.com/sirosen/check-jsonschema
43-
rev: 0.31.0
43+
rev: 0.31.1
4444
hooks:
4545
- id: check-github-workflows
4646
- repo: https://github.com/pre-commit/pre-commit-hooks.git
@@ -55,7 +55,7 @@ repos:
5555
- id: debug-statements
5656
language_version: python3
5757
- repo: https://github.com/codespell-project/codespell
58-
rev: v2.3.0
58+
rev: v2.4.1
5959
hooks:
6060
- id: codespell
6161
additional_dependencies:

0 commit comments

Comments
 (0)