Releases: techmo-pl/pre-commit
Releases · techmo-pl/pre-commit
v3.0.0
Breaking changes
install.sh: positional argumentsCONFIGandVENVreplaced by named flags--config CONFIGand--venv VENV. Update callers:install.sh /path/to/hooks.yaml→install.sh --config /path/to/hooks.yamlinstall.sh "" /path/to/venv→install.sh --venv /path/to/venv
run.sh: positional argumentCONFIGreplaced by--config CONFIG.
Fixed
install.sh:pip installnow passes--no-inputto prevent stdin interaction in non-interactive environments (Docker, CI).install.sh:uv venvnow passes--clearon re-invocation to avoid interactive prompts.
Full changelog
See CHANGELOG.md for the complete history.