Skip to content

removed poetry from linting#140

Merged
erwindouna merged 1 commit intoerwindouna:mainfrom
wmalgadey:remove-poetry-from-linting
Feb 18, 2026
Merged

removed poetry from linting#140
erwindouna merged 1 commit intoerwindouna:mainfrom
wmalgadey:remove-poetry-from-linting

Conversation

@wmalgadey
Copy link
Collaborator

Proposed Changes

removed poetry from linting workflow

Related Issues

related to #139

@wmalgadey wmalgadey self-assigned this Feb 18, 2026
Copilot AI review requested due to automatic review settings February 18, 2026 21:51
@erwindouna erwindouna merged commit 18026b5 into erwindouna:main Feb 18, 2026
7 of 15 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR migrates the GitHub Actions linting workflow from Poetry to uv for Python dependency management, addressing part of issue #139 regarding broken GitHub workflows. The project has already migrated to uv as its dependency manager (confirmed by the presence of uv.lock, PEP 621-compliant pyproject.toml, and README documentation), and this PR updates the CI/CD pipeline accordingly.

Changes:

  • Replaced Poetry installation and configuration steps with uv setup using astral-sh/setup-uv@v7 action
  • Updated Python caching from "poetry" to "uv"
  • Changed dependency installation from poetry install to uv sync
  • Updated all tool execution commands from poetry run to uv run

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions github-actions bot locked and limited conversation to collaborators Feb 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants