Update dependency PlexAPI to v4.15.14 #610
CI.yml
on: push
Annotations
11 errors
lint-and-test
Canceling since a higher priority waiting request for 'master' exists
|
lint-and-test:
plexanisync/anilist.py#L47
R0914: Too many local variables (44/15) (too-many-locals)
|
lint-and-test:
plexanisync/anilist.py#L49
R1702: Too many nested blocks (6/5) (too-many-nested-blocks)
|
lint-and-test:
plexanisync/anilist.py#L47
R0912: Too many branches (29/12) (too-many-branches)
|
lint-and-test:
plexanisync/anilist.py#L47
R0915: Too many statements (102/50) (too-many-statements)
|
lint-and-test:
plexanisync/anilist.py#L339
R0914: Too many local variables (21/15) (too-many-locals)
|
lint-and-test:
plexanisync/anilist.py#L431
R1723: Unnecessary "else" after "break", remove the "else" and de-indent the code inside it (no-else-break)
|
lint-and-test:
plexanisync/anilist.py#L445
R0913: Too many arguments (8/5) (too-many-arguments)
|
lint-and-test:
plexanisync/anilist.py#L482
R0913: Too many arguments (7/5) (too-many-arguments)
|
lint-and-test:
plexanisync/anilist.py#L500
R0913: Too many arguments (7/5) (too-many-arguments)
|
lint-and-test:
plexanisync/anilist.py#L564
R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
|