Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Use Black to format Python code #6447

Merged
merged 7 commits into from
Feb 10, 2020
Merged

Use Black to format Python code #6447

merged 7 commits into from
Feb 10, 2020

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    941d502 View commit details
    Browse the repository at this point in the history
  2. Update .flake8 for Black

    callahad committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    a60c67e View commit details
    Browse the repository at this point in the history
  3. Address most flake8 issues

    callahad committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    3e40fb7 View commit details
    Browse the repository at this point in the history
  4. Fix flake8 E231: missing whitespace after ','

    Should be removed by Black, but currently buggy.
    
    See: psf/black#1202
    callahad committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    7c3c784 View commit details
    Browse the repository at this point in the history
  5. Re-run Black

    callahad committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    5135777 View commit details
    Browse the repository at this point in the history
  6. One final black/flake8 fix

    callahad committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    5751b7b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7fca29c View commit details
    Browse the repository at this point in the history