pre-commit icon indicating copy to clipboard operation
pre-commit copied to clipboard

A framework for managing and maintaining multi-language pre-commit hooks.

Results 64 pre-commit issues
Sort by recently updated
recently updated
newest added

### search tried in the issue tracker SKIP alias ### describe your issue When I run ```sh SKIP=pylint-alias2 git commit ``` the hook aliased as `pylint-alias2` is properly skipped, however,...

Micromamba does not support `env create`, only `create`. Where do I add a test for this?

Is it possible to have it only output on Failure, otherwise leaving it clear. Might be a good additional option (if it does not exist already) to add at the...

feature

If I have a feature branch based on some old commit in `develop` or `master`, and I merge in `develop` or `master`, the pre-push hooks will run over all the...

feature

fix #1243 - the -u option is not necessary on podman

Sometimes I have a hook env that's not working properly anymore for some reason and I don't want to clean the whole pre-commit cache. In that case, it would be...

Dear maintainer(s), [Snaps are universal Linux packages](https://snapcraft.io) that can be installed and run on many GNU+Linux distributions with ease. I've been following the [Snapcrafters](https://forum.snapcraft.io/t/join-snapcrafters/1325) instructions and [have built a working...

Following up on #1118, it would be great to have cross-shell completions for the CLI. These could be statically autogenerated from the output of --help options. Would be great to...

feature