Skip to content

chore: add ruff linting to pyproject.toml and CI workflow#65

Open
brosequist wants to merge 1 commit intoTheTom:mainfrom
brosequist:chore/ruff-lint
Open

chore: add ruff linting to pyproject.toml and CI workflow#65
brosequist wants to merge 1 commit intoTheTom:mainfrom
brosequist:chore/ruff-lint

Conversation

@brosequist
Copy link
Copy Markdown

Summary

  • Adds [tool.ruff] config to pyproject.toml (line-length=120, E/W/F rules, ignoring E501/E741).
  • Adds .github/workflows/lint.yml to run ruff check on every push and pull request.

Test plan

  • CI lint workflow passes on this branch.

🤖 Generated with Claude Code

Adds a [tool.ruff] section to pyproject.toml (line-length=120, E/W/F rules,
ignoring E501/E741) and a GitHub Actions workflow (.github/workflows/lint.yml)
that runs ruff check on every push and pull request. Replaces ad-hoc style
discussions with an enforced, zero-config lint gate.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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