diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc8e77a6..c9bd6929 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.11.13 + rev: v0.16.0 hooks: # Run the linter. - id: ruff-check @@ -9,7 +9,7 @@ repos: - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.7.12 + rev: 0.12.1 hooks: # Update the uv lockfile - - id: uv-lock \ No newline at end of file + - id: uv-lock