Want cleaner #Python code? Run this loop before every commit: format → lint → typecheck → test Miss a step? Bugs slip through. Do it manually? You'll forget. The fix: pre-commit hooks that block bad commits automatically. Free live session this Thursday with Julian Sequeira, Bob Belderbos and Juan José Expósito González — see the modern Python stack in action. 🐍 #Python #CodeQuality #SoftwareEngineering
`uv run pre-commit` 👀
I think pre-commit hooks are terrible for velocity. Having repo rules to help developers with these things (i.e., format on save), plus pipeline workflows that trigger on synchronising a pull request that is ready for review should work as the same quality gate