Description
For every single pre-commit run, it seems we use docker to run several checks. But, these containers are not removed by default. Hence, I can see something as below in my docker desktop:

Use case/motivation
Would be nice if we can just use --rm when running the container or some other possible mechanism so that they are removed right after they are stopped.
Related issues
Could not find anything related.
Are you willing to submit a PR?
Code of Conduct