uktrade/directory-api

View on GitHub

Showing 1,124 of 1,128 total issues

Line too long (106 > 79 characters)
Open

            if isinstance(models.CompanyExportPlan._meta.get_field(field_name), JSONField) and isinstance(
Severity: Minor
Found in exportplan/serializers.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.

Line too long (118 > 79 characters)
Open

        parser.add_argument('--type', action='store', dest='type', help='Specifies the type of notifications to send')

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.

Line too long (93 > 79 characters)
Open

            request.resolver_match.namespace in ['admin', 'healthcheck', 'authbroker_client']
Severity: Minor
Found in core/middleware.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: filter by enddate
Severity: Minor
Found in personalisation/helpers.py by fixme
Severity
Category
Status
Source
Language