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

Linting #27

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Linting #27

wants to merge 3 commits into from

Commits on Aug 19, 2020

  1. Lint JavaScript code with ESLint

    - Give a function name for easier debugging
    - Use === comparison instead of == to avoid type coercion
    IainS QMUL committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    006c2b4 View commit details
    Browse the repository at this point in the history
  2. Run flake8 on .py files

    - Set a black-friendly max line length of 88 chars in .flake8
    - Note that there are a number of unused variables in lab_black.py
    IainS QMUL committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    73346fb View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Add function to unload nb-black

    IainS QMUL committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    0671f25 View commit details
    Browse the repository at this point in the history