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 import-private-name (C2701) #5920

Merged
merged 8 commits into from
Jan 16, 2024

Commits on Dec 21, 2023

  1. Add import-private-name rule

    tjkuson committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    63f6fee View commit details
    Browse the repository at this point in the history
  2. Defer

    tjkuson committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ca89ab2 View commit details
    Browse the repository at this point in the history
  3. Minor tweaks

    tjkuson committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    288c466 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e28855 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44cc626 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Check non-from imports

    tjkuson committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    c98ef43 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    10c08c8 View commit details
    Browse the repository at this point in the history
  2. Tweak typing rules

    charliermarsh committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bd483d3 View commit details
    Browse the repository at this point in the history