Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Setting g:pymode_lint_ignore triggers an AssertionError in autopeps8.py #786

Copy link
Copy link
@rubenvereecken

Description

@rubenvereecken
Issue body actions

The assertion error in question is triggered by this line: https://github.com/python-mode/python-mode/blob/develop/pymode/autopep8.py#L3035

It happens with for example this line in my .vimrc:

let g:pymode_lint_ignore = "E501"

which I got from the help file. Obviously the function where the assert takes place expects a list but gets a string instead, but I'm not sure where pymode_lint_ignore is or should be parsed into a list (from a comma-delimited string).

sideshowbarker

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.