Skip to content

Quick Question [not an issue] #181

@swirle13

Description

@swirle13

I'm following your configurations for setting up a project for my work and I had a couple questions.

In your github actions files format.yml and lint.yml, you use your action setup-python-with-uv to set up the environment, which runs uv sync --frozen which only installs the core dependencies, not dev dependencies. I noticed ruff and ty are only in your dev dependencies, which are pulled in by uv via uv sync --dev --frozen.

Does nox somehow get around this? I'm trying to validate how this works for your repo and if I've missed something. I'll be looking through the github actions to see how it works in practice to see if that can help clarify how the tools are available for your github runner.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions