Merge "update pylint"

This commit is contained in:
Zuul 2018-08-20 10:13:38 +00:00 committed by Gerrit Code Review
commit 35d7b76c89
3 changed files with 5 additions and 5 deletions

View File

@ -44,7 +44,7 @@ symbols=no
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
disable=W,C,R
disable=W,C,R,import-error
[REPORTS]

View File

@ -4,7 +4,7 @@ python-monascaclient>=1.1.0 # Apache-2.0
python-neutronclient>=5.1.0 # Apache-2.0
python-novaclient>=6.0.0 # Apache-2.0
PyYAML>=3.10.0 # MIT
oslo.config>=3.14.0 # Apache-2.0
oslo.config>=3.14.0,!=4.4.0,!=4.3.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
libvirt-python>=1.2.5 # LGPLv2+

View File

@ -1,16 +1,16 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
astroid===1.3.6
astroid==1.6.5 # LGPLv2.1
flake8>=2.5.4,<2.6.0 # MIT
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
coverage>=3.6
mock>=1.0
pep8==1.5.7
mccabe==0.2.1 # MIT License
pylint==1.4.4 # GNU GPL v2
pylint==1.9.2 # GPLv2
pyflakes==0.8.1
stestr>=2.0.0 # Apache-2.0
testtools>=0.9.36
oslosphinx>=2.5.0 # Apache-2.0
sphinx>=1.1.2 # BSD
sphinx>=1.1.2,!=1.6.7,!=1.6.6 # BSD