diff options
author | Scott Moser <smoser@ubuntu.com> | 2018-12-14 03:24:26 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2018-12-14 03:24:26 +0000 |
commit | 5b065316113b97aadb43e63cc31bb8639f6a6376 (patch) | |
tree | f8f2f1b060d068eede8001a36740d708a3f4ad58 /tox.ini | |
parent | 45d731a61a07447521d56e8ce4f19ebfeba2aa78 (diff) | |
download | vyos-cloud-init-5b065316113b97aadb43e63cc31bb8639f6a6376.tar.gz vyos-cloud-init-5b065316113b97aadb43e63cc31bb8639f6a6376.zip |
Update to pylint 2.2.2.
The tip-pylint tox target correctly reported the invalid use of
string formatting. The change here is to:
a.) Fix the error that was caught.
b.) move to pylint 2.2.2 for the default 'pylint' target.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ setenv = basepython = python3 deps = # requirements - pylint==1.8.1 + pylint==2.2.2 # test-requirements because unit tests are now present in cloudinit tree -r{toxinidir}/test-requirements.txt commands = {envpython} -m pylint {posargs:cloudinit tests tools} |