PyCharm
 
Get PyCharm

Change inspection severity

Last modified: 21 October 2024

Inspection severity levels indicate how seriously the detected code problems affect your project. In PyCharm, there is a set of predefined severity levels:

For every severity, you can configure its own highlighting style in the editor.

Severity levels are designed to indicate problems, they don't have any impact on the code execution: if you change the severity for spelling mistakes from Typo to Error, this won't affect the execution of your application.