autohooks
autohooks copied to clipboard
Library for managing git hooks
**What**: Add a [sphinx](https://www.sphinx-doc.org) based documentation DEVOPS-312 Requires #347 to be merged. **Why**: We should add more docs for easier usage of autohooks. **How**: **Checklist**: - [ ] Tests -...
**What**: Add a new CLI for adding, removing and listing autohooks plugins **Why**: Make plugin handling easier. Currently the plugins need to be changed by editing the pyproject.toml file manually....
Hello there, First off: I'm glad i found `autohooks` as it addresses the downsides i see with `pre-commit` when using it with python (namely configuration via `pyproject.toml` and being able...
`poetry run autohooks activate` not working, giving `KeyError` PWD and after setting it manually, it's not performing any autohooks task as define in pyproject.toml.
Hi, Someone published [autohooks-plugin-mypy](https://pypi.org/project/autohooks-plugin-mypy) but there's no source repository so it's effectively unmaintained. Could an official plugin be created? Thanks
I've been using autohooks for the last months due its amount of plugins and because it's a quite simple to use, especially in my case that I use poetry for...
Bumps the dependencies group with 4 updates in the / directory: [coverage](https://github.com/nedbat/coveragepy), [mypy](https://github.com/python/mypy), [importlib-metadata](https://github.com/python/importlib_metadata) and [ruff](https://github.com/astral-sh/ruff). Updates `coverage` from 7.5.3 to 7.5.4 Changelog Sourced from coverage's changelog. Version 7.5.4 —...
## What Slightly clarify the description of `stash_unstaged_changes`. ## Why I was confused by this at first.