Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3 support #1

Closed
Lucas-C opened this issue Jul 24, 2015 · 1 comment
Closed

Python 3 support #1

Lucas-C opened this issue Jul 24, 2015 · 1 comment

Comments

@Lucas-C
Copy link
Owner

Lucas-C commented Jul 24, 2015

Currently all hooks fail.
Fix suggestion:

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
@Lucas-C
Copy link
Owner Author

Lucas-C commented Aug 3, 2015

Solved by commit 4d80144.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant