Commit 8ebb1341 authored by Jérome Perrin's avatar Jérome Perrin

pylint: disable some checkers incompatible with python2

parent 0eacd196
......@@ -557,7 +557,7 @@ def checkPythonSourceCode(source_code_str, portal_type=None):
(
"--msg-template='{C}: {line},{column}: {msg} ({symbol})'",
# BBB until we drop compatibility with PY2
"--disable=redundant-u-string-prefix,raise-missing-from",
"--disable=redundant-u-string-prefix,raise-missing-from,keyword-arg-before-vararg",
)
)
if portal_type == 'Interface Component':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment