I'm sure why the merge check is failing. It seems to be indicating an issue with the white space that I can't see on my end.
pre-commit is complaining blank lines with spaces in them in pins.c. So check the blank lines between the pin lines.
Check if your editor has an option or a plug-in to trim trailing whitespace when it saves the file. I have that enabled in emacs and it saves a lot of manual fixing.
I was able to pip3 install pre-commit, and then run it by hand. The buil...
vs

Dylan H#2310 was unmuted



