Skip to content

Commit

Permalink
chore: update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
- [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.1...v0.9.3)
- [github.com/woodruffw/zizmor-pre-commit: v1.1.1 → v1.2.2](woodruffw/zizmor-pre-commit@v1.1.1...v1.2.2)
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent b0e6f76 commit 91b1a1b
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 @@ -8,7 +8,7 @@ repos:
hooks:
- id: check-github-workflows
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
args: ["-L", ""]
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.9.1
rev: v0.9.3
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.1.1
rev: v1.2.2
hooks:
- id: zizmor

0 comments on commit 91b1a1b

Please sign in to comment.