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

[pylint] Implement global-variable-undefined (W0601) #10820

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Sep 20, 2024

  1. Add W0601

    tibor-reiss committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6181b39 View commit details
    Browse the repository at this point in the history
  2. Do not check star imports

    tibor-reiss committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5a61a5b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Use suggestion from CR

    Co-authored-by: Micha Reiser <[email protected]>
    tibor-reiss and MichaReiser authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    91d15a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Fix for undefined global

    tibor-reiss committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3d4dfd2 View commit details
    Browse the repository at this point in the history
  2. Take care of all imports

    tibor-reiss committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    adb7237 View commit details
    Browse the repository at this point in the history