Pycharm no longer warns about too many blank lines.
At a certain point, Pycharm has stopped warning me with "PEP8: Too many blank lines".
I would like this functionality back, but have been unable to restore it.
I have both "PEP8 coding style violations" and "PEP8 naming convention violations" checked in the inspection settings.
This is happening on a GIT project across all machines.
Please sign in to leave a comment.
Hello,
Please try from the main menu, File | Invalidate Caches. Will it make any difference?
If it does not help, please start IDE with default settings as described [here](https://www.jetbrains.com/help/pycharm/configuring-project-and-ide-settings.html#restore-defaults) - you will be able to revert the setting back if there is no result.
Hi Antonina, and thank you for responding.
File | Invalidate Caches did NOT work. However, restoring default settings DID work! Thank you so very much.
Actually, all PEP8 warnings were inoperable, but all are working again.