Package containing the code style checker and fixer plug-in.
| Annotations | Package implementing the function type annotations checker. | 
| Complexity | Package implementing the code complexity checker. | 
| DocStyle | Package implementing the code documentation checker. | 
| Miscellaneous | Package implementing the checker for miscellaneous issues. | 
| Naming | Package implementing the naming style checker. | 
| Security | Package implementing the security checker. | 
| AstUtilities | Module implementing some utility and compatibility functions for working with the ast module. | 
| CodeStyleAddBuiltinIgnoreDialog | Module implementing a dialog to enter the data for a built-in assignment to be ignored. | 
| CodeStyleChecker | Module implementing the code style checker. | 
| CodeStyleCheckerDialog | Module implementing a dialog to show the results of the code style check. | 
| CodeStyleCodeSelectionDialog | Module implementing a dialog to select code style message codes. | 
| CodeStyleFixer | Module implementing a class to fix certain code style issues. | 
| CodeStyleStatisticsDialog | Module implementing a dialog showing statistical data for the last code style checker run. | 
| eradicate | Removes commented-out Python code. | 
| mccabe | |
| pycodestyle | |
| translations | Module implementing message translations for the code style plugin messages. |