You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
non_printable_chars = ''.join(c for c in stuff if c not in string.printable)
But false CRLF & tabs positives are still detected:
CRLF end-lines remover.................................................................................................................................................................Failed
hookid: remove-crlf
CRLF end-lines have been successfully removed. Now aborting the commit.
You can check the changes made. Then simply "git add --update ." and re-commit
The text was updated successfully, but these errors were encountered:
Currently all hooks fail.
Fix suggestion:
But false CRLF & tabs positives are still detected:
The text was updated successfully, but these errors were encountered: