Tag: pre-commit
-
Pre-commit Ruff Locks: Pin to CI or Accept 2-Week Drift
Fix pre-commit Ruff version conflicts by pinning to CI or accepting controlled drift. Compare both strategies and choose the right approach.
-
Pre-commit Hooks vs CI: 3 Cases to Skip Local Checks
Learn when to bypass pre-commit hooks and move checks to CI instead. Discover 3 scenarios where local validation slows your workflow down.
-
Pre-commit Hooks That Break CI: 5 Fixes from 50+ Repos
Your pre-commit hook passes locally but CI fails with the same check. Here's why it happens and 5 fixes that actually work.