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

Reformatted all files with black and isort #4224

Closed
wants to merge 4 commits into from

Commits on Jun 11, 2020

  1. Reformatted all files with black and isort

    A few comments between imports were removed or moved to the top of the
    import block, due to behavioral differences between black and isort. See
    psf/black#251 for details.
    
    In two instances @Overloads at the top of the file needed to be moved
    due to psf/black#1490.
    srittau committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    8154efd View commit details
    Browse the repository at this point in the history
  2. Re-align type ignores

    srittau committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    a6d73ac View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Configuration menu
    Copy the full SHA
    7c62e98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cd1200 View commit details
    Browse the repository at this point in the history