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

False positive global-variable-not-assigned #7479

Merged

Commits on Sep 16, 2022

  1. Fix false positive for global-variable-not-assigned when a global…

    … variable is re-assigned via a ``ImportFrom`` node.
    
    Closes pylint-dev#4809
    mbyrnepr2 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    869837d View commit details
    Browse the repository at this point in the history
  2. Move test next to the Import node case & remove duplicate test.

    Update `unused-variable` tests.
    mbyrnepr2 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    643d7c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Update doc/whatsnew/fragments/4809.false_positive

    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    mbyrnepr2 and jacobtylerwalls committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    6a05239 View commit details
    Browse the repository at this point in the history