diff -r 61566f35ab22 -r c878e8255972 eric6/Plugins/PluginCodeStyleChecker.py --- a/eric6/Plugins/PluginCodeStyleChecker.py Mon Jun 22 17:55:06 2020 +0200 +++ b/eric6/Plugins/PluginCodeStyleChecker.py Tue Jun 23 17:24:18 2020 +0200 @@ -357,8 +357,7 @@ files = [os.path.join(ppath, file) for file in project.pdata["SOURCES"] if file.endswith( - tuple(Preferences.getPython("Python3Extensions")) + - tuple(Preferences.getPython("PythonExtensions")))] + tuple(Preferences.getPython("Python3Extensions")))] from CheckerPlugins.CodeStyleChecker import CodeStyleCheckerDialog self.__projectCodeStyleCheckerDialog = (