summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2018-12-14 03:24:26 +0000
committerServer Team CI Bot <josh.powers+server-team-bot@canonical.com>2018-12-14 03:24:26 +0000
commit5b065316113b97aadb43e63cc31bb8639f6a6376 (patch)
treef8f2f1b060d068eede8001a36740d708a3f4ad58 /tox.ini
parent45d731a61a07447521d56e8ce4f19ebfeba2aa78 (diff)
downloadvyos-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.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2fb3209d..d983348b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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}