Skip to content

Commit 6a804dc

Browse files
abhizipstackclaude
andcommitted
fix: remove no-commit-to-branch from ci skip list
no-commit-to-branch only blocks commits to main — pre-commit.ci runs on PR branches so it passes naturally. Keep skip for hooks that genuinely need Docker or system Python. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 36af740 commit 6a804dc

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44

55
ci:
66
skip:
7-
- no-commit-to-branch
8-
- mypy
9-
- protolint-docker
10-
- hadolint-docker
7+
- mypy # Uses language: system, not available in pre-commit.ci sandbox
8+
- protolint-docker # Needs Docker, not available in pre-commit.ci
9+
- hadolint-docker # Needs Docker, not available in pre-commit.ci
1110
autofix_prs: true
1211
autoupdate_schedule: monthly
1312

0 commit comments

Comments
 (0)