Closed flying-sheep closed 11 months ago
See https://pre-commit.com/#temporarily-disabling-hooks
Not all hooks are perfect so sometimes you may need to skip execution of one or more hooks. pre-commit solves this by querying a SKIP environment variable. The SKIP environment variable is a comma separated list of hook ids.
SKIP
Fixes #18
See https://pre-commit.com/#temporarily-disabling-hooks
Fixes #18