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
* Remove lint rules from ignore: these are now ignored by default
* Add new rulesets to lint (DTZ, FA, PIE, RET, SIM):
See https://docs.astral.sh/ruff/rules/ for details
* Fix minor issues found by the rulesets
* datetime.now() is deprecated
* start argument in range() calls is not required
* elif not required after return
* pass not required
Signed-off-by: Jussi Kukkonen <[email protected]>
0 commit comments