diff -r 2001accf55b3 -r 548d45c3f571 eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html --- a/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html Wed Dec 29 16:53:04 2021 +0100 +++ b/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html Wed Dec 29 16:54:36 2021 +0100 @@ -186,8 +186,9 @@ excludeMessages, includeMessages, repeatMessages, fixCodes, noFixCodes, fixIssues, maxLineLength, maxDocLineLength, blankLines, hangClosing, docType, codeComplexityArgs, miscellaneousArgs, - annotationArgs, securityArgs, errors, eol, encoding, backup) - bool, str, dict, dict, dict, list of str, str, str, bool) + annotationArgs, securityArgs, importsArgs, errors, eol, encoding, + backup) + bool, str, dict, dict, dict, dict, list of str, str, str, bool) </dd> </dl> <dl> @@ -308,9 +309,10 @@ arguments used by the codeStyleCheck function (list of excludeMessages, includeMessages, repeatMessages, fixCodes, noFixCodes, fixIssues, maxLineLength, maxDocLineLength, blankLines, - hangClosing, docType, codeComplexityArgs, miscellaneousArgs, errors, - eol, encoding, backup) - bool, str, dict, dict, list of str, str, str, bool) + hangClosing, docType, codeComplexityArgs, miscellaneousArgs, + annotationArgs, securityArgs, importsArgs, errors, eol, encoding, + backup) + bool, str, dict, dict, dict, dict, list of str, str, str, bool) </dd> </dl> <dl>