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

Ruff 0.6 #12834

Merged
merged 13 commits into from
Aug 14, 2024
Merged

Ruff 0.6 #12834

merged 13 commits into from
Aug 14, 2024

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    a5ebf4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4de0e9 View commit details
    Browse the repository at this point in the history
  3. Deprecate UP027 (#12843)

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    Closes #12754
    MichaReiser committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c97d157 View commit details
    Browse the repository at this point in the history
  4. Stabilize ASYNC100, ASYNC109, ASYNC110, ASYNC115 and `ASYNC11…

    …6` behavior changes (#12844)
    
    Closes #12268
    MichaReiser committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    13702e1 View commit details
    Browse the repository at this point in the history
  5. Deprecate PT004 and PT005 (#12837)

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    MichaReiser and AlexWaygood committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e3682f8 View commit details
    Browse the repository at this point in the history
  6. Stabilize fixes for RET50{5-8} (#12840)

    Fixes #10099
    MichaReiser committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1e6dbc3 View commit details
    Browse the repository at this point in the history
  7. Stabilise 9 pylint rules (#12857)

    AlexWaygood authored and MichaReiser committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    35990fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e49836d View commit details
    Browse the repository at this point in the history
  9. Change default for PT001 and PT023 (#12838)

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    MichaReiser and AlexWaygood committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6ef9566 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f0f04f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9d42d6f View commit details
    Browse the repository at this point in the history
  12. Detect imports in src layouts by default (#12848)

    ## Summary
    
    Occasionally, we receive bug reports that imports in `src` directories
    aren't correctly detected. The root of the problem is that we default to
    `src = ["."]`, so users have to set `src = ["src"]` explicitly. This PR
    extends the default to cover _both_ of them: `src = [".", "src"]`.
    
    Closes #12454.
    
    ## Test Plan
    
    I replicated the structure described in
    #12453, and verified that the
    imports were considered sorted, but that adding `src = ["."]` showed an
    error.
    charliermarsh authored and MichaReiser committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4e5af5c View commit details
    Browse the repository at this point in the history
  13. Stabilize support for Jupyter Notebooks (#12878)

    Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
    Closes: #12456
    Closes: astral-sh/ruff-vscode#546
    2 people authored and MichaReiser committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8da1c12 View commit details
    Browse the repository at this point in the history