Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#762)
Browse files Browse the repository at this point in the history
updates:
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
- [github.com/biomejs/pre-commit: v0.5.0 → v0.6.1](biomejs/pre-commit@v0.5.0...v0.6.1)
- [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.9.6](astral-sh/ruff-pre-commit@v0.8.1...v0.9.6)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 11, 2025
1 parent a93e874 commit 0b921a3
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 @@ -20,17 +20,17 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
additional_dependencies: ["tomli"]
- repo: https://github.com/biomejs/pre-commit
rev: v0.5.0 # Use the sha / tag you want to point at
rev: v0.6.1 # Use the sha / tag you want to point at
hooks:
- id: biome-format # not using check becasue there are lots of things that need fixed
additional_dependencies: ["@biomejs/[email protected]"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.9.6
hooks:
- id: ruff
args: [--fix]
Expand Down

0 comments on commit 0b921a3

Please sign in to comment.