-
-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
ideaJust an ideaJust an idea
Description
I find myself creating things like
- repo: local
hooks:
- id: mypy
name: Type checking
entry: uv run mypy
types_or: [python, pyi]
language: systemwhich feels hacky using language "system" and local repo.
The pre-commit framework correctly discourages local configurations that can vary in behavior from one contributor to another, but because things run with uv run are reproducible given the existence of a shared uv.lock that should cover that. So I wonder whether a special repo type should be created for running things under uv.
Metadata
Metadata
Assignees
Labels
ideaJust an ideaJust an idea