Skip to content

Remove the lint job from CI#272

Merged
seanwevans merged 1 commit into
mainfrom
claude/ci-remove-lint
Jul 20, 2026
Merged

Remove the lint job from CI#272
seanwevans merged 1 commit into
mainfrom
claude/ci-remove-lint

Conversation

@seanwevans

Copy link
Copy Markdown
Owner

What

Removes the lint job from .github/workflows/ci.yml (which ran isort, black, pylint, and flake8 via pre-commit). The remaining CI jobs — unit, hardening, no-gil, soak, cross-kernel, coverage — are unchanged.

Note

The pre-commit hooks stay in .pre-commit-config.yaml, so linting/formatting is still available locally (pre-commit run --all-files); CI just no longer gates on it. Workflow YAML validated after the change.

🤖 Generated with Claude Code

https://claude.ai/code/session_01DDSofWX5HwawsrwbN2nSXR


Generated by Claude Code

Drops the CI 'lint' job (isort/black/pylint/flake8 via pre-commit). The
pre-commit hooks remain in .pre-commit-config.yaml so contributors can
still run them locally; CI no longer gates on them.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DDSofWX5HwawsrwbN2nSXR
@seanwevans
seanwevans merged commit 7d0ec34 into main Jul 20, 2026
18 checks passed
@seanwevans
seanwevans deleted the claude/ci-remove-lint branch July 20, 2026 23:47
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.

2 participants