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] Guard against use of default_factory as a keyword argument (RUF026) #9651

Commits on Jan 26, 2024

  1. [ruff]: Prefer using defaultdict(callable) instead of initializing wi…

    …th default_factory=callable (RUF026)
    vai-mikkoleppanen committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    827ade3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a2afbe View commit details
    Browse the repository at this point in the history
  3. Brush up docs

    charliermarsh committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2cdcb48 View commit details
    Browse the repository at this point in the history
  4. Rename rule

    charliermarsh committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    186b276 View commit details
    Browse the repository at this point in the history
  5. Fix fix

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