-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
Description
Task is:
- check the contributing guide for how to set up your environment
- remove
PLR5501
from
Lines 274 to 275 in 4d18871
# Consider `elif` instead of `else` then `if` to remove indendation level | |
"PLR5501", |
- run
pre-commit run ruff --all-files
- fixup the errors it flags
- stage, commit, push, open pull request