Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/streetsidesoftware/cspell-cli: v6.17.1 → v6.22.0](streetsidesoftware/cspell-cli@v6.17.1...v6.22.0)
- [github.com/sirosen/check-jsonschema: 0.20.0 → 0.21.0](python-jsonschema/check-jsonschema@0.20.0...0.21.0)
- [github.com/jazzband/pip-tools: 6.12.1 → 6.12.2](jazzband/pip-tools@6.12.1...6.12.2)
  • Loading branch information
pre-commit-ci[bot] authored Feb 6, 2023
1 parent 3c540d7 commit c11b40c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ repos:
- prettier-plugin-toml
- prettier-plugin-sort-json
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v6.17.1
rev: v6.22.0
hooks:
- id: cspell
# entry: codespell --relative
args: [--relative, --no-progress, --no-summary]
name: Spell check with cspell
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.20.0
rev: 0.21.0
hooks:
- id: check-github-workflows
- repo: https://github.com/pre-commit/pre-commit-hooks.git
Expand Down Expand Up @@ -66,7 +66,7 @@ repos:
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/jazzband/pip-tools
rev: 6.12.1
rev: 6.12.2
hooks:
- id: pip-compile
name: deps
Expand Down

0 comments on commit c11b40c

Please sign in to comment.