Mulugruntz/celery-pubsub

View on GitHub

Showing 89 of 91 total issues

Missing function or method docstring
Open

def get_compatible_versions(

Used when a function or method has no docstring.Some special methods like init do not require a docstring.

Missing function or method docstring
Open

def install_requires():
Severity: Info
Found in setup.py by pylint

Used when a function or method has no docstring.Some special methods like init do not require a docstring.

Wrong hanging indentation before block (add 4 spaces).
Open

                and all(cv.startswith("4") for cv in compatible_versions)

TODO and all(cv.startswith(4) for cv in compatible_versions) ^ |

Consider using sys.exit()
Open

    exit(1)

Instead of using exit() or quit(), consider using the sys.exit().

Wrong hanging indentation before block (add 4 spaces).
Open

    python_version: Optional[str],

TODO python_version: Optional[str], ^ |

Missing function or method docstring
Open

def parse_req_file(filename):
Severity: Info
Found in setup.py by pylint

Used when a function or method has no docstring.Some special methods like init do not require a docstring.

Unable to import 'pip._internal.commands.index'
Open

from pip._internal.commands.index import IndexCommand
Severity: Critical
Found in .github/workflows/resolve_versions.py by pylint

Used when pylint has been unable to import a module.

Unused variable 'pypy_ver'
Open

        impl, py_ver, *pypy_ver = python_code.split("-")

Used when a variable is defined but not used.

Missing module docstring
Open

import codecs
Severity: Info
Found in setup.py by pylint

Used when a module has no docstring.Empty modules do not require a docstring.

Severity
Category
Status
Source
Language