From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Sat, 30 Jul 2022 03:38:39 +0000 (-0400) Subject: Add sanity check to executable CD + more (#3190) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/eaa048925e4443cc0e2b57b795f2852bedb4287f?hp=eaa048925e4443cc0e2b57b795f2852bedb4287f Add sanity check to executable CD + more (#3190) Building executables without any testing is quite sketchy, let's at least verify they won't crash on startup and format Black's own codebase. Also replaced "binaries" with "executables" since it's clearer and won't be confused with mypyc. Finally, I added colorama so all Windows users can get colour. ---