Update Ruff and fix its errors
This commit is contained in:
parent
c54ceeb7a8
commit
1424978854
39 changed files with 183 additions and 175 deletions
|
|
@ -14,7 +14,7 @@ class Command(BaseCommand):
|
|||
|
||||
help = "Backfill image dimensions for existing cached images"
|
||||
|
||||
def handle(self, *args, **options) -> None: # noqa: ARG002, PLR0915
|
||||
def handle(self, *args, **options) -> None: # ruff:ignore[unused-method-argument, too-many-statements]
|
||||
"""Execute the command."""
|
||||
total_updated = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue