mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-10 02:43:44 +00:00
Fix invalid noqa directives
This commit is contained in:
parent
4ebf41309d
commit
fbff08299e
@ -202,7 +202,7 @@ class UpdateInfo:
|
||||
requested_version: str | None = None
|
||||
commit: str | None = None
|
||||
|
||||
binary_name: str | None = _get_binary_name() # noqa: RUF009: Always returns the same value
|
||||
binary_name: str | None = _get_binary_name() # noqa RUF009: Always returns the same value
|
||||
checksum: str | None = None
|
||||
|
||||
|
||||
|
||||
@ -54,7 +54,7 @@ from ..compat import (
|
||||
from ..dependencies import xattr
|
||||
from ..globals import IN_CLI
|
||||
|
||||
__name__ = __name__.rsplit('.', 1)[0] # noqa: A001: Pretend to be the parent module
|
||||
__name__ = __name__.rsplit('.', 1)[0] # noqa A001: Pretend to be the parent module
|
||||
|
||||
|
||||
class NO_DEFAULT:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user