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 |