Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#29)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycontribs/mirrors-prettier: v3.3.2 → v3.3.3](pycontribs/mirrors-prettier@v3.3.2...v3.3.3)
- [github.com/streetsidesoftware/cspell-cli: v8.9.0 → v8.13.1](streetsidesoftware/cspell-cli@v8.9.0...v8.13.1)
- [github.com/sirosen/check-jsonschema: 0.28.6 → 0.29.1](python-jsonschema/check-jsonschema@0.28.6...0.29.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Aug 6, 2024
1 parent 5d5b3f7 commit de2f3f5
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 @@ -9,21 +9,21 @@ ci:
repos:
- repo: https://github.com/pycontribs/mirrors-prettier
# keep it before yamllint
rev: v3.3.2
rev: v3.3.3
hooks:
- id: prettier
additional_dependencies:
- prettier
- prettier-plugin-toml
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.9.0
rev: v8.13.1
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.28.6
rev: 0.29.1
hooks:
- id: check-github-workflows
- repo: https://github.com/pre-commit/pre-commit-hooks.git
Expand Down

0 comments on commit de2f3f5

Please sign in to comment.