Skip to content

Do not use poetry in prepare.py #65

Description

@dantetemplar

Describe the bug

Currently we use poetry in prepare.py while we should use uv

Replace with:

    try:
        subprocess.run(
            ["uvx", "pre-commit", "install", "--install-hooks", "-t", "pre-commit", "-t", "commit-msg"],
            check=True,
            text=True,
        )

Reproduction

Screenshots / Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions