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

STY: Enforce ruff/flake8-comprehensions rules (C4) #1353

Merged
merged 5 commits into from
Sep 22, 2024

Commits on Sep 22, 2024

  1. STY: Apply ruff/flake8-comprehensions rule C406

    C406 Unnecessary `list` literal (rewrite as a `dict` literal)
    DimitriPapadopoulos committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    16754c8 View commit details
    Browse the repository at this point in the history
  2. STY: Apply ruff/flake8-comprehensions rule C413

    C413 Unnecessary `list` call around `sorted()`
    DimitriPapadopoulos committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9e007ec View commit details
    Browse the repository at this point in the history
  3. STY: Apply ruff/flake8-comprehensions rule C416

    C416 Unnecessary `dict` comprehension (rewrite using `dict()`)
    DimitriPapadopoulos committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a826ccd View commit details
    Browse the repository at this point in the history
  4. STY: Apply ruff/flake8-comprehensions rule C419

    C419 Unnecessary list comprehension
    DimitriPapadopoulos committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    102bbf7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a28ce64 View commit details
    Browse the repository at this point in the history