diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d8d6fc..408a035 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.13 + rev: v0.15.2 hooks: - id: ruff-check types_or: [ python, pyi ] @@ -21,7 +21,7 @@ repos: - tomli - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.26 + rev: 0.10.4 hooks: # Update the uv lockfile - id: uv-lock