pycharm pep8 linter doesn't show white space errors Permanently deleted user Created March 01, 2019 18:41 I think the title says it all. I can't find any way to highlight whitespaces which break pep8 conventions. Any help?
Hi,
The whitespaces should be highlighted:
Please check your settings under **File | Settings | Editor | Inspections** and ensure you don't have any ignored PEP8 inspections:
I'm not sure of all the cases in which white spaces do not get highlighted, but one case is trailing white spaces. They do not get highlighted.
Please provide code example and screenshots demonstrating which part is not highlighted.