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/flake8-comprehensions rule C420
C420 Unnecessary dict comprehension for iterable; use `dict.fromkeys` instead
* Apply ruff/flake8-pie rule PIE810
PIE810 Call `startswith` once with a `tuple`
* Apply ruff/flake8-pyi rule PYI009
PYI009 Empty body should contain `...`, not `pass`
* Apply ruff/flake8-pytest-style rule PT006
PT006 Wrong type passed to first argument of `pytest.mark.parametrize`; expected `str`
* Apply ruff/flake8-simplify rule SIM103
SIM103 Return the condition directly
* Apply ruff/Perflint rule PERF401
PERF401 Use `list.extend` to create a transformed list
* Apply ruff/pygrep-hooks rule PGH003
PGH003 Use specific rule codes when ignoring type issues
* Apply ruff/Pylint rule PLR5501
PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
* Apply ruff/refurb rule FURB136
FURB136 Replace `x if x < y else y` with `min(x, y)`
* Address new flake8 issue
Need type annotation for "tags" (hint: "tags: List[<type>] = ...") [var-annotated]
* Revert "Apply ruff/Perflint rule PERF401"
This reverts commit 69d4725.
0 commit comments