I want to install pre-commit to a Linux machine that doesnt have access to the Internet so hooks can
t be downloaded. I made a copy of .pre-commit-config.yaml
on another machine then did pre-commit
all hooks were installed. But where all of them are stored? How can I copy them?
Thanks