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

Use pycodestyle for lint checks. #2642

Merged
merged 8 commits into from
Jan 3, 2019

Commits on Jan 2, 2019

  1. Use pycodestyle for lint checks.

    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.
    shoyer committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    ba61ad5 View commit details
    Browse the repository at this point in the history
  2. Config fixup

    shoyer committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    7a93b0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    805b622 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. lint in test_indexing.py

    shoyer committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    3c22b65 View commit details
    Browse the repository at this point in the history
  2. Lint adjust

    shoyer committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    d230ef5 View commit details
    Browse the repository at this point in the history
  3. blanket noqa

    shoyer committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    ab8c167 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    288095d View commit details
    Browse the repository at this point in the history
  5. Fix remaining lint errors

    shoyer committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    90326ba View commit details
    Browse the repository at this point in the history