--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/blackListImports.py Tue Sep 13 19:46:19 2022 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/blackListImports.py Tue Sep 13 20:00:55 2022 +0200 @@ -48,6 +48,7 @@ ], "H", ), + "S414": (["pyghmi"], "H"), }