Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#198)
Browse files Browse the repository at this point in the history
updates:
- [github.com/rbubley/mirrors-prettier: v3.5.1 → v3.5.3](rbubley/mirrors-prettier@v3.5.1...v3.5.3)
- [github.com/streetsidesoftware/cspell-cli: v8.17.2 → v8.17.3](streetsidesoftware/cspell-cli@v8.17.2...v8.17.3)
- [github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.31.2](python-jsonschema/check-jsonschema@0.31.1...0.31.2)
- [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.6...v0.9.9)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Mar 10, 2025
1 parent 2d09672 commit 0188e92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ repos:
- id: check-useless-excludes
- repo: https://github.com/rbubley/mirrors-prettier
# keep it before yamllint
rev: v3.5.1
rev: v3.5.3
hooks:
- id: prettier
always_run: true
additional_dependencies:
- prettier@3.2.4
- prettier-plugin-sort-json@3.1.0
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.17.2
rev: v8.17.3
hooks:
- id: cspell
# entry: codespell --relative
args: [--relative, --no-progress, --no-summary]
name: Spell check with cspell
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.1
rev: 0.31.2
hooks:
- id: check-github-workflows
- repo: https://github.com/pre-commit/pre-commit-hooks.git
Expand Down Expand Up @@ -83,7 +83,7 @@ repos:
- id: tox-ini-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.6
rev: v0.9.9
hooks:
- id: ruff
args:
Expand Down

0 comments on commit 0188e92

Please sign in to comment.