diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 72fe23f3..a14209d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: args: - "--line-length=120" - repo: 'https://github.com/pre-commit/pre-commit-hooks' - rev: v5.0.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer exclude: '^docs/[^/]*\.svg$' @@ -55,7 +55,7 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.8.4 + rev: 0.8.13 hooks: # Update the uv lockfile - id: uv-lock