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

Less false positives for len-as-conditions (pandas's DataFrame, numpy's Array) #3821

Merged

Commits on Dec 31, 2020

  1. Configuration menu
    Copy the full SHA
    0c21c6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57648d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    651660f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00b4755 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9961c4f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9944264 View commit details
    Browse the repository at this point in the history
  7. Apply hippo91's suggestion for retrieving ancestors

    More efficient, more elegant. 👌
    Pierre-Sassoulas committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    7ff76be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43244d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9375cb8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5234dae View commit details
    Browse the repository at this point in the history
  11. Add a test for function with comprehension or generator

    Or a function returning a generator.
    Pierre-Sassoulas committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    250abec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    07fc0dd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b228d77 View commit details
    Browse the repository at this point in the history