You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Apply ruff/Perflint rule PERF102
PERF102 When using only the values of a dict use the `values()` method
* Apply ruff/Perflint rule PERF401
PERF401 Use a list comprehension to create a transformed list
* Apply ruff/Perflint rule PERF403
PERF403 Use a dictionary comprehension instead of a for-loop
* Enforce ruff/Perflint rules (PERF)
0 commit comments