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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-case-conflict
# Check for files with names that would conflict on a case-insensitive
Expand Down Expand Up @@ -30,14 +30,14 @@ repos:
pass_filenames: false

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.0
rev: v0.15.4
hooks:
- id: ruff-format
types: [python]
pass_filenames: true

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.6.1
rev: 0.10.7
hooks:
- id: uv-lock
# Ensures uv.lock is up to date with pyproject.toml
Expand Down