If I run pandas.read_csv? cell, pycodestyle_magic will argue, that the syntax is incorrect.
It really is incorrect python syntax, but it also a common used jupyter feature, su it seems a good idea to skip check on code cell if it has only one line and it ends with question mark.
Does it make sense to you?