rfk / dexml

a dead-simple object-xml mapper for python
http://github.com/rfk/dexml
MIT License
77 stars 28 forks source link

PEP 8? #13

Closed winny- closed 6 years ago

winny- commented 9 years ago

Hi!

Would you be receptive to a pull request making the code compliant with PEP 8?

Current output using the pep8 package:

__init__.py:35:80: E501 line too long (85 > 79 characters)
__init__.py:44:80: E501 line too long (80 > 79 characters)
__init__.py:49:6: W291 trailing whitespace
__init__.py:54:80: E501 line too long (137 > 79 characters)
__init__.py:70:44: E231 missing whitespace after ','
__init__.py:70:58: E231 missing whitespace after ','
__init__.py:70:72: E231 missing whitespace after ','
__init__.py:70:80: E501 line too long (84 > 79 characters)
__init__.py:71:1: W293 blank line contains whitespace
__init__.py:82:32: E262 inline comment should start with '# '
__init__.py:83:28: E262 inline comment should start with '# '
__init__.py:84:32: E262 inline comment should start with '# '
__init__.py:85:15: E231 missing whitespace after ','
__init__.py:85:25: E262 inline comment should start with '# '
__init__.py:87:32: E262 inline comment should start with '# '
__init__.py:88:24: E262 inline comment should start with '# '
__init__.py:89:32: E262 inline comment should start with '# '
__init__.py:90:18: E262 inline comment should start with '# '
__init__.py:97:1: E302 expected 2 blank lines, found 1
__init__.py:101:1: E302 expected 2 blank lines, found 1
__init__.py:105:1: E302 expected 2 blank lines, found 1
__init__.py:113:1: E302 expected 2 blank lines, found 0
__init__.py:116:1: E302 expected 2 blank lines, found 0
__init__.py:119:1: E302 expected 2 blank lines, found 0
__init__.py:120:80: E501 line too long (80 > 79 characters)
__init__.py:123:1: E302 expected 2 blank lines, found 1
__init__.py:127:72: W291 trailing whitespace
__init__.py:146:27: E231 missing whitespace after ':'
__init__.py:147:29: E231 missing whitespace after ':'
__init__.py:148:36: E231 missing whitespace after ':'
__init__.py:149:43: E231 missing whitespace after ':'
__init__.py:150:34: E231 missing whitespace after ':'
__init__.py:151:35: E231 missing whitespace after ':'
__init__.py:153:22: E231 missing whitespace after ','
__init__.py:153:27: E231 missing whitespace after ','
__init__.py:154:18: E231 missing whitespace after ','
__init__.py:155:25: E231 missing whitespace after ','
__init__.py:155:30: E231 missing whitespace after ','
__init__.py:155:50: E231 missing whitespace after ','
__init__.py:166:48: E231 missing whitespace after ','
__init__.py:181:21: E231 missing whitespace after ','
__init__.py:181:26: E231 missing whitespace after ','
__init__.py:181:32: E231 missing whitespace after ','
__init__.py:182:35: E231 missing whitespace after ','
__init__.py:182:54: E231 missing whitespace after ','
__init__.py:182:59: E231 missing whitespace after ','
__init__.py:182:65: E231 missing whitespace after ','
__init__.py:190:31: E231 missing whitespace after ','
__init__.py:190:64: E231 missing whitespace after ','
__init__.py:192:33: E231 missing whitespace after ','
__init__.py:193:60: E231 missing whitespace after ','
__init__.py:194:29: E231 missing whitespace after ','
__init__.py:200:35: E231 missing whitespace after ','
__init__.py:208:18: E231 missing whitespace after ','
__init__.py:209:32: E231 missing whitespace after ','
__init__.py:210:37: E231 missing whitespace after ','
__init__.py:217:38: E231 missing whitespace after ','
__init__.py:223:24: E231 missing whitespace after ','
__init__.py:223:32: E231 missing whitespace after ','
__init__.py:226:56: E231 missing whitespace after ','
__init__.py:238:80: E501 line too long (95 > 79 characters)
__init__.py:244:76: W291 trailing whitespace
__init__.py:267:22: E231 missing whitespace after ','
__init__.py:275:29: E231 missing whitespace after ','
__init__.py:275:42: E231 missing whitespace after ','
__init__.py:280:18: E231 missing whitespace after ','
__init__.py:294:55: E231 missing whitespace after ','
__init__.py:302:46: E231 missing whitespace after ','
__init__.py:302:59: E231 missing whitespace after ','
__init__.py:304:48: E231 missing whitespace after ','
__init__.py:304:61: E231 missing whitespace after ','
__init__.py:314:37: E231 missing whitespace after ','
__init__.py:314:42: E231 missing whitespace after ','
__init__.py:314:49: E231 missing whitespace after ','
__init__.py:316:26: W291 trailing whitespace
__init__.py:323:50: E231 missing whitespace after ','
__init__.py:337:55: E231 missing whitespace after ','
__init__.py:337:63: E231 missing whitespace after ','
__init__.py:344:39: E231 missing whitespace after ','
__init__.py:344:44: E231 missing whitespace after ','
__init__.py:344:51: E231 missing whitespace after ','
__init__.py:356:50: E231 missing whitespace after ','
__init__.py:369:57: E231 missing whitespace after ','
__init__.py:369:65: E231 missing whitespace after ','
__init__.py:375:35: E231 missing whitespace after ','
__init__.py:380:50: E231 missing whitespace after ','
__init__.py:389:20: E231 missing whitespace after ','
__init__.py:389:34: E231 missing whitespace after ','
__init__.py:389:49: E231 missing whitespace after ','
__init__.py:389:62: E231 missing whitespace after ','
__init__.py:417:21: E231 missing whitespace after ','
__init__.py:417:35: E231 missing whitespace after ','
__init__.py:417:50: E231 missing whitespace after ','
__init__.py:438:35: E231 missing whitespace after ','
__init__.py:445:21: E231 missing whitespace after ','
__init__.py:458:44: E231 missing whitespace after ','
__init__.py:461:36: E231 missing whitespace after ','
__init__.py:463:61: E228 missing whitespace around modulo operator
__init__.py:463:69: E231 missing whitespace after ','
__init__.py:463:80: E501 line too long (80 > 79 characters)
__init__.py:468:36: E231 missing whitespace after ','
__init__.py:470:58: E228 missing whitespace around modulo operator
__init__.py:473:52: W291 trailing whitespace
__init__.py:476:69: E231 missing whitespace after ','
__init__.py:478:53: E231 missing whitespace after ','
__init__.py:497:32: E231 missing whitespace after ','
__init__.py:497:44: E231 missing whitespace after ','
__init__.py:499:31: E231 missing whitespace after ','
__init__.py:500:50: E231 missing whitespace after ','
__init__.py:500:54: E231 missing whitespace after ','
__init__.py:511:30: E231 missing whitespace after ','
__init__.py:511:42: E231 missing whitespace after ','
__init__.py:513:31: E231 missing whitespace after ','
__init__.py:514:48: E231 missing whitespace after ','
__init__.py:514:52: E231 missing whitespace after ','
__init__.py:531:30: E231 missing whitespace after ','
__init__.py:536:32: E231 missing whitespace after ','
__init__.py:548:29: E231 missing whitespace after ','
__init__.py:564:30: E231 missing whitespace after ','
__init__.py:577:42: E231 missing whitespace after ','
__init__.py:583:42: E231 missing whitespace after ','
__init__.py:589:42: E231 missing whitespace after ','
__init__.py:595:42: E231 missing whitespace after ','
__init__.py:599:1: W391 blank line at end of file
fields.py:15:1: E302 expected 2 blank lines, found 1
fields.py:39:1: W293 blank line contains whitespace
fields.py:45:22: E231 missing whitespace after ','
fields.py:59:29: E231 missing whitespace after ','
fields.py:59:35: E231 missing whitespace after ','
fields.py:59:50: E231 missing whitespace after ','
fields.py:59:63: E231 missing whitespace after ','
fields.py:61:30: E231 missing whitespace after ','
fields.py:61:34: E231 missing whitespace after ','
fields.py:65:71: W291 trailing whitespace
fields.py:71:30: E231 missing whitespace after ','
fields.py:71:34: E231 missing whitespace after ','
fields.py:89:24: E231 missing whitespace after ','
fields.py:97:31: E231 missing whitespace after ','
fields.py:97:35: E231 missing whitespace after ','
fields.py:97:39: E231 missing whitespace after ','
fields.py:101:29: E231 missing whitespace after ','
fields.py:101:33: E231 missing whitespace after ','
fields.py:101:39: E231 missing whitespace after ','
fields.py:105:21: E231 missing whitespace after ','
fields.py:105:30: E231 missing whitespace after ','
fields.py:110:21: E231 missing whitespace after ','
fields.py:110:30: E231 missing whitespace after ','
fields.py:113:28: E231 missing whitespace after ','
fields.py:113:33: E231 missing whitespace after ','
fields.py:116:30: E231 missing whitespace after ','
fields.py:123:19: E231 missing whitespace after ','
fields.py:162:22: E231 missing whitespace after ','
fields.py:163:20: E231 missing whitespace after ','
fields.py:174:5: E301 expected 1 blank line, found 0
fields.py:174:27: E231 missing whitespace after ','
fields.py:176:38: E231 missing whitespace after ','
fields.py:182:46: E231 missing whitespace after ','
fields.py:182:51: E231 missing whitespace after ','
fields.py:185:5: E301 expected 1 blank line, found 0
fields.py:185:26: E231 missing whitespace after ','
fields.py:187:36: E231 missing whitespace after ','
fields.py:189:21: E231 missing whitespace after ','
fields.py:189:30: E231 missing whitespace after ','
fields.py:190:26: E231 missing whitespace after ','
fields.py:190:49: E231 missing whitespace after ','
fields.py:195:30: E231 missing whitespace after ','
fields.py:195:34: E231 missing whitespace after ','
fields.py:201:31: E231 missing whitespace after ','
fields.py:204:16: E231 missing whitespace after ','
fields.py:208:37: E231 missing whitespace after ','
fields.py:215:30: E231 missing whitespace after ','
fields.py:215:34: E231 missing whitespace after ','
fields.py:221:44: E231 missing whitespace after ','
fields.py:226:54: E231 missing whitespace after ','
fields.py:226:80: E501 line too long (80 > 79 characters)
fields.py:229:25: E231 missing whitespace after ','
fields.py:232:31: E231 missing whitespace after ','
fields.py:232:35: E231 missing whitespace after ','
fields.py:232:39: E231 missing whitespace after ','
fields.py:235:40: E231 missing whitespace after ','
fields.py:236:47: E231 missing whitespace after ','
fields.py:239:20: E231 missing whitespace after ','
fields.py:242:47: E231 missing whitespace after ','
fields.py:242:50: E231 missing whitespace after ','
fields.py:244:40: E231 missing whitespace after ','
fields.py:246:27: E231 missing whitespace after ','
fields.py:251:60: E231 missing whitespace after ','
fields.py:253:64: E231 missing whitespace after ','
fields.py:254:56: E231 missing whitespace after ','
fields.py:255:47: E231 missing whitespace after ','
fields.py:255:50: E231 missing whitespace after ','
fields.py:257:29: E231 missing whitespace after ','
fields.py:257:33: E231 missing whitespace after ','
fields.py:257:37: E231 missing whitespace after ','
fields.py:266:43: E231 missing whitespace after ','
fields.py:271:24: E231 missing whitespace after ','
fields.py:282:31: E231 missing whitespace after ','
fields.py:287:64: E231 missing whitespace after ','
fields.py:289:68: E231 missing whitespace after ','
fields.py:290:63: E231 missing whitespace after ','
fields.py:291:43: E231 missing whitespace after ','
fields.py:291:50: E231 missing whitespace after ','
fields.py:291:60: E231 missing whitespace after ','
fields.py:293:25: E231 missing whitespace after ','
fields.py:293:29: E231 missing whitespace after ','
fields.py:293:36: E231 missing whitespace after ','
fields.py:293:46: E231 missing whitespace after ','
fields.py:296:31: E231 missing whitespace after ','
fields.py:296:41: E231 missing whitespace after ','
fields.py:296:47: E231 missing whitespace after ','
fields.py:296:51: E231 missing whitespace after ','
fields.py:296:58: E231 missing whitespace after ','
fields.py:299:52: E231 missing whitespace after ','
fields.py:299:58: E231 missing whitespace after ','
fields.py:299:62: E231 missing whitespace after ','
fields.py:302:47: E231 missing whitespace after ','
fields.py:302:57: E231 missing whitespace after ','
fields.py:304:47: E231 missing whitespace after ','
fields.py:306:25: E231 missing whitespace after ','
fields.py:309:26: E231 missing whitespace after ','
fields.py:314:31: E231 missing whitespace after ','
fields.py:319:1: E303 too many blank lines (3)
fields.py:328:22: E231 missing whitespace after ','
fields.py:329:20: E231 missing whitespace after ','
fields.py:330:39: E231 missing whitespace after ','
fields.py:333:31: E231 missing whitespace after ','
fields.py:335:32: E231 missing whitespace after ','
fields.py:341:25: E231 missing whitespace after ','
fields.py:347:25: E231 missing whitespace after ','
fields.py:356:72: W291 trailing whitespace
fields.py:366:22: E231 missing whitespace after ','
fields.py:367:22: E231 missing whitespace after ','
fields.py:371:21: E231 missing whitespace after ','
fields.py:371:30: E231 missing whitespace after ','
fields.py:374:25: E231 missing whitespace after ','
fields.py:377:32: E231 missing whitespace after ','
fields.py:377:38: E231 missing whitespace after ','
fields.py:377:46: E231 missing whitespace after ','
fields.py:381:29: E231 missing whitespace after ','
fields.py:381:33: E231 missing whitespace after ','
fields.py:381:37: E231 missing whitespace after ','
fields.py:384:29: E231 missing whitespace after ','
fields.py:384:55: E231 missing whitespace after ','
fields.py:384:59: E231 missing whitespace after ','
fields.py:386:31: E231 missing whitespace after ','
fields.py:386:35: E231 missing whitespace after ','
fields.py:386:39: E231 missing whitespace after ','
fields.py:389:29: E231 missing whitespace after ','
fields.py:389:57: E231 missing whitespace after ','
fields.py:389:61: E231 missing whitespace after ','
fields.py:391:26: E231 missing whitespace after ','
fields.py:410:22: E231 missing whitespace after ','
fields.py:410:32: E231 missing whitespace after ','
fields.py:412:20: E231 missing whitespace after ','
fields.py:416:5: E301 expected 1 blank line, found 0
fields.py:416:23: E231 missing whitespace after ','
fields.py:419:30: E231 missing whitespace after ','
fields.py:421:21: E231 missing whitespace after ','
fields.py:421:30: E231 missing whitespace after ','
fields.py:424:80: E501 line too long (88 > 79 characters)
fields.py:425:17: E128 continuation line under-indented for visual indent
fields.py:435:1: W293 blank line contains whitespace
fields.py:438:26: E231 missing whitespace after ','
fields.py:443:26: E231 missing whitespace after ','
fields.py:446:64: E231 missing whitespace after ','
fields.py:448:64: E231 missing whitespace after ','
fields.py:452:16: E231 missing whitespace after ','
fields.py:453:30: E231 missing whitespace after ','
fields.py:455:60: E231 missing whitespace after ','
fields.py:457:70: E231 missing whitespace after ','
fields.py:460:30: E231 missing whitespace after ','
fields.py:460:34: E231 missing whitespace after ','
fields.py:468:29: E231 missing whitespace after ','
fields.py:471:31: E231 missing whitespace after ','
fields.py:471:35: E231 missing whitespace after ','
fields.py:471:39: E231 missing whitespace after ','
fields.py:474:29: E231 missing whitespace after ','
fields.py:474:33: E231 missing whitespace after ','
fields.py:474:37: E231 missing whitespace after ','
fields.py:518:22: E231 missing whitespace after ','
fields.py:518:28: E231 missing whitespace after ','
fields.py:519:28: E231 missing whitespace after ','
fields.py:522:40: E231 missing whitespace after ','
fields.py:523:19: E231 missing whitespace after ','
fields.py:531:29: E231 missing whitespace after ','
fields.py:533:29: E231 missing whitespace after ','
fields.py:536:5: E301 expected 1 blank line, found 0
fields.py:536:24: E231 missing whitespace after ','
fields.py:538:32: E231 missing whitespace after ','
fields.py:540:21: E231 missing whitespace after ','
fields.py:540:30: E231 missing whitespace after ','
fields.py:541:25: E231 missing whitespace after ','
fields.py:541:48: E231 missing whitespace after ','
fields.py:544:30: E231 missing whitespace after ','
fields.py:545:37: E231 missing whitespace after ','
fields.py:547:30: E231 missing whitespace after ','
fields.py:547:34: E231 missing whitespace after ','
fields.py:552:29: E231 missing whitespace after ','
fields.py:557:37: E231 missing whitespace after ','
fields.py:563:49: E231 missing whitespace after ','
fields.py:568:33: E231 missing whitespace after ','
fields.py:574:24: E231 missing whitespace after ','
fields.py:577:80: E501 line too long (87 > 79 characters)
fields.py:579:80: E501 line too long (85 > 79 characters)
fields.py:581:29: E231 missing whitespace after ','
fields.py:581:33: E231 missing whitespace after ','
fields.py:581:39: E231 missing whitespace after ','
fields.py:583:70: W291 trailing whitespace
fields.py:592:59: E231 missing whitespace after ','
fields.py:592:64: E231 missing whitespace after ','
fields.py:615:80: E501 line too long (80 > 79 characters)
fields.py:695:5: E301 expected 1 blank line, found 0
fields.py:699:21: E231 missing whitespace after ','
fields.py:699:30: E231 missing whitespace after ','
fields.py:703:9: E301 expected 1 blank line, found 0
fields.py:705:13: E301 expected 1 blank line, found 0
fields.py:719:29: E231 missing whitespace after ','
fields.py:739:80: E501 line too long (108 > 79 characters)
fields.py:741:80: E501 line too long (82 > 79 characters)
fields.py:750:80: E501 line too long (87 > 79 characters)
fields.py:752:80: E501 line too long (85 > 79 characters)
fields.py:756:80: E501 line too long (88 > 79 characters)
fields.py:760:80: E501 line too long (124 > 79 characters)
fields.py:760:112: E231 missing whitespace after ','
fields.py:760:117: E231 missing whitespace after ','
fields.py:765:44: E228 missing whitespace around modulo operator
fields.py:765:66: E228 missing whitespace around modulo operator
fields.py:765:80: E501 line too long (80 > 79 characters)
fields.py:778:22: E231 missing whitespace after ','
fields.py:778:30: E231 missing whitespace after ','
fields.py:781:32: E231 missing whitespace after ','
fields.py:783:34: E231 missing whitespace after ','
fields.py:786:80: E501 line too long (87 > 79 characters)
fields.py:788:21: E231 missing whitespace after ','
fields.py:790:30: E231 missing whitespace after ','
fields.py:790:34: E231 missing whitespace after ','
fields.py:794:45: E231 missing whitespace after ','
fields.py:802:29: E231 missing whitespace after ','
fields.py:802:33: E231 missing whitespace after ','
fields.py:802:38: E231 missing whitespace after ','
fields.py:805:80: E501 line too long (101 > 79 characters)
fields.py:817:21: E231 missing whitespace after ','
fields.py:817:30: E231 missing whitespace after ','
fields.py:818:28: E231 missing whitespace after ','
fields.py:819:32: E231 missing whitespace after ','
fields.py:826:42: E231 missing whitespace after ','
fields.py:828:29: E231 missing whitespace after ','
fields.py:828:52: E231 missing whitespace after ','
fields.py:830:30: E231 missing whitespace after ','
fields.py:830:34: E231 missing whitespace after ','
fields.py:831:60: E231 missing whitespace after ','
fields.py:832:29: E231 missing whitespace after ','
fields.py:837:28: E231 missing whitespace after ','
fields.py:837:32: E231 missing whitespace after ','
fields.py:837:36: E231 missing whitespace after ','
fields.py:840:1: W391 blank line at end of file
test.py:25:26: E231 missing whitespace after ','
test.py:28:24: E231 missing whitespace after ','
test.py:29:24: E231 missing whitespace after ','
test.py:30:25: E231 missing whitespace after ','
test.py:31:41: E231 missing whitespace after ','
test.py:36:1: W293 blank line contains whitespace
test.py:39:1: E303 too many blank lines (3)
test.py:57:57: E231 missing whitespace after ','
test.py:59:28: E231 missing whitespace after ','
test.py:63:28: E231 missing whitespace after ','
test.py:66:32: E231 missing whitespace after ','
test.py:72:1: E303 too many blank lines (3)
test.py:75:5: E303 too many blank lines (2)
test.py:93:43: E231 missing whitespace after ','
test.py:93:55: E231 missing whitespace after ','
test.py:94:43: E231 missing whitespace after ','
test.py:94:55: E231 missing whitespace after ','
test.py:95:43: E231 missing whitespace after ','
test.py:95:55: E231 missing whitespace after ','
test.py:98:43: E231 missing whitespace after ','
test.py:98:55: E231 missing whitespace after ','
test.py:102:36: E231 missing whitespace after ','
test.py:103:49: E231 missing whitespace after ','
test.py:104:51: E231 missing whitespace after ','
test.py:104:80: E501 line too long (104 > 79 characters)
test.py:105:50: E231 missing whitespace after ','
test.py:105:65: E231 missing whitespace after ','
test.py:105:80: E501 line too long (80 > 79 characters)
test.py:107:36: E231 missing whitespace after ','
test.py:108:49: E231 missing whitespace after ','
test.py:108:80: E501 line too long (83 > 79 characters)
test.py:109:51: E231 missing whitespace after ','
test.py:109:80: E501 line too long (90 > 79 characters)
test.py:110:50: E231 missing whitespace after ','
test.py:110:65: E231 missing whitespace after ','
test.py:110:80: E501 line too long (118 > 79 characters)
test.py:110:102: E231 missing whitespace after ','
test.py:113:5: E303 too many blank lines (2)
test.py:117:41: E231 missing whitespace after ','
test.py:117:53: E231 missing whitespace after ','
test.py:118:41: E231 missing whitespace after ','
test.py:118:53: E231 missing whitespace after ','
test.py:119:41: E231 missing whitespace after ','
test.py:119:53: E231 missing whitespace after ','
test.py:121:41: E231 missing whitespace after ','
test.py:121:53: E231 missing whitespace after ','
test.py:122:41: E231 missing whitespace after ','
test.py:122:53: E231 missing whitespace after ','
test.py:123:41: E231 missing whitespace after ','
test.py:123:53: E231 missing whitespace after ','
test.py:125:41: E231 missing whitespace after ','
test.py:125:53: E231 missing whitespace after ','
test.py:126:41: E231 missing whitespace after ','
test.py:126:53: E231 missing whitespace after ','
test.py:126:80: E501 line too long (80 > 79 characters)
test.py:127:41: E231 missing whitespace after ','
test.py:127:53: E231 missing whitespace after ','
test.py:129:37: E231 missing whitespace after ','
test.py:129:49: E231 missing whitespace after ','
test.py:130:37: E231 missing whitespace after ','
test.py:130:49: E231 missing whitespace after ','
test.py:131:37: E231 missing whitespace after ','
test.py:131:49: E231 missing whitespace after ','
test.py:134:5: E303 too many blank lines (2)
test.py:143:80: E501 line too long (98 > 79 characters)
test.py:145:43: E231 missing whitespace after ','
test.py:145:55: E231 missing whitespace after ','
test.py:146:43: E231 missing whitespace after ','
test.py:146:55: E231 missing whitespace after ','
test.py:147:43: E231 missing whitespace after ','
test.py:147:55: E231 missing whitespace after ','
test.py:148:43: E231 missing whitespace after ','
test.py:148:55: E231 missing whitespace after ','
test.py:148:80: E501 line too long (94 > 79 characters)
test.py:150:80: E501 line too long (101 > 79 characters)
test.py:153:80: E501 line too long (140 > 79 characters)
test.py:154:80: E501 line too long (141 > 79 characters)
test.py:158:36: E231 missing whitespace after ','
test.py:158:80: E501 line too long (97 > 79 characters)
test.py:159:49: E231 missing whitespace after ','
test.py:159:80: E501 line too long (88 > 79 characters)
test.py:160:51: E231 missing whitespace after ','
test.py:160:80: E501 line too long (143 > 79 characters)
test.py:161:50: E231 missing whitespace after ','
test.py:161:65: E231 missing whitespace after ','
test.py:161:80: E501 line too long (119 > 79 characters)
test.py:163:36: E231 missing whitespace after ','
test.py:164:49: E231 missing whitespace after ','
test.py:164:80: E501 line too long (83 > 79 characters)
test.py:165:51: E231 missing whitespace after ','
test.py:165:80: E501 line too long (90 > 79 characters)
test.py:166:50: E231 missing whitespace after ','
test.py:166:65: E231 missing whitespace after ','
test.py:166:80: E501 line too long (118 > 79 characters)
test.py:166:102: E231 missing whitespace after ','
test.py:178:80: E501 line too long (158 > 79 characters)
test.py:184:43: E231 missing whitespace after ','
test.py:184:55: E231 missing whitespace after ','
test.py:187:43: E231 missing whitespace after ','
test.py:187:55: E231 missing whitespace after ','
test.py:192:43: E231 missing whitespace after ','
test.py:192:55: E231 missing whitespace after ','
test.py:196:5: E303 too many blank lines (2)
test.py:209:43: E231 missing whitespace after ','
test.py:209:55: E231 missing whitespace after ','
test.py:210:43: E231 missing whitespace after ','
test.py:210:55: E231 missing whitespace after ','
test.py:210:80: E501 line too long (96 > 79 characters)
test.py:211:43: E231 missing whitespace after ','
test.py:211:55: E231 missing whitespace after ','
test.py:211:80: E501 line too long (110 > 79 characters)
test.py:214:43: E231 missing whitespace after ','
test.py:214:55: E231 missing whitespace after ','
test.py:215:43: E231 missing whitespace after ','
test.py:215:55: E231 missing whitespace after ','
test.py:215:80: E501 line too long (96 > 79 characters)
test.py:216:43: E231 missing whitespace after ','
test.py:216:55: E231 missing whitespace after ','
test.py:216:80: E501 line too long (97 > 79 characters)
test.py:221:49: E231 missing whitespace after ','
test.py:221:80: E501 line too long (87 > 79 characters)
test.py:224:49: E231 missing whitespace after ','
test.py:224:80: E501 line too long (91 > 79 characters)
test.py:228:5: E303 too many blank lines (3)
test.py:232:39: E231 missing whitespace after ','
test.py:234:43: E231 missing whitespace after ','
test.py:234:56: E231 missing whitespace after ','
test.py:234:80: E501 line too long (80 > 79 characters)
test.py:235:43: E231 missing whitespace after ','
test.py:235:56: E231 missing whitespace after ','
test.py:235:80: E501 line too long (93 > 79 characters)
test.py:237:44: E231 missing whitespace after ','
test.py:240:5: E303 too many blank lines (2)
test.py:248:80: E501 line too long (105 > 79 characters)
test.py:249:37: E231 missing whitespace after ','
test.py:250:34: E231 missing whitespace after ','
test.py:251:35: E231 missing whitespace after ','
test.py:252:36: E231 missing whitespace after ','
test.py:255:43: E231 missing whitespace after ','
test.py:255:55: E231 missing whitespace after ','
test.py:255:80: E501 line too long (151 > 79 characters)
test.py:256:43: E231 missing whitespace after ','
test.py:256:55: E231 missing whitespace after ','
test.py:256:80: E501 line too long (153 > 79 characters)
test.py:259:43: E231 missing whitespace after ','
test.py:259:55: E231 missing whitespace after ','
test.py:259:80: E501 line too long (143 > 79 characters)
test.py:262:5: E303 too many blank lines (2)
test.py:265:60: E231 missing whitespace after ','
test.py:268:5: E303 too many blank lines (2)
test.py:279:54: E231 missing whitespace after ','
test.py:281:54: E231 missing whitespace after ','
test.py:283:54: E231 missing whitespace after ','
test.py:286:5: E303 too many blank lines (2)
test.py:291:35: E231 missing whitespace after ','
test.py:292:80: E501 line too long (83 > 79 characters)
test.py:293:35: E231 missing whitespace after ','
test.py:296:49: E231 missing whitespace after ','
test.py:296:80: E501 line too long (105 > 79 characters)
test.py:302:49: E231 missing whitespace after ','
test.py:302:80: E501 line too long (96 > 79 characters)
test.py:305:5: E303 too many blank lines (2)
test.py:312:9: E301 expected 1 blank line, found 0
test.py:315:49: E231 missing whitespace after ','
test.py:315:80: E501 line too long (116 > 79 characters)
test.py:318:5: E303 too many blank lines (2)
test.py:323:9: E301 expected 1 blank line, found 0
test.py:326:9: E301 expected 1 blank line, found 0
test.py:330:9: E301 expected 1 blank line, found 0
test.py:333:36: E231 missing whitespace after ','
test.py:334:38: E231 missing whitespace after ','
test.py:334:43: E231 missing whitespace after ','
test.py:335:37: E231 missing whitespace after ','
test.py:335:44: E231 missing whitespace after ','
test.py:337:80: E501 line too long (103 > 79 characters)
test.py:338:39: E231 missing whitespace after ','
test.py:339:40: E231 missing whitespace after ','
test.py:340:32: E231 missing whitespace after ','
test.py:342:80: E501 line too long (146 > 79 characters)
test.py:343:39: E231 missing whitespace after ','
test.py:344:37: E231 missing whitespace after ','
test.py:345:40: E231 missing whitespace after ','
test.py:347:80: E501 line too long (191 > 79 characters)
test.py:348:39: E231 missing whitespace after ','
test.py:349:37: E231 missing whitespace after ','
test.py:350:40: E231 missing whitespace after ','
test.py:351:40: E231 missing whitespace after ','
test.py:352:36: E231 missing whitespace after ','
test.py:354:43: E231 missing whitespace after ','
test.py:354:54: E231 missing whitespace after ','
test.py:354:80: E501 line too long (105 > 79 characters)
test.py:355:43: E231 missing whitespace after ','
test.py:355:54: E231 missing whitespace after ','
test.py:355:80: E501 line too long (101 > 79 characters)
test.py:356:1: W293 blank line contains whitespace
test.py:359:58: E251 unexpected spaces around keyword / parameter equals
test.py:359:60: E251 unexpected spaces around keyword / parameter equals
test.py:359:72: E251 unexpected spaces around keyword / parameter equals
test.py:359:74: E251 unexpected spaces around keyword / parameter equals
test.py:360:37: E231 missing whitespace after ','
test.py:362:37: E231 missing whitespace after ','
test.py:365:44: E231 missing whitespace after ','
test.py:366:38: E231 missing whitespace after ','
test.py:368:49: E231 missing whitespace after ','
test.py:368:80: E501 line too long (116 > 79 characters)
test.py:369:59: E231 missing whitespace after ','
test.py:369:80: E501 line too long (126 > 79 characters)
test.py:370:34: E231 missing whitespace after ','
test.py:371:49: E231 missing whitespace after ','
test.py:371:80: E501 line too long (151 > 79 characters)
test.py:372:59: E231 missing whitespace after ','
test.py:372:80: E501 line too long (161 > 79 characters)
test.py:375:5: E303 too many blank lines (2)
test.py:381:9: E301 expected 1 blank line, found 0
test.py:384:49: E231 missing whitespace after ','
test.py:384:59: E231 missing whitespace after ','
test.py:385:9: E301 expected 1 blank line, found 0
test.py:388:9: E301 expected 1 blank line, found 0
test.py:391:36: E231 missing whitespace after ','
test.py:393:80: E501 line too long (137 > 79 characters)
test.py:394:39: E231 missing whitespace after ','
test.py:395:40: E231 missing whitespace after ','
test.py:396:32: E231 missing whitespace after ','
test.py:398:80: E501 line too long (184 > 79 characters)
test.py:399:39: E231 missing whitespace after ','
test.py:400:37: E231 missing whitespace after ','
test.py:401:40: E231 missing whitespace after ','
test.py:403:43: E231 missing whitespace after ','
test.py:403:54: E231 missing whitespace after ','
test.py:403:80: E501 line too long (105 > 79 characters)
test.py:404:43: E231 missing whitespace after ','
test.py:404:54: E231 missing whitespace after ','
test.py:404:80: E501 line too long (101 > 79 characters)
test.py:407:44: E231 missing whitespace after ','
test.py:409:38: E231 missing whitespace after ','
test.py:411:49: E231 missing whitespace after ','
test.py:411:80: E501 line too long (160 > 79 characters)
test.py:413:34: E231 missing whitespace after ','
test.py:414:49: E231 missing whitespace after ','
test.py:414:80: E501 line too long (197 > 79 characters)
test.py:416:80: E501 line too long (130 > 79 characters)
test.py:417:34: E231 missing whitespace after ','
test.py:418:80: E501 line too long (134 > 79 characters)
test.py:419:34: E231 missing whitespace after ','
test.py:420:80: E501 line too long (141 > 79 characters)
test.py:421:34: E231 missing whitespace after ','
test.py:422:80: E501 line too long (147 > 79 characters)
test.py:423:34: E231 missing whitespace after ','
test.py:426:5: E303 too many blank lines (2)
test.py:431:9: E301 expected 1 blank line, found 0
test.py:434:9: E301 expected 1 blank line, found 0
test.py:436:9: E301 expected 1 blank line, found 0
test.py:438:37: E231 missing whitespace after ','
test.py:439:62: E231 missing whitespace after ','
test.py:440:43: E231 missing whitespace after ','
test.py:440:61: E231 missing whitespace after ','
test.py:442:80: E501 line too long (103 > 79 characters)
test.py:443:39: E231 missing whitespace after ','
test.py:444:43: E231 missing whitespace after ','
test.py:445:37: E231 missing whitespace after ','
test.py:446:38: E231 missing whitespace after ','
test.py:448:80: E501 line too long (172 > 79 characters)
test.py:449:39: E231 missing whitespace after ','
test.py:450:40: E231 missing whitespace after ','
test.py:451:43: E231 missing whitespace after ','
test.py:452:36: E231 missing whitespace after ','
test.py:453:37: E231 missing whitespace after ','
test.py:454:38: E231 missing whitespace after ','
test.py:456:43: E231 missing whitespace after ','
test.py:456:54: E231 missing whitespace after ','
test.py:456:80: E501 line too long (105 > 79 characters)
test.py:457:43: E231 missing whitespace after ','
test.py:457:54: E231 missing whitespace after ','
test.py:457:80: E501 line too long (101 > 79 characters)
test.py:458:43: E231 missing whitespace after ','
test.py:458:54: E231 missing whitespace after ','
test.py:458:80: E501 line too long (185 > 79 characters)
test.py:461:38: E231 missing whitespace after ','
test.py:462:44: E231 missing whitespace after ','
test.py:465:49: E231 missing whitespace after ','
test.py:465:80: E501 line too long (116 > 79 characters)
test.py:467:39: E231 missing whitespace after ','
test.py:469:49: E231 missing whitespace after ','
test.py:469:80: E501 line too long (169 > 79 characters)
test.py:472:38: E231 missing whitespace after ','
test.py:474:9: E301 expected 1 blank line, found 0
test.py:475:40: E231 missing whitespace after ','
test.py:475:57: E231 missing whitespace after ','
test.py:479:44: E231 missing whitespace after ','
test.py:481:49: E231 missing whitespace after ','
test.py:481:80: E501 line too long (169 > 79 characters)
test.py:482:44: E231 missing whitespace after ','
test.py:484:80: E501 line too long (190 > 79 characters)
test.py:487:43: E251 unexpected spaces around keyword / parameter equals
test.py:487:45: E251 unexpected spaces around keyword / parameter equals
test.py:487:80: E501 line too long (222 > 79 characters)
test.py:490:80: E501 line too long (206 > 79 characters)
test.py:495:62: E231 missing whitespace after ','
test.py:498:43: E231 missing whitespace after ','
test.py:498:53: E231 missing whitespace after ','
test.py:500:33: E231 missing whitespace after ','
test.py:504:38: E231 missing whitespace after ','
test.py:504:42: E231 missing whitespace after ','
test.py:506:9: E301 expected 1 blank line, found 0
test.py:508:37: E231 missing whitespace after ','
test.py:508:52: E231 missing whitespace after ','
test.py:508:80: E501 line too long (92 > 79 characters)
test.py:511:5: E303 too many blank lines (2)
test.py:514:66: E231 missing whitespace after ','
test.py:514:80: E501 line too long (93 > 79 characters)
test.py:514:81: E231 missing whitespace after ','
test.py:520:62: E231 missing whitespace after ','
test.py:521:60: E231 missing whitespace after ','
test.py:524:76: E231 missing whitespace after ','
test.py:524:80: E501 line too long (81 > 79 characters)
test.py:525:43: E231 missing whitespace after ','
test.py:525:57: E231 missing whitespace after ','
test.py:525:80: E501 line too long (95 > 79 characters)
test.py:527:25: E231 missing whitespace after ','
test.py:528:44: E231 missing whitespace after ','
test.py:533:80: E501 line too long (92 > 79 characters)
test.py:533:84: E231 missing whitespace after ','
test.py:533:88: E231 missing whitespace after ','
test.py:534:43: E231 missing whitespace after ','
test.py:534:57: E231 missing whitespace after ','
test.py:534:80: E501 line too long (87 > 79 characters)
test.py:537:5: E303 too many blank lines (2)
test.py:541:41: E251 unexpected spaces around keyword / parameter equals
test.py:541:43: E251 unexpected spaces around keyword / parameter equals
test.py:542:9: E301 expected 1 blank line, found 0
test.py:543:44: E251 unexpected spaces around keyword / parameter equals
test.py:543:46: E251 unexpected spaces around keyword / parameter equals
test.py:545:80: E501 line too long (113 > 79 characters)
test.py:551:43: E251 unexpected spaces around keyword / parameter equals
test.py:551:45: E251 unexpected spaces around keyword / parameter equals
test.py:551:80: E501 line too long (109 > 79 characters)
test.py:553:37: E251 unexpected spaces around keyword / parameter equals
test.py:553:39: E251 unexpected spaces around keyword / parameter equals
test.py:555:9: E301 expected 1 blank line, found 0
test.py:556:41: E251 unexpected spaces around keyword / parameter equals
test.py:556:43: E251 unexpected spaces around keyword / parameter equals
test.py:556:57: E251 unexpected spaces around keyword / parameter equals
test.py:556:59: E251 unexpected spaces around keyword / parameter equals
test.py:560:56: E251 unexpected spaces around keyword / parameter equals
test.py:560:58: E251 unexpected spaces around keyword / parameter equals
test.py:560:73: E251 unexpected spaces around keyword / parameter equals
test.py:560:75: E251 unexpected spaces around keyword / parameter equals
test.py:560:80: E501 line too long (80 > 79 characters)
test.py:561:80: E501 line too long (113 > 79 characters)
test.py:565:44: E251 unexpected spaces around keyword / parameter equals
test.py:565:46: E251 unexpected spaces around keyword / parameter equals
test.py:565:62: E251 unexpected spaces around keyword / parameter equals
test.py:565:64: E251 unexpected spaces around keyword / parameter equals
test.py:566:80: E501 line too long (146 > 79 characters)
test.py:573:43: E251 unexpected spaces around keyword / parameter equals
test.py:573:45: E251 unexpected spaces around keyword / parameter equals
test.py:573:80: E501 line too long (124 > 79 characters)
test.py:579:33: E231 missing whitespace after ','
test.py:580:43: E231 missing whitespace after ','
test.py:580:53: E231 missing whitespace after ','
test.py:586:9: E301 expected 1 blank line, found 0
test.py:591:44: E251 unexpected spaces around keyword / parameter equals
test.py:591:46: E251 unexpected spaces around keyword / parameter equals
test.py:591:64: E251 unexpected spaces around keyword / parameter equals
test.py:591:66: E251 unexpected spaces around keyword / parameter equals
test.py:596:5: E303 too many blank lines (2)
test.py:598:38: E231 missing whitespace after ','
test.py:598:42: E231 missing whitespace after ','
test.py:600:9: E301 expected 1 blank line, found 0
test.py:601:59: E231 missing whitespace after ','
test.py:602:37: E231 missing whitespace after ','
test.py:602:52: E231 missing whitespace after ','
test.py:602:80: E501 line too long (84 > 79 characters)
test.py:607:9: E301 expected 1 blank line, found 0
test.py:608:37: E231 missing whitespace after ','
test.py:609:43: E231 missing whitespace after ','
test.py:609:57: E231 missing whitespace after ','
test.py:609:80: E501 line too long (123 > 79 characters)
test.py:612:5: E303 too many blank lines (2)
test.py:618:41: E231 missing whitespace after ','
test.py:618:52: E231 missing whitespace after ','
test.py:618:67: E231 missing whitespace after ','
test.py:624:37: E231 missing whitespace after ','
test.py:624:48: E231 missing whitespace after ','
test.py:625:60: E231 missing whitespace after ','
test.py:628:80: E501 line too long (107 > 79 characters)
test.py:628:105: E231 missing whitespace after ','
test.py:629:43: E231 missing whitespace after ','
test.py:629:57: E231 missing whitespace after ','
test.py:629:80: E501 line too long (146 > 79 characters)
test.py:631:34: E231 missing whitespace after ','
test.py:631:48: E231 missing whitespace after ','
test.py:631:67: E231 missing whitespace after ','
test.py:632:44: E231 missing whitespace after ','
test.py:637:80: E501 line too long (142 > 79 characters)
test.py:637:140: E231 missing whitespace after ','
test.py:638:43: E231 missing whitespace after ','
test.py:638:57: E231 missing whitespace after ','
test.py:638:80: E501 line too long (111 > 79 characters)
test.py:641:34: E231 missing whitespace after ','
test.py:642:44: E231 missing whitespace after ','
test.py:645:5: E303 too many blank lines (2)
test.py:648:41: E231 missing whitespace after ','
test.py:649:9: E301 expected 1 blank line, found 0
test.py:651:9: E301 expected 1 blank line, found 0
test.py:655:44: E231 missing whitespace after ','
test.py:657:80: E501 line too long (81 > 79 characters)
test.py:660:43: E231 missing whitespace after ','
test.py:660:51: E231 missing whitespace after ','
test.py:660:80: E501 line too long (93 > 79 characters)
test.py:661:43: E231 missing whitespace after ','
test.py:661:51: E231 missing whitespace after ','
test.py:664:44: E231 missing whitespace after ','
test.py:666:49: E231 missing whitespace after ','
test.py:666:80: E501 line too long (102 > 79 characters)
test.py:669:5: E303 too many blank lines (2)
test.py:672:53: E231 missing whitespace after ','
test.py:676:9: E301 expected 1 blank line, found 0
test.py:677:38: E231 missing whitespace after ','
test.py:677:42: E231 missing whitespace after ','
test.py:679:9: E301 expected 1 blank line, found 0
test.py:681:1: W293 blank line contains whitespace
test.py:682:37: E231 missing whitespace after ','
test.py:682:54: E231 missing whitespace after ','
test.py:682:80: E501 line too long (96 > 79 characters)
test.py:685:5: E303 too many blank lines (2)
test.py:688:54: E231 missing whitespace after ','
test.py:689:9: E301 expected 1 blank line, found 0
test.py:691:9: E301 expected 1 blank line, found 0
test.py:695:38: E231 missing whitespace after ','
test.py:696:48: E231 missing whitespace after ','
test.py:698:80: E501 line too long (106 > 79 characters)
test.py:699:38: E231 missing whitespace after ','
test.py:700:48: E231 missing whitespace after ','
test.py:704:5: E303 too many blank lines (2)
test.py:708:55: E231 missing whitespace after ','
test.py:718:80: E501 line too long (80 > 79 characters)
test.py:722:37: E231 missing whitespace after ','
test.py:722:51: E231 missing whitespace after ','
test.py:722:80: E501 line too long (104 > 79 characters)
test.py:723:80: E501 line too long (80 > 79 characters)
test.py:724:80: E501 line too long (82 > 79 characters)
test.py:732:80: E501 line too long (121 > 79 characters)
test.py:733:58: E231 missing whitespace after ','
test.py:734:63: E231 missing whitespace after ','
test.py:735:74: E231 missing whitespace after ','
test.py:735:80: E501 line too long (82 > 79 characters)
test.py:736:77: E231 missing whitespace after ','
test.py:736:80: E501 line too long (90 > 79 characters)
test.py:741:44: E231 missing whitespace after ','
test.py:744:44: E231 missing whitespace after ','
test.py:746:80: E501 line too long (90 > 79 characters)
test.py:747:67: E231 missing whitespace after ','
test.py:747:78: E231 missing whitespace after ','
test.py:747:80: E501 line too long (83 > 79 characters)
test.py:748:45: E231 missing whitespace after ','
test.py:754:80: E501 line too long (133 > 79 characters)
test.py:755:58: E231 missing whitespace after ','
test.py:758:5: E303 too many blank lines (2)
test.py:760:50: E231 missing whitespace after ','
test.py:762:30: E231 missing whitespace after ','
test.py:764:31: E231 missing whitespace after ','
test.py:771:50: E231 missing whitespace after ','
test.py:773:30: E231 missing whitespace after ','
test.py:774:49: E231 missing whitespace after ','
test.py:774:80: E501 line too long (86 > 79 characters)
test.py:777:5: E303 too many blank lines (2)
test.py:779:49: E231 missing whitespace after ','
test.py:781:30: E231 missing whitespace after ','
test.py:783:31: E231 missing whitespace after ','
test.py:786:30: E231 missing whitespace after ','
test.py:788:31: E231 missing whitespace after ','
test.py:795:49: E231 missing whitespace after ','
test.py:797:30: E231 missing whitespace after ','
test.py:799:31: E231 missing whitespace after ','
test.py:802:30: E231 missing whitespace after ','
test.py:804:31: E231 missing whitespace after ','
test.py:806:50: E231 missing whitespace after ','
test.py:806:80: E501 line too long (98 > 79 characters)
test.py:809:5: E303 too many blank lines (2)
test.py:817:9: E301 expected 1 blank line, found 0
test.py:822:80: E501 line too long (111 > 79 characters)
test.py:823:32: E231 missing whitespace after ','
test.py:824:33: E231 missing whitespace after ','
test.py:824:42: E231 missing whitespace after ','
test.py:825:34: E231 missing whitespace after ','
test.py:827:80: E501 line too long (121 > 79 characters)
test.py:828:32: E231 missing whitespace after ','
test.py:829:33: E231 missing whitespace after ','
test.py:829:42: E231 missing whitespace after ','
test.py:830:34: E231 missing whitespace after ','
test.py:832:43: E231 missing whitespace after ','
test.py:832:54: E231 missing whitespace after ','
test.py:832:80: E501 line too long (142 > 79 characters)
test.py:834:80: E501 line too long (121 > 79 characters)
test.py:835:32: E231 missing whitespace after ','
test.py:836:33: E231 missing whitespace after ','
test.py:836:42: E231 missing whitespace after ','
test.py:837:34: E231 missing whitespace after ','
test.py:840:5: E303 too many blank lines (2)
test.py:843:26: E225 missing whitespace around operator
test.py:844:52: E231 missing whitespace after ','
test.py:845:9: E301 expected 1 blank line, found 0
test.py:847:26: E225 missing whitespace around operator
test.py:854:55: E231 missing whitespace after ','
test.py:859:37: E231 missing whitespace after ','
test.py:859:80: E501 line too long (142 > 79 characters)
test.py:867:30: E231 missing whitespace after ','
test.py:867:36: E231 missing whitespace after ','
test.py:869:32: E231 missing whitespace after ','
test.py:869:53: E231 missing whitespace after ','
test.py:870:13: E301 expected 1 blank line, found 0
test.py:870:34: E231 missing whitespace after ','
test.py:872:43: E231 missing whitespace after ','
test.py:875:72: E231 missing whitespace after ','
test.py:879:26: E225 missing whitespace around operator
test.py:880:45: E231 missing whitespace after ','
test.py:881:45: E231 missing whitespace after ','
test.py:882:44: E231 missing whitespace after ','
test.py:884:25: E231 missing whitespace after ','
test.py:884:35: E231 missing whitespace after ','
test.py:888:55: E231 missing whitespace after ','
test.py:896:49: E231 missing whitespace after ','
test.py:896:62: E231 missing whitespace after ','
test.py:896:80: E501 line too long (129 > 79 characters)
test.py:902:30: E231 missing whitespace after ','
test.py:902:36: E231 missing whitespace after ','
test.py:904:32: E231 missing whitespace after ','
test.py:904:53: E231 missing whitespace after ','
test.py:905:13: E301 expected 1 blank line, found 0
test.py:905:34: E231 missing whitespace after ','
test.py:907:43: E231 missing whitespace after ','
test.py:910:72: E231 missing whitespace after ','
test.py:912:28: E231 missing whitespace after ','
test.py:913:72: E231 missing whitespace after ','
test.py:914:25: E231 missing whitespace after ','
test.py:914:35: E231 missing whitespace after ','
test.py:915:72: E231 missing whitespace after ','
test.py:918:5: E303 too many blank lines (2)
test.py:922:9: E301 expected 1 blank line, found 0
test.py:925:80: E501 line too long (110 > 79 characters)
test.py:926:30: E231 missing whitespace after ','
test.py:927:38: E231 missing whitespace after ','
test.py:928:41: E231 missing whitespace after ','
test.py:929:42: E231 missing whitespace after ','
test.py:930:41: E231 missing whitespace after ','
test.py:931:42: E231 missing whitespace after ','
test.py:934:41: E231 missing whitespace after ','
test.py:935:44: E231 missing whitespace after ','
test.py:936:49: E231 missing whitespace after ','
test.py:936:80: E501 line too long (148 > 79 characters)
test.py:939:5: E303 too many blank lines (2)
test.py:944:9: E301 expected 1 blank line, found 0
test.py:951:50: E231 missing whitespace after ','
test.py:955:50: E231 missing whitespace after ','
test.py:960:50: E231 missing whitespace after ','
test.py:962:24: E231 missing whitespace after ','
test.py:964:50: E231 missing whitespace after ','
test.py:966:24: E231 missing whitespace after ','
test.py:968:50: E231 missing whitespace after ','
test.py:971:5: E303 too many blank lines (2)
test.py:974:9: E301 expected 1 blank line, found 0
test.py:977:13: E301 expected 1 blank line, found 0
test.py:977:33: E231 missing whitespace after ','
test.py:979:42: E231 missing whitespace after ','
test.py:981:24: E231 missing whitespace after ','
test.py:983:30: E231 missing whitespace after ','
test.py:984:30: E231 missing whitespace after ','
test.py:986:34: E231 missing whitespace after ','
test.py:988:24: E231 missing whitespace after ','
test.py:990:30: E231 missing whitespace after ','
test.py:991:30: E231 missing whitespace after ','
test.py:993:34: E231 missing whitespace after ','
test.py:996:5: E303 too many blank lines (2)
test.py:999:37: E231 missing whitespace after ','
test.py:999:52: E231 missing whitespace after ','
test.py:999:80: E501 line too long (94 > 79 characters)
test.py:1000:37: E231 missing whitespace after ','
test.py:1000:46: E231 missing whitespace after ','
test.py:1003:39: E231 missing whitespace after ','
test.py:1004:37: E231 missing whitespace after ','
test.py:1004:52: E231 missing whitespace after ','
test.py:1004:80: E501 line too long (94 > 79 characters)
test.py:1005:37: E231 missing whitespace after ','
test.py:1005:46: E231 missing whitespace after ','
test.py:1008:39: E231 missing whitespace after ','
test.py:1009:37: E231 missing whitespace after ','
test.py:1009:52: E231 missing whitespace after ','
test.py:1009:80: E501 line too long (94 > 79 characters)
test.py:1010:37: E231 missing whitespace after ','
test.py:1010:46: E231 missing whitespace after ','
test.py:1013:5: E303 too many blank lines (2)
test.py:1017:62: E231 missing whitespace after ','
test.py:1019:80: E501 line too long (98 > 79 characters)
test.py:1020:33: E231 missing whitespace after ','
test.py:1020:40: E231 missing whitespace after ','
test.py:1022:80: E501 line too long (108 > 79 characters)
test.py:1025:43: E231 missing whitespace after ','
test.py:1025:58: E231 missing whitespace after ','
test.py:1025:80: E501 line too long (143 > 79 characters)
test.py:1026:43: E231 missing whitespace after ','
test.py:1026:58: E231 missing whitespace after ','
test.py:1026:80: E501 line too long (140 > 79 characters)
test.py:1027:1: W391 blank line at end of file
rfk commented 9 years ago

Sure! If you have the patience to put one together, I'd be grateful for the PR.

rfk commented 6 years ago

Thanks for reaching out. Unfortunately I am no longer actively maintaining this project, so I'm going to move it into archive mode:

https://rfk.id.au/blog/entry/archiving-open-source-projects/