You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).