Package containing the code style checker and fixer plug-in.
| 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. | 
| DocStyleChecker | Module implementing a checker for documentation string conventions. | 
| McCabeChecker | Module implementing a checker for code complexity. | 
| MiscellaneousChecker | Module implementing a checker for miscellaneous checks. | 
| NamingStyleChecker | Module implementing a checker for naming conventions. | 
| mccabe | |
| pep8 | |
| translations | Module implementing message translations for the code style plugin messages. |