Skip to content
Snippets Groups Projects
Commit bc439147 authored by xmo-odoo's avatar xmo-odoo Committed by GitHub
Browse files

[FIX] P3: lint away some already cleaned up stuff

These issues were checked/cleaned previously but the linter was not updated.
parent 6659d5a7
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,9 @@ class TestPyLint(TransactionCase):
'dict-view-method',
'long-suffix',
'old-ne-operator',
'old-octal-operator',
'parameter-unpacking',
'metaclass-assignment',
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment