In other engine weirdness, I just saw locally `Int...
# development
h
In other engine weirdness, I just saw locally
Interrupted by user.
when running
git commit
and running MyPy as part of the precommit checks
Copy code
➤ git commit    
* Checking MyPy                                                                                           
Interrupted by user.
👀 1
killing pantsd made this go away, but IIRC we were running into some issues a while ago (before recent pantsd changes) where pantsd seemed to be getting spurious signals
er, killing pantsd and then re-running the git commit, which restarted pantsd
looks like this is happening pretty consistently when making changes in teh pants codebase for me