Update dependency certifi to v2024.12.14 #642
Annotations
10 errors and 1 warning
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)
|
Lint with flake8 and pylint:
plexanisync/anilist.py#L49
R1702: Too many nested blocks (6/5) (too-many-nested-blocks)
|
Lint with flake8 and pylint:
plexanisync/anilist.py#L47
R0912: Too many branches (29/12) (too-many-branches)
|
Lint with flake8 and pylint:
plexanisync/anilist.py#L47
R0915: Too many statements (102/50) (too-many-statements)
|
Lint with flake8 and pylint:
plexanisync/anilist.py#L339
R0914: Too many local variables (21/15) (too-many-locals)
|
Lint with flake8 and pylint:
plexanisync/anilist.py#L431
R1723: Unnecessary "else" after "break", remove the "else" and de-indent the code inside it (no-else-break)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading