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

Added new checks C413, C414, C415, and C416. #190

Merged
merged 7 commits into from
Nov 15, 2019
Merged

Added new checks C413, C414, C415, and C416. #190

merged 7 commits into from
Nov 15, 2019

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    ae9c6d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4ec199 View commit details
    Browse the repository at this point in the history
  3. Added C415 check for unnecessary subscript reversal of iterable withi…

    …n reversed/set/sorted().
    ngnpope authored and adamchainz committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    a02498f View commit details
    Browse the repository at this point in the history
  4. Added C416 check for unnecessary list/set comprehension - rewrite usi…

    …ng list/set().
    
    Fixes #163.
    ngnpope authored and adamchainz committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    962ca01 View commit details
    Browse the repository at this point in the history
  5. readme fix

    adamchainz committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    82a43c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3a76eb View commit details
    Browse the repository at this point in the history
  7. spacing fix in history

    adamchainz committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    57b7cf5 View commit details
    Browse the repository at this point in the history