Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [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.1](astral-sh/ruff-pre-commit@v0.8.1...v0.9.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 13, 2025
1 parent 4d1147e commit 4dc62c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ repos:
- 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.1
hooks:
- id: ruff
args: [--fix]
Expand Down

0 comments on commit 4dc62c1

Please sign in to comment.