Mulugruntz/celery-pubsub

View on GitHub
setup.py

Summary

Maintainability
A
0 mins
Test Coverage

Line too long (83 > 79 characters)
Open

    download_url="https://github.com/Mulugruntz/celery-pubsub/tarball/2.0.0-beta3",
Severity: Minor
Found in setup.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Missing function or method docstring
Open

def long_description():
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.

Missing function or method docstring
Open

def tests_require():
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.

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.

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.

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.

There are no issues that match your filters.

Category
Status