diff options
| author | Zuul <zuul@review.opendev.org> | 2021-03-03 23:38:58 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2021-03-03 23:38:58 +0000 |
| commit | df32f94add3b2dfcb84c63d7e7bfc146f8f0313c (patch) | |
| tree | 3aee5194b8180e55593c754927b31af7b5ac43fe | |
| parent | a22a54e8ee5cfea75a667ab4e0642ff9681aba7e (diff) | |
| parent | 755dabdc92ebd848e6ba786f8a89f2f3dbdcc3db (diff) | |
| download | python-cinderclient-df32f94add3b2dfcb84c63d7e7bfc146f8f0313c.tar.gz | |
Merge "Bump pylint to 2.6.0"
| -rwxr-xr-x | tools/lintstack.py | 2 | ||||
| -rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/lintstack.py b/tools/lintstack.py index 1ae34d7..2697776 100755 --- a/tools/lintstack.py +++ b/tools/lintstack.py @@ -153,7 +153,7 @@ def run_pylint(): args = [ "--msg-template='{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}'", "-E", "cinderclient"] - lint.Run(args, reporter=reporter, exit=False) + lint.Run(args, reporter=reporter, do_exit=False) val = buff.getvalue() buff.close() return val @@ -37,7 +37,7 @@ commands = deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/requirements.txt - pylint==1.9.1 + pylint==2.6.0 commands = bash tools/lintstack.sh whitelist_externals = bash |
