Updated skywalking-eyes to address slow performance on Apple silicon machines
Updated to latest version of skywalking-eyes (0.4.0) to address slow performance on Apple silicon-based machines. To ensure this plays nicely on Intel and Apple silicon-based Macs:
pull the branch make init brew reinstall pre-commit make a test change to some code by removing the copyright info git add . git commit (time the license check stage) git add . (due to license check adding the copyright back in) git commit (time the license check stage) abort the commit and restore the files if needed
Prior to this change, a Macbook M1 was taking 25-30 for the license check phase on pre-commit. After the upgrade, it takes 1.5-2 seconds.