Contributed to Open Source Project
https://github.com/withfig/autocomplete/pull/798

I have been playing around recently with the fig.io command line autocomplete tool.

It's pretty nice, and the core team have made it pretty easy to get started with contributions. Their docs site is pretty extensive, and they are pretty responsive on Discord.

My first contribution was reporting a problem with their `git` autocomplete, and they pointed me at solving it myself, which I did.

Then I added a couple of missing options to the `pyenv` autocomplete.

When I noticed that there was no autocomplete for pre-commit, I decided I'd try a more complex example, and figured it out.

This included parsing the local projects' `.pre-commit-config.yaml` file and generate suggestions to the user based on the hooks enabled in the config.

Keep an eye on this project - it's definitely a useful tool in any coder's toolbox.