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

Manual backporting for 2.15.7 release #7837

Commits on Nov 23, 2022

  1. Deduplicate module file paths to prevent redundant scans. (pylint-dev…

    …#7747)
    
    * Use dict for 'expand_modules' result rather than list.
    With 'path' as the key, we get deduplication for free
    and do not need to reprocess the list for deduplication later.
    * Fix deduplication to account for CLI args marker.
    * Fix corner case with CLI arg flag handling during deduplication.
    * Add 'deduplication' to custom Pyenchant dict.
    
    Closes pylint-dev#6242
    Closes pylint-dev#4053
    
    Co-authored-by: Eric McDonald <emcd@users.noreply.github.com>
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    3 people committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    5a4edde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b26cea5 View commit details
    Browse the repository at this point in the history