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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Fields

    Service

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions