Skip to content

Add lint, validate tasks to pixi.toml [tasks] #415

@mvillmow

Description

@mvillmow

The justfile defines validate (yamllint + compose config check) and there are ruff/bandit dependencies declared in pixi.toml but no corresponding pixi tasks. Contributors using pixi run have no way to invoke linting or validation without knowing to fall back to just. Add lint = "ruff check ." and validate = "just validate" to complete parity.

Follow-up from #153

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions