You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/third_party/six
vapier@chromium.org e642ee868c pylint: upgrade to 1.3.1
The current pylint is very old at this point.  Pull in the latest version
as it supports a lot more features.  Also need to fix the pylint wrapper
to actually update sys.path to use the local modules.

We include the six module since not all bots have it, and it's small.

This will trigger new warnings in files, but they look like legitimate
issues that should be fixed at some point.

BUG=chromium:431514
TEST=ran on some code bases and checked output

Review URL: https://codereview.chromium.org/741503002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292988 0039d316-1c4b-4281-b951-d872f2087c98
10 years ago
..
LICENSE.txt pylint: upgrade to 1.3.1 10 years ago
README.chromium pylint: upgrade to 1.3.1 10 years ago
__init__.py pylint: upgrade to 1.3.1 10 years ago

README.chromium

URL: https://pypi.python.org/pypi/six
Version: 1.8.0
License: MIT
License File: LICENSE.txt

Description:
This directory contains the Python six module.

Local Modifications:
None