diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 13ab9c3..07137bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,12 +8,12 @@ repos: - id: trailing-whitespace - id: mixed-line-ending - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.14.4 + rev: v0.14.5 hooks: - id: ruff args: ["--fix", "--exit-non-zero-on-fix"] - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.8 + rev: 0.9.10 hooks: - id: uv-lock