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

Run linters during CI #286

Open
wants to merge 17 commits into
base: canon
Choose a base branch
from
Open

Run linters during CI #286

wants to merge 17 commits into from

Commits on May 28, 2019

  1. First pass at PEP8 compliance

    nbraud committed May 28, 2019
    Configuration menu
    Copy the full SHA
    42ed52b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    407af9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da85f00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4169f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ef7082 View commit details
    Browse the repository at this point in the history
  6. Fix remaining styling issues

    nbraud committed May 28, 2019
    Configuration menu
    Copy the full SHA
    3cd96ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e48a87 View commit details
    Browse the repository at this point in the history
  8. Add missing trailing commas

    nbraud committed May 28, 2019
    Configuration menu
    Copy the full SHA
    5491f21 View commit details
    Browse the repository at this point in the history
  9. tests: Uniformise import order

    nbraud committed May 28, 2019
    Configuration menu
    Copy the full SHA
    30529ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c12f7c0 View commit details
    Browse the repository at this point in the history
  11. ppb: Uniformise import order

    nbraud committed May 28, 2019
    Configuration menu
    Copy the full SHA
    4bf9b54 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a787ab7 View commit details
    Browse the repository at this point in the history
  13. Cirrus CI: Add a lint task to run flake8 on the codebase

    Task definition and shell scripts reused from ppb-vector.
    nbraud committed May 28, 2019
    Configuration menu
    Copy the full SHA
    e4ed522 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0714f1f View commit details
    Browse the repository at this point in the history
  15. flake8: Enable bugbear plugin

    nbraud committed May 28, 2019
    Configuration menu
    Copy the full SHA
    2135b76 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a5b3546 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c0ec8ff View commit details
    Browse the repository at this point in the history