eric7.Plugins.CheckerPlugins.CodeStyleChecker

Package containing the code style checker and fixer plug-in.

Packages

Annotations Package implementing the function type annotations checker.
Complexity Package implementing the code complexity checker.
DocStyle Package implementing the code documentation checker.
Imports Package implementing a checker for import statements.
Miscellaneous Package implementing the checker for miscellaneous issues.
Naming Package implementing the naming style checker.
PathLib Package implementing the checker for functions that can be replaced by use of the pathlib module.
Security Package implementing the security checker.
Simplify Package implementing a checker to help simplifying the code.

Modules

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.
CodeStyleCheckerUtilities Module implementing utility functions for the code style checker dialogs.
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.
pycodestyle
translations Module implementing message translations for the code style plugin messages.