Skip to content

🚜 Move/invoke pre-commit via UV #327

@jefftriplett

Description

@jefftriplett

# Run pre-commit on all files
[no-cd]
lint: install-precommit
$python -m pre_commit run --all-files
@just project just-fmt

I think we can speed stuff up (at least for me) if we switch to UV's tool feature:

# Run pre-commit on all files
[no-cd]
lint:
    uv run --with pre-commit-uv pre-commit run --all-files

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions