--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/djangoXssVulnerability.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/djangoXssVulnerability.py Thu May 25 19:51:47 2023 +0200 @@ -35,7 +35,7 @@ } -def checkDjangoXssVulnerability(reportError, context, config): +def checkDjangoXssVulnerability(reportError, context, config): # noqa: U100 """ Function to check for potential XSS vulnerability.