diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0086d54..22a470fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: pycln - repo: 'https://github.com/psf/black' - rev: 25.11.0 + rev: 25.12.0 hooks: - id: black args: @@ -55,7 +55,7 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.13 + rev: 0.9.18 hooks: # Update the uv lockfile - id: uv-lock