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] Detect unnecessary dict comprehensions for iterables (RUF025) #9613

Merged
merged 13 commits into from
Jan 24, 2024

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    0c91ac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e7b476 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4105716 View commit details
    Browse the repository at this point in the history
  4. merge with main

    vai-mikkoleppanen committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c4b16aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdb3e96 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. fix: don't provide suggestion if comprehension contains nested loops …

    …or key-value pair in comprehension is binded to a same name
    vai-mikkoleppanen committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1e3e24b View commit details
    Browse the repository at this point in the history
  2. code review fixes

    vai-mikkoleppanen committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    99a57f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    10da052 View commit details
    Browse the repository at this point in the history
  2. Tweaks

    charliermarsh committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0b4584d View commit details
    Browse the repository at this point in the history
  3. format fixture

    charliermarsh committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5de6750 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6e1395 View commit details
    Browse the repository at this point in the history
  5. Fix Clippy

    charliermarsh committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ebf534a View commit details
    Browse the repository at this point in the history
  6. Fix if

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