• Jérome Perrin's avatar
    core: fixes for pylint · 0d1411c5
    Jérome Perrin authored
    The general approach is:
    - replace deprecated lambdas with list comprehensions
    - remove unused variables/imports
    - replace dangerous arguments [] with ()
    - replace dangerous arguments {} with None and "if None -> {}"
    - replace builtin names with something similar
    - when really no other choice, line-disable the messages
    
    Now that all problems reported by pylint are fixed, enable coding style
    test.
    0d1411c5
Base_getSearchText.xml 2.25 KB