You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a pre-commit hook which gets fired on "git commit" which runs flake8 against the modified py files and checks that no "pdb" are left around.
The makefile should provide a "make install-git-scripts" command which does this.