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

Adds black and pre-commit hooks #239

Merged
merged 35 commits into from Aug 20, 2021
Merged

Adds black and pre-commit hooks #239

merged 35 commits into from Aug 20, 2021

Commits on Aug 10, 2021

  1. Copy the full SHA
    03bf430 View commit details
    Browse the repository at this point in the history
  2. Add black to dev deps

    Replaces yapf as formatter
    sverhoeven committed Aug 10, 2021
    Copy the full SHA
    910c075 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9607f3e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bd3d472 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d9a6fa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Use nbqa-black to format notebooks instead of black

    As black replaces " with ', which makes invalid JSON
    sverhoeven committed Aug 11, 2021
    Copy the full SHA
    b3f7013 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    565eb19 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ca821b6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c6b42e7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    22adbe7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Copy the full SHA
    107afa5 View commit details
    Browse the repository at this point in the history
  2. Use tabs in makefile

    sverhoeven committed Aug 12, 2021
    Copy the full SHA
    9141a5d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ba8cba8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7a4bab4 View commit details
    Browse the repository at this point in the history
  5. Added pylint and bunch of flake8 plugins to pre commit config

    Using YAML anchor + alias for nb
    sverhoeven committed Aug 12, 2021
    Copy the full SHA
    7f27ade View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    33cafd1 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    13d2d42 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c74b2f5 View commit details
    Browse the repository at this point in the history
  9. Fix flake8 errors

    sverhoeven committed Aug 12, 2021
    Copy the full SHA
    35afd99 View commit details
    Browse the repository at this point in the history
  10. Reduce flake8 warnings

    sverhoeven committed Aug 12, 2021
    Copy the full SHA
    096ea90 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    59abbe3 View commit details
    Browse the repository at this point in the history
  12. More of the same

    sverhoeven committed Aug 12, 2021
    Copy the full SHA
    05938c8 View commit details
    Browse the repository at this point in the history
  13. Fixing lint errors in grdc

    Fixes #241
    sverhoeven committed Aug 12, 2021
    Copy the full SHA
    a69a5c9 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    6695108 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Copy the full SHA
    ddbd76e View commit details
    Browse the repository at this point in the history
  2. Fix line lengths in config

    Peter9192 committed Aug 16, 2021
    Copy the full SHA
    f5b3fc6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    644e14d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6786f7a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e6b91cf View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0f5bf78 View commit details
    Browse the repository at this point in the history
  7. Fix line lengths in tests

    Peter9192 committed Aug 16, 2021
    Copy the full SHA
    8e47e24 View commit details
    Browse the repository at this point in the history
  8. fix error message

    Peter9192 committed Aug 16, 2021
    Copy the full SHA
    b0f5f8d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Copy the full SHA
    a6f0436 View commit details
    Browse the repository at this point in the history
  2. Update .pre-commit-config.yaml

    Co-authored-by: Peter Kalverla <peter.kalverla@gmx.com>
    sverhoeven and Peter9192 committed Aug 17, 2021
    Copy the full SHA
    04723c5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    70f957d View commit details
    Browse the repository at this point in the history