diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 84b387c..a47e353 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: # Ruff - Python linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.18 + rev: v0.15.20 hooks: - id: ruff args: [--fix] @@ -43,7 +43,7 @@ repos: # UV lock check - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.23 + rev: 0.11.25 hooks: - id: uv-lock - id: uv-export @@ -76,7 +76,7 @@ repos: # Tombi - TOML formatting - repo: https://github.com/tombi-toml/tombi-pre-commit - rev: v1.1.4 + rev: v1.1.6 hooks: - id: tombi-format args: ["--offline"]