Closed
Description
When using pre-commit with a static type checker (mypy, pyright, ...), one often needs to add dependencies to the hook so that the type checker knows how to navigate the project (example)
It would be nice if sync_with_poetry would also sync those. For example, we could bind a hook name with a poetry group name in the sync_with_poetry
args, and it would get all of the deps defined in the poetry group, put them in the expected format and write them back in the yaml ?