Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: v2.3.10 # Use the sha / tag you want to point at
rev: v2.4.4 # 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/biome@1.9.4"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.11
rev: v0.15.4
hooks:
- id: ruff
args: [--fix]
Expand Down
Loading