Skip to content

ci: skip uv-lock and sync-requirements on pre-commit.ci#428

Merged
basnijholt merged 1 commit intomainfrom
fix/precommit-ci-skip
Feb 12, 2026
Merged

ci: skip uv-lock and sync-requirements on pre-commit.ci#428
basnijholt merged 1 commit intomainfrom
fix/precommit-ci-skip

Conversation

@basnijholt
Copy link
Owner

Summary

  • Adds ci: skip config for uv-lock and sync-requirements hooks on pre-commit.ci
  • These hooks need PyPI network access which pre-commit.ci's sandboxed environment doesn't reliably provide (causes DNS resolution failures)
  • They still run locally via pre-commit and the same checks are covered by GitHub Actions CI

Test plan

  • Hooks still run locally (verified by pre-commit passing on commit)
  • pre-commit.ci should no longer fail on DNS issues for these hooks

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.
@basnijholt basnijholt merged commit f801b91 into main Feb 12, 2026
10 checks passed
@basnijholt basnijholt deleted the fix/precommit-ci-skip branch February 12, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant