Revert "Skip incremental update since Anilist combines them anyway" #514
CI.yml
on: push
lint-and-test
5m 23s
build-docker-tautulli
/
build
5m 38s
Annotations
10 errors
lint-and-test:
plexanisync/plexmodule.py#L54
R0914: Too many local variables (18/15) (too-many-locals)
|
lint-and-test:
plexanisync/plexmodule.py#L166
R0914: Too many local variables (16/15) (too-many-locals)
|
lint-and-test:
plexanisync/plexmodule.py#L280
R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
|
lint-and-test:
plexanisync/plexmodule.py#L166
R0912: Too many branches (16/12) (too-many-branches)
|
lint-and-test:
plexanisync/anilist.py#L47
R0914: Too many local variables (43/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 (101/50) (too-many-statements)
|
lint-and-test:
plexanisync/anilist.py#L337
R0914: Too many local variables (21/15) (too-many-locals)
|
lint-and-test:
plexanisync/anilist.py#L429
R1723: Unnecessary "else" after "break", remove the "else" and de-indent the code inside it (no-else-break)
|