Field Note

Disabling a Pre-Commit Hook in CI/CD Pipeline

ci/cd pre-commit
Posted on Thursday, September the 12th 2024
1 min read

TODO FK https://pre-commit.com/#advanced-features

Either SKIP=the_hook,…,the_other_hook; or use the manual pseudo stage (that doesn’t correspond to any pre-commit hook) to flag a hook that needs to be run explicitly with pre-commit run --hook-stage manual the_hook

friedrichkurz.me

© 2025 Friedrich Kurz

Privacy Policy