diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96fededb..d4230882 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: args: - --ignore-case - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.22 + rev: 0.9.4 hooks: # Keep lock file up to date - id: uv-lock @@ -92,7 +92,7 @@ repos: # Enforce that type annotations are used instead of type comments - id: python-use-type-annotations - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.2 + rev: v0.14.1 hooks: # Run the linter. - id: ruff