-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Use pycodestyle for lint checks. #2642
Conversation
flake8 includes a few more useful checks, but it's annoying to only see it's output in Travis-CI results. This keeps Travis-CI and pep8speaks in sync.
Looks like these need to be fixed:
|
@pep8speaks fix all |
Hello @shoyer! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on January 03, 2019 at 17:23 Hours UTC |
I found a related issue on the pep8speaks tracker, opened by our own @fmaussion: pep8speaks-org/pep8speaks#96 |
Lint is passing on Travis-CI now, so I'm going to merge this. |
* master: Remove broken Travis-CI builds (pydata#2661) Type checking with mypy (pydata#2655) Added Coarsen (pydata#2612) Improve test for GH 2649 (pydata#2654) revise top-level package description (pydata#2430) Convert ref_date to UTC in encode_cf_datetime (pydata#2651) Change an `==` to an `is`. Fix tests so that this won't happen again. (pydata#2648) ENH: switch Dataset and DataArray to use explicit indexes (pydata#2639) Use pycodestyle for lint checks. (pydata#2642) Switch whats-new for 0.11.2 -> 0.11.3 DOC: document v0.11.2 release Use built-in interp for interpolation with resample (pydata#2640) BUG: pytest-runner no required for setup.py (pydata#2643)
@shoyer pep8speaks now support I wonder if it's still relevant for us since your change though. |
flake8 includes a few more useful checks, but it's annoying to only see it's
output in Travis-CI results.
This keeps Travis-CI and pep8speaks in sync.