Skip to content

Fix pycodestyle_magic for jupyter question mark syntax #23

@Melevir

Description

@Melevir

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions