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/logilab/astroid
Mike Frysinger 862370c608 pylint: reland upgrade to 1.5.6
** WARNING: please do not revert this CL without checking with vapier@ first ***

We disable new warnings that are triggered in depot_tools to pylintrc.
So the lint output before & after this CL are mostly unchanged.  The
repos checked: depot_tools, src, and build.

Also update its deps along the way:
- Update astroid to 1.4.9.
- Drop now unused logilab.common.
- Import lazy_object_proxy 1.3.1.
- Import wrapt 1.10.11.

This should address the issue where some Chromium bots don't have the
lazy_object_proxy/wrapt python modules installed.  These have optional
C modules that we don't compile either as they have Python fallbacks.

Bug: 863669
Change-Id: Iade0e6d89598e2c836ed647996f43db356c43cd0
Reviewed-on: https://chromium-review.googlesource.com/1145485
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Reviewed-by: John Budorick <jbudorick@chromium.org>
7 years ago
..
brain pylint: reland upgrade to 1.5.6 7 years ago
LICENSE.txt
README.chromium pylint: reland upgrade to 1.5.6 7 years ago
__init__.py pylint: reland upgrade to 1.5.6 7 years ago
__pkginfo__.py pylint: reland upgrade to 1.5.6 7 years ago
arguments.py pylint: reland upgrade to 1.5.6 7 years ago
as_string.py pylint: reland upgrade to 1.5.6 7 years ago
astpeephole.py
bases.py pylint: reland upgrade to 1.5.6 7 years ago
builder.py pylint: reland upgrade to 1.5.6 7 years ago
context.py pylint: reland upgrade to 1.5.6 7 years ago
decorators.py pylint: reland upgrade to 1.5.6 7 years ago
exceptions.py pylint: reland upgrade to 1.5.6 7 years ago
inference.py pylint: reland upgrade to 1.5.6 7 years ago
manager.py pylint: reland upgrade to 1.5.6 7 years ago
mixins.py pylint: reland upgrade to 1.5.6 7 years ago
modutils.py pylint: reland upgrade to 1.5.6 7 years ago
node_classes.py pylint: reland upgrade to 1.5.6 7 years ago
nodes.py pylint: reland upgrade to 1.5.6 7 years ago
objects.py pylint: reland upgrade to 1.5.6 7 years ago
protocols.py pylint: reland upgrade to 1.5.6 7 years ago
raw_building.py pylint: reland upgrade to 1.5.6 7 years ago
rebuilder.py pylint: reland upgrade to 1.5.6 7 years ago
scoped_nodes.py pylint: reland upgrade to 1.5.6 7 years ago
test_utils.py pylint: reland upgrade to 1.5.6 7 years ago
transforms.py pylint: reland upgrade to 1.5.6 7 years ago
util.py pylint: reland upgrade to 1.5.6 7 years ago

README.chromium

URL: https://github.com/PyCQA/astroid
URL: https://pypi.org/project/astroid/#files
Version: 1.4.9
License: GPL
License File: LICENSE.txt

Description:
This directory contains the astroid module, required for pylint.

Local Modifications:
None