diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f884a38bf4cd..be574d083b8a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,8 @@ ci: autoupdate_schedule: monthly + # uv-lock resolves dependencies from PyPI, but pre-commit.ci runs hooks with no + # network access, so it fails there. Skip it on pre-commit.ci; it still runs locally. + skip: [uv-lock] repos: - repo: https://github.com/pre-commit/pre-commit-hooks