diff -r b5903eaa7a7b -r 8322a6f219ff eric6/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyChecker.py --- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyChecker.py Sat Apr 10 13:02:08 2021 +0200 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyChecker.py Sat Apr 10 15:11:43 2021 +0200 @@ -21,7 +21,7 @@ # Python-specifics "Y101", "Y102", "Y103", "Y104", "Y105", "Y106", "Y107", "Y108", "Y109", "Y110", "Y111", "Y112", "Y113", "Y114", "Y115", "Y116", - "Y117", "Y118", "Y119", "Y120", "Y121", + "Y117", "Y118", "Y119", "Y120", "Y121", "Y122", # Python-specifics not part of flake8-simplify "Y181", "Y182", @@ -33,6 +33,9 @@ # Opinionated "Y301", + + # General Code Style + "Y401", "Y402", ] def __init__(self, source, filename, tree, selected, ignored, expected,