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

[flake8-pyi]: PYI009, PYI010, PYI021 #3230

Merged
merged 8 commits into from
Feb 26, 2023

Commits on Feb 26, 2023

  1. flake8-pyi: PYI009, PYI010, PYI021

    PYI009 and PYI010 are very similar, always use `...` in function and
    class bodies in stubs.
    
    PYI021 bans doc strings in stubs.
    
    rel: astral-sh#848
    sbdchd committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    d649e1a View commit details
    Browse the repository at this point in the history
  2. fix lint

    sbdchd committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    321425f View commit details
    Browse the repository at this point in the history
  3. cleanup

    sbdchd committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    9837977 View commit details
    Browse the repository at this point in the history
  4. simplify

    sbdchd committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    7a94fcb View commit details
    Browse the repository at this point in the history
  5. fix

    sbdchd committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    c75b8f2 View commit details
    Browse the repository at this point in the history
  6. rename

    sbdchd committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    011034b View commit details
    Browse the repository at this point in the history
  7. Rename stub rules

    charliermarsh committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    b033cc1 View commit details
    Browse the repository at this point in the history
  8. Avoid Located<>

    charliermarsh committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    6cc2b3d View commit details
    Browse the repository at this point in the history