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

Enforce ruff/Perflint rules (PERF) #265

Merged
merged 5 commits into from
Aug 22, 2024
Merged

Commits on Aug 22, 2024

  1. Apply ruff/Perflint rule PERF102

    PERF102 When using only the values of a dict use the `values()` method
    DimitriPapadopoulos committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c4fb593 View commit details
    Browse the repository at this point in the history
  2. Apply ruff/Perflint rule PERF402

    PERF402 Use `list` or `list.copy` to create a copy of a list
    DimitriPapadopoulos committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7556b83 View commit details
    Browse the repository at this point in the history
  3. Apply ruff/Perflint rule PERF403

    PERF403 Use a dictionary comprehension instead of a for-loop
    DimitriPapadopoulos committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9d86ea8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f22d8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b5815c View commit details
    Browse the repository at this point in the history