diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f456b715..1d21b762 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - "--ignore=E203,W503" - "--select=W504" - repo: https://github.com/asottile/pyupgrade - rev: v3.21.1 + rev: v3.21.2 hooks: - id: pyupgrade args: [--py39-plus, --keep-runtime-typing] @@ -55,7 +55,7 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.8 + rev: 0.9.11 hooks: # Update the uv lockfile - id: uv-lock