eric6/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyChecker.py

changeset 8210
b5903eaa7a7b
parent 8209
14470a65a52e
child 8211
8322a6f219ff
equal deleted inserted replaced
8209:14470a65a52e 8210:b5903eaa7a7b
19 """ 19 """
20 Codes = [ 20 Codes = [
21 # Python-specifics 21 # Python-specifics
22 "Y101", "Y102", "Y103", "Y104", "Y105", "Y106", "Y107", "Y108", 22 "Y101", "Y102", "Y103", "Y104", "Y105", "Y106", "Y107", "Y108",
23 "Y109", "Y110", "Y111", "Y112", "Y113", "Y114", "Y115", "Y116", 23 "Y109", "Y110", "Y111", "Y112", "Y113", "Y114", "Y115", "Y116",
24 "Y117", "Y118", "Y119", "Y120", 24 "Y117", "Y118", "Y119", "Y120", "Y121",
25 25
26 # Python-specifics not part of flake8-simplify 26 # Python-specifics not part of flake8-simplify
27 "Y181", "Y182", 27 "Y181", "Y182",
28 28
29 # Comparations 29 # Comparations

eric ide

mercurial