Reputation: 6156
How do I get PyCharm 2.7 Code Inspection (under Code > Inspect Code) to include PEP 8 messages?
In the Inspection settings I have "PEP 8 coding style violation" checked and the correct profile selected, but running the inspection does not include any PEP 8 violations.
What am I doing wrong?
Upvotes: 2
Views: 1663
Reputation: 401877
PEP8 inspections are not reported from Code
| Inspect Code
, there is a known issue about it, please vote.
UPDATE: the issue was fixed, should be available starting from 3.0.2 release.
Upvotes: 2