Update Ruff and fix its errors
This commit is contained in:
parent
c54ceeb7a8
commit
1424978854
39 changed files with 183 additions and 175 deletions
|
|
@ -50,7 +50,7 @@ class Command(BaseCommand):
|
|||
help="Twitch Access Token (optional - will be obtained automatically if not provided)",
|
||||
)
|
||||
|
||||
def handle(self, *args, **options) -> None: # noqa: ARG002
|
||||
def handle(self, *args, **options) -> None: # ruff:ignore[unused-method-argument]
|
||||
"""Main entry point for the command.
|
||||
|
||||
Raises:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue