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

Introduce a check disallowing module-level defaults, and improve Y015 error messages #145

Closed
wants to merge 8 commits into from

Commits on Jan 25, 2022

  1. Introduce a check disallowing module-level defaults, and improve dete…

    …ction of unused TypeVars
    AlexWaygood committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    1692337 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53f2371 View commit details
    Browse the repository at this point in the history
  3. Update README.rst

    Co-authored-by: Akuli <akuviljanen17@gmail.com>
    AlexWaygood and Akuli committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    c49bc2f View commit details
    Browse the repository at this point in the history
  4. Address review

    AlexWaygood committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    17e041e View commit details
    Browse the repository at this point in the history
  5. Improve error messages

    AlexWaygood committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    44f1d3b View commit details
    Browse the repository at this point in the history
  6. Fix for older Pythons?

    AlexWaygood committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    398e703 View commit details
    Browse the repository at this point in the history
  7. Actually fix

    AlexWaygood committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    66c9034 View commit details
    Browse the repository at this point in the history
  8. Address review

    AlexWaygood committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    3f61d27 View commit details
    Browse the repository at this point in the history