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

Fix false alarm in E203 rule (issue #373, black incompatibility) #914

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

Commits on Feb 28, 2020

  1. Fix false alarm in E203 rule.

    E203 checks for extraneous whitespace before a colon.
    Yet the colon can be used as a "slice" operator, and as such PEP8 asks for 0 or 1 whitespaces on both sides of the operator.
    DesbyP committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    86a51c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7400aff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c88d21e View commit details
    Browse the repository at this point in the history