koenvervloesem/snipskit

View on GitHub

Showing 29 of 29 total issues

Line too long (84 > 79 characters)
Open

    .. _`continueSession`: https://docs.snips.ai/reference/dialogue#continue-session
Severity: Minor
Found in src/snipskit/mqtt/dialogue.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 (82 > 79 characters)
Open

        self.hermes = Hermes(mqtt_options=MqttOptions(mqtt_options.broker_address,
Severity: Minor
Found in src/snipskit/hermes/components.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 (92 > 79 characters)
Open

            tls_disable_root_store = self['snips-common'].get('mqtt_tls_disable_root_store',
Severity: Minor
Found in src/snipskit/config.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 (89 > 79 characters)
Open

    extra_requirements_hermes = list(set(requirements_hermes) - set(requirements_common))
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.

Line too long (83 > 79 characters)
Open

                                                      mqtt_options.tls.client_cert,
Severity: Minor
Found in src/snipskit/hermes/components.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 (82 > 79 characters)
Open

                                                      mqtt_options.tls.client_key,
Severity: Minor
Found in src/snipskit/hermes/components.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.

Consider possible security implications associated with check_output module.
Open

from subprocess import check_output

Severity: Info
Found in src/snipskit/services.py by bandit

subprocess call - check for execution of untrusted input.
Open

        version_output = check_output([service,
                                       VERSION_FLAG]).decode('utf-8').strip()
Severity: Info
Found in src/snipskit/services.py by bandit

Audit url open for permitted schemes. Allowing use of file:/ or custom schemes is often unexpected.
Open

    url = urlopen(_RELEASE_NOTES_URL)
Severity: Minor
Found in src/snipskit/tools.py by bandit
Severity
Category
Status
Source
Language