diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b5cde1c..f8c94235 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.6 + rev: 0.11.7 hooks: # Dependency management - id: uv-lock @@ -47,7 +47,7 @@ repos: # Python Linting & Formatting with Ruff - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.15.10" + rev: "v0.15.11" hooks: - id: ruff name: ruff (linter)