diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d50bac1b..9db2bef3 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.19.1 + rev: v3.20.0 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.7.3 + rev: 0.7.9 hooks: # Update the uv lockfile - id: uv-lock