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

E225 Check for space around boolean operators #847

Merged
merged 2 commits into from
Mar 1, 2019

Commits on Feb 27, 2019

  1. E225 Check for space around boolean operators

    This was documented in the docstring for `missing_whitespace_around_operator` but not implemented, allowing e.g. `1and 0` to pass. Fixed by adding test case then modifying the check to search for the 'and' and 'or' operators as well.
    adamchainz committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    7e10d9a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Configuration menu
    Copy the full SHA
    5c036dc View commit details
    Browse the repository at this point in the history