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
Enabled ruff A ruleset for finding symbols shadowing built-in functions
Enabled an excemption for decorators.py since the as_subcommand_to dectorator has a `help` argument shadowing the python built-in help function, but I didn't want to change the name due to an impact on existing code.
0 commit comments