diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index e67372f..11c54e9 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.8.22 + rev: 0.12.9 hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.13.2 + rev: v0.16.5 hooks: # Run the linter. - id: ruff-check