The following issues were found
pipenv/patched/notpip/_vendor/chardet/jisfreq.py
2 issues
Line: 1
Column: 1
######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
Reported by Pylint.
Line: 325
Column: 1
2922,3625, 544, 461,6189, 566, 209,2437,3398,2098,1065,2068,3331,3626,3257,2137, # 4368 #last 512
)
Reported by Pylint.
pipenv/patched/notpip/_vendor/chardet/gb2312freq.py
2 issues
Line: 1
Column: 1
######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
Reported by Pylint.
Line: 283
Column: 1
381,1638,4592,1020, 516,3214, 458, 947,4575,1432, 211,1514,2926,1865,2142, 189,
852,1221,1400,1486, 882,2299,4036, 351, 28,1122, 700,6479,6480,6481,6482,6483, #last 512
)
Reported by Pylint.
pipenv/patched/notpip/_vendor/chardet/euctwfreq.py
2 issues
Line: 1
Column: 1
######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
Reported by Pylint.
Line: 387
Column: 1
890,3614,3864,8110,1877,3732,3402,8111,2183,2353,3403,1652,8112,8113,8114, 941, # 8086
2294, 208,3499,4057,2019, 330,4294,3865,2892,2492,3733,4295,8115,8116,8117,8118, # 8102
)
Reported by Pylint.
pipenv/patched/notpip/_vendor/chardet/euckrfreq.py
2 issues
Line: 1
Column: 1
######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
Reported by Pylint.
Line: 195
Column: 1
2629,2630,2631, 924, 648, 863, 603,2632,2633, 934,1540, 864, 865,2634, 642,1042,
670,1190,2635,2636,2637,2638, 168,2639, 652, 873, 542,1054,1541,2640,2641,2642, # 512, 256
)
Reported by Pylint.
pipenv/patched/notpip/_vendor/chardet/big5freq.py
2 issues
Line: 1
Column: 1
######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
Reported by Pylint.
Line: 386
Column: 1
890,3669,3943,5791,1878,3798,3439,5792,2186,2358,3440,1652,5793,5794,5795, 941, # 5360
2299, 208,3546,4161,2020, 330,4438,3944,2906,2499,3799,4439,4811,5796,5797,5798, # 5376
)
Reported by Pylint.
pipenv/patched/notpip/__main__.py
2 issues
Line: 1
Column: 1
from __future__ import absolute_import
import os
import sys
# If we are running from a wheel, add the wheel to sys.path
# This allows the usage python pip-*.whl/pip install pip-*.whl
if __package__ == '':
# __file__ is pip-*.whl/pip/__main__.py
Reported by Pylint.
Line: 18
Column: 1
sys.path.insert(0, path)
sys.path.insert(0, pipenv)
from pipenv.patched.notpip._internal.cli.main import main as _main # isort:skip # noqa
if __name__ == '__main__':
sys.exit(_main())
Reported by Pylint.
pipenv/patched/notpip/__init__.py
2 issues
Line: 1
Column: 1
from pipenv.patched.notpip._internal.utils.typing import MYPY_CHECK_RUNNING
if MYPY_CHECK_RUNNING:
from typing import List, Optional
__version__ = "20.0.2"
Reported by Pylint.
Line: 16
Column: 5
For additional details, see https://github.com/pypa/pip/issues/7498.
"""
from pipenv.patched.notpip._internal.utils.entrypoints import _wrapper
return _wrapper(args)
Reported by Pylint.
pipenv/patched/notpip/_vendor/certifi/core.py
2 issues
Line: 12
Column: 1
import os
def where():
f = os.path.dirname(__file__)
return os.path.join(f, 'cacert.pem')
Reported by Pylint.
Line: 13
Column: 5
def where():
f = os.path.dirname(__file__)
return os.path.join(f, 'cacert.pem')
Reported by Pylint.
pipenv/patched/notpip/_vendor/certifi/__init__.py
2 issues
Line: 1
Column: 1
from .core import where
__version__ = "2019.11.28"
Reported by Pylint.
Line: 1
Column: 1
from .core import where
__version__ = "2019.11.28"
Reported by Pylint.
pipenv/vendor/pythonfinder/__main__.py
2 issues
Line: 9
Column: 1
import os
import sys
from pythonfinder.cli import cli
PYTHONFINDER_MAIN = os.path.dirname(os.path.abspath(__file__))
PYTHONFINDER_PACKAGE = os.path.dirname(PYTHONFINDER_MAIN)
Reported by Pylint.
Line: 1
Column: 1
#!env python
# -*- coding=utf-8 -*-
from __future__ import absolute_import
import os
import sys
from pythonfinder.cli import cli
Reported by Pylint.