Skip to content

Commit

Permalink
Make all linters happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Commandcracker committed Jul 5, 2024
1 parent 748ee87 commit 74ada85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions spellcheck_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@ youtube

# Other
f'Attachment
WIP
xml
10 changes: 5 additions & 5 deletions src/youcube/youcube.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@

FRAMES_AT_ONCE = 10

# pylint settings
# pylint: disable=pointless-string-statement
# pylint: disable=fixme
# pylint: disable=multiple-statements

"""
Ubuntu nvida support fix and maby alpine support ?
us async base64 ?
Expand Down Expand Up @@ -123,11 +128,6 @@
- as 1 32vid frame
"""

# pylint settings
# pylint: disable=pointless-string-statement
# pylint: disable=fixme
# pylint: disable=multiple-statements

logger = setup_logging()
# TODO: change sanic logging format

Expand Down

0 comments on commit 74ada85

Please sign in to comment.