container-registry / harbor-api-client

Doc line too long FLK-W505
Style
Minor
10 months agoa year old
doc line too long (132 > 88 characters)
 56        # https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/poolmanager.py#L75  # noqa: E501
 57        # https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/connectionpool.py#L680  # noqa: E501
 58        # maxsize is the number of requests to host that are allowed in parallel  # noqa: E501
 59        # Custom SSL certificates and client certificates: http://urllib3.readthedocs.io/en/latest/advanced-usage.html  # noqa: E501 60
 61        # cert_reqs
 62        if configuration.verify_ssl:
doc line too long (94 > 88 characters)
 55        # urllib3.PoolManager will pass all kw parameters to connectionpool
 56        # https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/poolmanager.py#L75  # noqa: E501
 57        # https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/connectionpool.py#L680  # noqa: E501
 58        # maxsize is the number of requests to host that are allowed in parallel  # noqa: E501 59        # Custom SSL certificates and client certificates: http://urllib3.readthedocs.io/en/latest/advanced-usage.html  # noqa: E501
 60
 61        # cert_reqs
doc line too long (134 > 88 characters)
 54    def __init__(self, configuration, pools_size=4, maxsize=None):
 55        # urllib3.PoolManager will pass all kw parameters to connectionpool
 56        # https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/poolmanager.py#L75  # noqa: E501
 57        # https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/connectionpool.py#L680  # noqa: E501 58        # maxsize is the number of requests to host that are allowed in parallel  # noqa: E501
 59        # Custom SSL certificates and client certificates: http://urllib3.readthedocs.io/en/latest/advanced-usage.html  # noqa: E501
 60
doc line too long (130 > 88 characters)
 53class RESTClientObject(object):
 54    def __init__(self, configuration, pools_size=4, maxsize=None):
 55        # urllib3.PoolManager will pass all kw parameters to connectionpool
 56        # https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/poolmanager.py#L75  # noqa: E501 57        # https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/connectionpool.py#L680  # noqa: E501
 58        # maxsize is the number of requests to host that are allowed in parallel  # noqa: E501
 59        # Custom SSL certificates and client certificates: http://urllib3.readthedocs.io/en/latest/advanced-usage.html  # noqa: E501
doc line too long (96 > 88 characters)
155
156        Whether or not to skip cert verify.  # noqa: E501
157
158        :param skip_cert_verify: The skip_cert_verify of this WebhookTargetObject.  # noqa: E501159        :type: bool
160        """
161