Skip to content

Conversation

kernelshard
Copy link

Changes

  • Configure Ruff in pyproject.toml with linting rules
  • Add pre-commit hooks for automatic code quality checks
  • Add GitHub Actions CI workflow for Ruff validation on PRs
  • Add Makefile with convenient development targets (lint, format, test)
  • Fix all docstring issues (D-series rules) across the codebase
  • Update README with Ruff usage instructions
  • Add Ruff and test dependencies to dev environment

Testing

  • All Ruff checks pass: uv run ruff check .
  • Test suite passes: 83 tests
  • Pre-commit hooks work correctly

@kernelshard
Copy link
Author

Hi @ParthSareen , could you please review my PR for Ruff/pre-commit integration?

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