How to use pre-commit?
Created by: wangkuiyi
I see that in the current document there describes how to install pre-commit, but nothing about how to run it? Is this because that git commit
would trigger the checks and we don't need to run pre-commit manually?
I vaguely remember that we might need to manually run it as pre-commit run -a
?