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
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
hooks:
- id: check-useless-excludes
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.17
rev: 0.9.18
hooks:
- id: uv-sync
- id: uv-lock
Expand All @@ -27,7 +27,7 @@ repos:
args: ["--upgrade"]
stages: [manual]
- repo: https://github.com/biomejs/pre-commit
rev: "v2.3.8"
rev: "v2.3.10"
hooks:
- id: biome-check
name: biome
Expand Down Expand Up @@ -77,15 +77,15 @@ repos:
.config/pydoclint-baseline.txt
)$
- repo: https://github.com/tombi-toml/tombi-pre-commit
rev: v0.7.7
rev: v0.7.8
hooks:
- id: tombi-format
alias: toml
- id: tombi-lint
alias: toml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.9
rev: v0.14.10
hooks:
- id: ruff-format
alias: ruff
Expand Down Expand Up @@ -118,7 +118,7 @@ repos:
- wcmatch

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.19.0
rev: v1.19.1
hooks:
- id: mypy
additional_dependencies:
Expand Down
Loading