From bc4391471eaa408289d8cf9696ff3a9360689c2f Mon Sep 17 00:00:00 2001 From: xmo-odoo <xmo@odoo.com> Date: Thu, 11 May 2017 15:27:02 +0200 Subject: [PATCH] [FIX] P3: lint away some already cleaned up stuff These issues were checked/cleaned previously but the linter was not updated. --- odoo/addons/test_pylint/tests/test_pylint.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/odoo/addons/test_pylint/tests/test_pylint.py b/odoo/addons/test_pylint/tests/test_pylint.py index fdad0cb48f7d..f2be4771d4bb 100644 --- a/odoo/addons/test_pylint/tests/test_pylint.py +++ b/odoo/addons/test_pylint/tests/test_pylint.py @@ -37,6 +37,9 @@ class TestPyLint(TransactionCase): 'dict-view-method', 'long-suffix', + 'old-ne-operator', + 'old-octal-operator', + 'parameter-unpacking', 'metaclass-assignment', ] -- GitLab