The following issues were found
pipenv/patched/notpip/_internal/network/utils.py
1 issues
Line: 1
Column: 1
from pipenv.patched.notpip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response
from pipenv.patched.notpip._internal.utils.typing import MYPY_CHECK_RUNNING
if MYPY_CHECK_RUNNING:
from typing import Iterator
def response_chunks(response, chunk_size=CONTENT_CHUNK_SIZE):
Reported by Pylint.
pipenv/patched/notpip/_vendor/msgpack/_version.py
1 issues
Line: 1
Column: 1
version = (0, 6, 2)
Reported by Pylint.
pipenv/vendor/funcsigs/version.py
1 issues
Line: 1
Column: 1
__version__ = "1.0.2"
Reported by Pylint.
pipenv/patched/safety/__init__.py
1 issues
Line: 1
Column: 1
# -*- coding: utf-8 -*-
__author__ = """pyup.io"""
__email__ = 'support@pyup.io'
__version__ = '1.8.7'
Reported by Pylint.
pipenv/patched/notpip/_vendor/packaging/__about__.py
1 issues
Line: 1
Column: 1
# This file is dual licensed under the terms of the Apache License, Version
# 2.0, and the BSD License. See the LICENSE file in the root of this repository
# for complete details.
from __future__ import absolute_import, division, print_function
__all__ = [
"__title__",
"__summary__",
"__uri__",
Reported by Pylint.
pipenv/vendor/pep517/__init__.py
1 issues
Line: 6
Column: 1
__version__ = '0.11.0'
from .wrappers import * # noqa: F401, F403
Reported by Pylint.
pipenv/patched/notpip/_vendor/pkg_resources/py31compat.py
1 issues
Line: 1
Column: 1
import os
import errno
import sys
from pipenv.patched.notpip._vendor import six
def _makedirs_31(path, exist_ok=False):
try:
Reported by Pylint.
pipenv/patched/notpip/_vendor/requests/__version__.py
1 issues
Line: 1
Column: 1
# .-. .-. .-. . . .-. .-. .-. .-.
# |( |- |.| | | |- `-. | `-.
# ' ' `-' `-`.`-' `-' `-' ' `-'
__title__ = 'requests'
__description__ = 'Python HTTP for Humans.'
__url__ = 'http://python-requests.org'
__version__ = '2.22.0'
__build__ = 0x022200
Reported by Pylint.
pipenv/vendor/dotenv/version.py
1 issues
Line: 1
Column: 1
__version__ = "0.19.0"
Reported by Pylint.
pipenv/patched/safety/constants.py
1 issues
Line: 1
Column: 1
# -*- coding: utf-8 -*-
import os
OPEN_MIRRORS = [
"https://raw.githubusercontent.com/pyupio/safety-db/master/data/",
]
API_MIRRORS = [
"https://pyup.io/api/v1/safety/"
Reported by Pylint.