Skip to content

Conversation

@pepe5p
Copy link
Owner

@pepe5p pepe5p commented Jul 7, 2025

No description provided.

@pepe5p pepe5p requested a review from Copilot July 7, 2025 19:59
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 parametrizes Docker support, replaces the Poetry-based template with PEP 621 metadata and Hatchling, and migrates task management from Make to a Justfile using the uv tool.

  • Switch pyproject.toml.jinja to PEP 621 [project], add dependency-groups, and use Hatchling.
  • Introduce a conditional, uv-powered Justfile template and remove the legacy Makefile.
  • Add a new GitHub Actions CI template leveraging Just and uv, and update documentation accordingly.

Reviewed Changes

Copilot reviewed 11 out of 17 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
skeleton/pyproject.toml.jinja Migrate from Poetry to PEP 621, add dependency-groups, and Hatchling
skeleton/justfile.jinja Add uv-powered Justfile with Docker conditionals and CI aliases
skeleton/README.md.jinja Wrap Docker steps in a conditional block (still references make)
skeleton/Makefile.jinja Remove legacy Makefile template
skeleton/.github/workflows/lint-and-test.yml Remove deprecated Makefile-based CI workflow
skeleton/.github/workflows/conventional-commit-pr-name.yml Add push trigger and remove specific PR event types
skeleton/.github/workflows/ci.yml.jinja New CI template using Just and uv
pyproject.toml Update project description
justfile Add sample Justfile for project tasks
copier.yaml Introduce docker boolean parameter
README.md Fix spelling in headings
Comments suppressed due to low confidence (1)

skeleton/.github/workflows/ci.yml.jinja:42

  • The workflow references a just _ci_lint target, but the Justfile does not define _ci_lint. Either change this to an existing recipe (for example _ci) or add a _ci_lint definition in the Justfile.
          just _ci_lint

@pepe5p pepe5p merged commit c4564b9 into main Jul 7, 2025
3 checks passed
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