eric7.Plugins.CheckerPlugins.CodeStyleChecker

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

Packages

Annotations Package implementing the function type annotations checker.
Async Package implementing a checker for "async" related issues.
Complexity Package implementing the code complexity checker.
DocStyle Package implementing the code documentation checker.
Imports Package implementing a checker for import statements.
Logging Package implementing the logging style checker.
Miscellaneous Package implementing the checker for miscellaneous issues.
NameOrder Package implementing a checker for the name order of import statements and handled exceptions.
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.
Unused Package implementing a checker for unused arguments, variables, ...

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.
ast_unparse
pycodestyle
translations Module implementing message translations for the code style plugin messages.