I am using Sublime Linter and cannot force PEP 8 (W191) to leave with the following settings. Why?
{ "color_scheme": "Packages/Color Scheme - Default/Mac Classic.tmTheme", "fold_buttons": false, "font_face": "SourceCodePro-Regular", "font_size": 13.0, "ignored_packages": [ "Vintage" ], "line_padding_bottom": 1, "line_padding_top": 1, "word_wrap": true, "pep8": false, "pep8_ignore": [ "W191" ] }
source share