secynic/ipwhois

View on GitHub

Showing 266 of 266 total issues

Line too long (80 > 79 characters)
Open

    r'((:(6553[0-5]|655[0-2]\d|65[0-4]\d{2}|6[0-4]\d{3}|[1-5]\d{4}|[1-9]\d{0,3}'
Severity: Minor
Found in ipwhois/utils.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.

TODO found
Open

    # TODO: Someone needs to find the RFC for this
Severity: Minor
Found in ipwhois/utils.py by fixme

TODO found
Open

    # TODO: so ugly
Severity: Minor
Found in ipwhois/scripts/ipwhois_cli.py by fixme

TODO found
Open

# TODO: Add '_links' for RFC/other references
Severity: Minor
Found in ipwhois/hr.py by fixme

TODO found
Open

    source code for "TODO" items.
Severity: Minor
Found in CONTRIBUTING.rst by fixme

TODO found
Open

            # TODO: this was taken from get_whois(). Need to test rate limiting
Severity: Minor
Found in ipwhois/net.py by fixme
Severity
Category
Status
Source
Language