From 147d07002ca847fdd2fdf8986911ad8a8e040bf8 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Thu, 12 Feb 2026 07:19:04 -0800 Subject: [PATCH] ci: skip uv-lock and sync-requirements on pre-commit.ci These hooks need PyPI network access which pre-commit.ci's sandboxed environment doesn't reliably provide. They still run locally and the same checks are covered by GitHub Actions CI. --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73e62d1f..bded26b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,6 @@ +ci: + skip: [uv-lock, sync-requirements] + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0