--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyChecker.py Sat Apr 03 10:44:07 2021 +0200 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyChecker.py Sat Apr 03 14:51:08 2021 +0200 @@ -24,7 +24,12 @@ "Y117", "Y118", "Y119", "Y120", # Comparations - "Y201" + "Y201", "Y202", "Y203", "Y204", "Y205", "Y206", "Y207", "Y208", + "Y211", "Y212", "Y213", + "Y221", "Y222", "Y223", "Y224", + + # Opinionated + "Y301", ] def __init__(self, source, filename, selected, ignored, expected, repeat):