Skip to content
Merged
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
Expand Up @@ -3,19 +3,19 @@ default_install_hook_types: [pre-commit, pre-push]
repos:
# Security: Detect secrets and credentials
- repo: https://github.com/gitleaks/gitleaks
rev: v8.23.1
rev: v8.30.0
hooks:
- id: gitleaks

# UV: Keep uv.lock in sync
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.8.3
rev: 0.9.13
hooks:
- id: uv-lock

# Ruff: Linting and formatting
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.7
rev: v0.14.7
hooks:
- id: ruff
args: [--fix]
Expand Down
Loading