The fix that was implemented for issue https://github.com/observing/pre-commit/issues/88 does not adhere to CIS 6.1.10. The issue was that it needed to be executable, but the fix also included writable. Thi is not necessary. chmod 775 would have sufficed.