Use guid for matching #548
Annotations
10 errors and 1 warning
Lint with flake8 and pylint:
plexanisync/plexmodule.py#L31
R0902: Too many instance attributes (8/7) (too-many-instance-attributes)
|
Lint with flake8 and pylint:
plexanisync/plexmodule.py#L55
R0914: Too many local variables (18/15) (too-many-locals)
|
Lint with flake8 and pylint:
plexanisync/plexmodule.py#L167
R0914: Too many local variables (16/15) (too-many-locals)
|
Lint with flake8 and pylint:
plexanisync/plexmodule.py#L283
R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
|
Lint with flake8 and pylint:
plexanisync/plexmodule.py#L167
R0912: Too many branches (16/12) (too-many-branches)
|
Lint with flake8 and pylint:
plexanisync/custom_mappings.py#L141
R0914: Too many local variables (16/15) (too-many-locals)
|
Lint with flake8 and pylint:
plexanisync/graphql.py#L22
R0902: Too many instance attributes (16/7) (too-many-instance-attributes)
|
Lint with flake8 and pylint:
plexanisync/graphql.py#L214
R0914: Too many local variables (16/15) (too-many-locals)
|
Lint with flake8 and pylint:
plexanisync/graphql.py#L10
C0411: standard import "time" should be placed before third party import "requests" (wrong-import-order)
|
Lint with flake8 and pylint:
plexanisync/anilist.py#L47
R0914: Too many local variables (44/15) (too-many-locals)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rbialon/flake8-annotations@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading