Skip to content

ci: bootstrap ruff in dev tooling and workflows#123

Open
Copilot wants to merge 4 commits into
developfrom
copilot/implement-ruff-setup
Open

ci: bootstrap ruff in dev tooling and workflows#123
Copilot wants to merge 4 commits into
developfrom
copilot/implement-ruff-setup

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 7, 2026

This PR introduces Ruff as a baseline linting tool in project tooling and CI/CD, while intentionally ignoring all files for now. It establishes the scaffolding needed for incremental module-by-module Ruff adoption in follow-up PRs.

  • Dev dependency + Ruff baseline config

    • Add ruff to project.optional-dependencies.dev in pyproject.toml.
    • Add a minimal Ruff config that ignores all files by default.
  • CI/CD workflow integration

    • Add ruff check . to:
      • .github/workflows/test.yaml
      • .github/workflows/release.yaml
    • Ruff now runs as part of existing automated checks without enforcing module linting yet.
  • Contributor docs alignment

    • Update docs/contributing.md to include Ruff in the documented .[dev] toolchain.
[tool.ruff]
exclude = ["**/*"]

Copilot AI linked an issue May 7, 2026 that may be closed by this pull request
Copilot AI and others added 2 commits May 7, 2026 05:33
Agent-Logs-Url: https://github.com/RussellSB/pytrendy/sessions/a0f6ad6e-cfcf-49e7-a72c-c68555407a45

Co-authored-by: RussellSB <35470600+RussellSB@users.noreply.github.com>
Agent-Logs-Url: https://github.com/RussellSB/pytrendy/sessions/a0f6ad6e-cfcf-49e7-a72c-c68555407a45

Co-authored-by: RussellSB <35470600+RussellSB@users.noreply.github.com>
Copilot AI changed the title [WIP] Implement Ruff in CI/CD workflows and update dev dependencies ci: bootstrap ruff in dev tooling and workflows May 7, 2026
Copilot AI requested a review from RussellSB May 7, 2026 05:36
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

📚 Docs preview deployed!

Your docs preview is available at: https://russellsb.github.io/pytrendy/pr-123/

This preview will be removed when the PR is closed.

github-actions Bot added a commit that referenced this pull request May 7, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@RussellSB RussellSB marked this pull request as ready for review May 9, 2026 12:52
github-actions Bot added a commit that referenced this pull request May 9, 2026
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.

[Maintenence] Implement Ruff

2 participants