diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 07731d9..8612b1d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.4 + rev: v0.9.5 hooks: - id: ruff args: @@ -31,7 +31,7 @@ repos: - id: validate_manifest - repo: https://github.com/gauge-sh/tach-pre-commit - rev: v0.24.0 + rev: v0.24.1 hooks: - id: tach @@ -50,7 +50,7 @@ repos: - pyjson5==1.6.8 - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.5.28 + rev: 0.5.29 hooks: - id: uv-lock - id: uv-sync