-
Notifications
You must be signed in to change notification settings - Fork 347
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
Update pre-commit hooks. #188
Conversation
Results of running `pre-commit autoupdate`, and fixing resulting lint errors. Also make sure all hooks execute with python 3.
This reduces, but does not fix, my issues of getting
Fixing the import orders locally gets my local lint (python 3.7.4) working, but it fails in Travis (that wants to revert my changes). I don't know enough python to understand what's going on with that. At least this PR makes Travis and my local setup disagree a bit less… |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Can you provide more information your setup? In particular what are the imports that are failing? |
Results of running
pre-commit autoupdate
, and fixing resulting lint errors. Also make sure all hooks execute with python 3.