Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
hooks:
- id: check-useless-excludes
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.7
rev: 0.9.8
hooks:
- id: uv-sync
- id: uv-lock
Expand All @@ -21,7 +21,7 @@ repos:
args: ["--upgrade"]
stages: [manual]
- repo: https://github.com/biomejs/pre-commit
rev: "v2.3.2"
rev: "v2.3.4"
hooks:
- id: biome-check
name: biome
Expand All @@ -44,14 +44,14 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/tombi-toml/tombi-pre-commit
rev: v0.6.40
rev: v0.6.42
hooks:
- id: tombi-format
alias: toml
- id: tombi-lint
alias: toml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.3
rev: v0.14.4
hooks:
- id: ruff-format
alias: ruff
Expand Down
Loading
Loading