Update Ruff and fix its errors
This commit is contained in:
parent
c54ceeb7a8
commit
1424978854
39 changed files with 183 additions and 175 deletions
|
|
@ -39,7 +39,7 @@ class Command(BaseCommand):
|
|||
help="Re-download even if a local box art file already exists.",
|
||||
)
|
||||
|
||||
def handle( # noqa: PLR0914, PLR0915
|
||||
def handle( # ruff:ignore[too-many-locals, too-many-statements]
|
||||
self,
|
||||
*_args: str,
|
||||
**options: str | bool | int | None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue