diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ad8572d..3260805 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.12.2 + rev: 0.12.5 hooks: # Update the uv lockfile - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.16.1 + rev: v0.16.3 hooks: # Run the linter. - id: ruff-check