Skip to content

Commit

Permalink
chore: update pre-commit hooks (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 13, 2025
1 parent 5ad8b44 commit b0e6f76
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 @@ -4,7 +4,7 @@ ci:
autoupdate_schedule: weekly
repos:
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.30.0
rev: 0.31.0
hooks:
- id: check-github-workflows
- repo: https://github.com/codespell-project/codespell
Expand Down Expand Up @@ -47,7 +47,7 @@ repos:
language: python
files: README.md
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.1
hooks:
- id: ruff
args: [--fix]
Expand All @@ -60,6 +60,6 @@ repos:
args: [--option, "reorder_arrays=true", --option, "reorder_keys=true"]

- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v1.0.0
rev: v1.1.1
hooks:
- id: zizmor

0 comments on commit b0e6f76

Please sign in to comment.