Boost Python Code Quality with Pre-Commit Hooks

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

  • shape, rectangle

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

See more comments

To view or add a comment, sign in

Explore content categories