prjemian / punx

Python Utilities for NeXus HDF5 files
https://prjemian.github.io/punx
5 stars 7 forks source link

flake8 compliance #139

Closed prjemian closed 2 years ago

prjemian commented 2 years ago

Make the Python code in this project to complete flake8 with no errors or warnings. Should make the code base easier to review by enforcing a consistent coding style.

flake8 --statistics ```bash ./versioneer.py:564:35: W605 invalid escape sequence '\s' ./versioneer.py:568:35: W605 invalid escape sequence '\s' ./versioneer.py:572:35: W605 invalid escape sequence '\s' ./versioneer.py:613:52: W605 invalid escape sequence '\d' ./versioneer.py:689:33: W605 invalid escape sequence '\d' ./setup.py:4:1: E265 block comment should start with '# ' ./setup.py:9:80: E501 line too long (99 > 79 characters) ./setup.py:12:1: E265 block comment should start with '# ' ./setup.py:14:1: F401 'setuptools.find_packages' imported but unused ./setup.py:16:1: F401 're' imported but unused ./setup.py:22:1: E402 module level import not at top of file ./setup.py:25:8: E225 missing whitespace around operator ./setup.py:30:6: E211 whitespace before '(' ./setup.py:31:9: E251 unexpected spaces around keyword / parameter equals ./setup.py:31:9: E221 multiple spaces before operator ./setup.py:31:23: E251 unexpected spaces around keyword / parameter equals ./setup.py:31:23: E222 multiple spaces after operator ./setup.py:32:12: E251 unexpected spaces around keyword / parameter equals ./setup.py:32:12: E221 multiple spaces before operator ./setup.py:32:23: E251 unexpected spaces around keyword / parameter equals ./setup.py:33:12: E251 unexpected spaces around keyword / parameter equals ./setup.py:33:12: E221 multiple spaces before operator ./setup.py:33:23: E251 unexpected spaces around keyword / parameter equals ./setup.py:34:13: E251 unexpected spaces around keyword / parameter equals ./setup.py:34:13: E221 multiple spaces before operator ./setup.py:34:23: E251 unexpected spaces around keyword / parameter equals ./setup.py:34:50: W291 trailing whitespace ./setup.py:35:16: E251 unexpected spaces around keyword / parameter equals ./setup.py:35:16: E221 multiple spaces before operator ./setup.py:35:23: E251 unexpected spaces around keyword / parameter equals ./setup.py:36:21: E251 unexpected spaces around keyword / parameter equals ./setup.py:36:23: E251 unexpected spaces around keyword / parameter equals ./setup.py:37:11: E251 unexpected spaces around keyword / parameter equals ./setup.py:37:11: E221 multiple spaces before operator ./setup.py:37:23: E251 unexpected spaces around keyword / parameter equals ./setup.py:38:17: E251 unexpected spaces around keyword / parameter equals ./setup.py:38:17: E221 multiple spaces before operator ./setup.py:38:23: E251 unexpected spaces around keyword / parameter equals ./setup.py:39:8: E251 unexpected spaces around keyword / parameter equals ./setup.py:39:8: E221 multiple spaces before operator ./setup.py:39:23: E251 unexpected spaces around keyword / parameter equals ./setup.py:40:5: E265 block comment should start with '# ' ./setup.py:41:13: E251 unexpected spaces around keyword / parameter equals ./setup.py:41:13: E221 multiple spaces before operator ./setup.py:41:23: E251 unexpected spaces around keyword / parameter equals ./setup.py:42:14: E251 unexpected spaces around keyword / parameter equals ./setup.py:42:14: E221 multiple spaces before operator ./setup.py:42:23: E251 unexpected spaces around keyword / parameter equals ./setup.py:43:21: E251 unexpected spaces around keyword / parameter equals ./setup.py:43:23: E251 unexpected spaces around keyword / parameter equals ./setup.py:44:16: E251 unexpected spaces around keyword / parameter equals ./setup.py:44:16: E221 multiple spaces before operator ./setup.py:44:23: E251 unexpected spaces around keyword / parameter equals ./setup.py:45:13: E251 unexpected spaces around keyword / parameter equals ./setup.py:45:13: E221 multiple spaces before operator ./setup.py:45:23: E251 unexpected spaces around keyword / parameter equals ./setup.py:46:5: E265 block comment should start with '# ' ./setup.py:47:17: E251 unexpected spaces around keyword / parameter equals ./setup.py:47:17: E221 multiple spaces before operator ./setup.py:47:23: E251 unexpected spaces around keyword / parameter equals ./setup.py:49:25: W291 trailing whitespace ./setup.py:50:27: W291 trailing whitespace ./setup.py:51:27: W291 trailing whitespace ./setup.py:60:16: E251 unexpected spaces around keyword / parameter equals ./setup.py:60:16: E221 multiple spaces before operator ./setup.py:60:23: E251 unexpected spaces around keyword / parameter equals ./setup.py:61:17: E251 unexpected spaces around keyword / parameter equals ./setup.py:61:17: E221 multiple spaces before operator ./setup.py:61:23: E251 unexpected spaces around keyword / parameter equals ./setup.py:66:9: E265 block comment should start with '# ' ./setup.py:68:15: E251 unexpected spaces around keyword / parameter equals ./setup.py:68:15: E221 multiple spaces before operator ./setup.py:68:23: E251 unexpected spaces around keyword / parameter equals ./_starter_.py:3:11: E401 multiple imports on one line ./_starter_.py:4:80: E501 line too long (83 > 79 characters) ./_starter_.py:21:1: E402 module level import not at top of file ./src/punx/nxdltree.py:4:1: E265 block comment should start with '# ' ./src/punx/nxdltree.py:9:80: E501 line too long (99 > 79 characters) ./src/punx/nxdltree.py:12:1: E265 block comment should start with '# ' ./src/punx/nxdltree.py:32:1: W293 blank line contains whitespace ./src/punx/nxdltree.py:34:1: W293 blank line contains whitespace ./src/punx/nxdltree.py:53:1: W293 blank line contains whitespace ./src/punx/nxdltree.py:59:80: E501 line too long (85 > 79 characters) ./src/punx/nxdltree.py:62:1: W293 blank line contains whitespace ./src/punx/nxdltree.py:70:1: W293 blank line contains whitespace ./src/punx/nxdltree.py:73:1: W293 blank line contains whitespace ./src/punx/nxdltree.py:75:1: W293 blank line contains whitespace ./src/punx/nxdltree.py:82:24: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdltree.py:82:26: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdltree.py:83:17: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdltree.py:83:19: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdltree.py:84:24: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdltree.py:84:26: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdltree.py:104:1: W293 blank line contains whitespace ./src/punx/nxdltree.py:105:80: E501 line too long (81 > 79 characters) ./src/punx/nxdltree.py:106:1: W293 blank line contains whitespace ./src/punx/nxdltree.py:108:1: W293 blank line contains whitespace ./src/punx/nxdltree.py:132:1: W293 blank line contains whitespace ./src/punx/nxdltree.py:143:9: F841 local variable 'msg' is assigned to but never used ./src/punx/github_handler.py:4:1: E265 block comment should start with '# ' ./src/punx/github_handler.py:9:80: E501 line too long (99 > 79 characters) ./src/punx/github_handler.py:12:1: E265 block comment should start with '# ' ./src/punx/github_handler.py:47:1: E265 block comment should start with '# ' ./src/punx/github_handler.py:57:1: E265 block comment should start with '# ' ./src/punx/github_handler.py:60:43: E251 unexpected spaces around keyword / parameter equals ./src/punx/github_handler.py:60:45: E251 unexpected spaces around keyword / parameter equals ./src/punx/github_handler.py:77:80: E501 line too long (93 > 79 characters) ./src/punx/github_handler.py:90:80: E501 line too long (101 > 79 characters) ./src/punx/github_handler.py:117:80: E501 line too long (107 > 79 characters) ./src/punx/github_handler.py:138:80: E501 line too long (83 > 79 characters) ./src/punx/github_handler.py:144:80: E501 line too long (100 > 79 characters) ./src/punx/github_handler.py:145:80: E501 line too long (88 > 79 characters) ./src/punx/github_handler.py:163:9: F841 local variable '_msg' is assigned to but never used ./src/punx/github_handler.py:163:80: E501 line too long (80 > 79 characters) ./src/punx/github_handler.py:164:9: E265 block comment should start with '# ' ./src/punx/github_handler.py:175:38: E128 continuation line under-indented for visual indent ./src/punx/github_handler.py:175:47: F541 f-string is missing placeholders ./src/punx/github_handler.py:175:80: E501 line too long (80 > 79 characters) ./src/punx/github_handler.py:176:38: E128 continuation line under-indented for visual indent ./src/punx/github_handler.py:177:38: E124 closing bracket does not match visual indentation ./src/punx/github_handler.py:198:80: E501 line too long (83 > 79 characters) ./src/punx/github_handler.py:200:80: E501 line too long (81 > 79 characters) ./src/punx/github_handler.py:258:80: E501 line too long (99 > 79 characters) ./src/punx/main.py:4:1: E265 block comment should start with '# ' ./src/punx/main.py:9:80: E501 line too long (99 > 79 characters) ./src/punx/main.py:12:1: E265 block comment should start with '# ' ./src/punx/main.py:26:1: W293 blank line contains whitespace ./src/punx/main.py:29:1: W293 blank line contains whitespace ./src/punx/main.py:33:1: W293 blank line contains whitespace ./src/punx/main.py:36:1: W293 blank line contains whitespace ./src/punx/main.py:44:1: W293 blank line contains whitespace ./src/punx/main.py:46:80: E501 line too long (80 > 79 characters) ./src/punx/main.py:50:1: W293 blank line contains whitespace ./src/punx/main.py:69:24: W291 trailing whitespace ./src/punx/main.py:70:27: W291 trailing whitespace ./src/punx/main.py:71:80: E501 line too long (85 > 79 characters) ./src/punx/main.py:72:33: W291 trailing whitespace ./src/punx/main.py:75:1: E402 module level import not at top of file ./src/punx/main.py:76:1: E402 module level import not at top of file ./src/punx/main.py:77:1: E402 module level import not at top of file ./src/punx/main.py:78:1: E402 module level import not at top of file ./src/punx/main.py:90:1: W293 blank line contains whitespace ./src/punx/main.py:104:5: F401 '.github_handler' imported but unused ./src/punx/main.py:119:1: W293 blank line contains whitespace ./src/punx/main.py:129:57: W291 trailing whitespace ./src/punx/main.py:134:80: E501 line too long (84 > 79 characters) ./src/punx/main.py:143:80: E501 line too long (80 > 79 characters) ./src/punx/main.py:156:20: E225 missing whitespace around operator ./src/punx/main.py:166:80: E501 line too long (82 > 79 characters) ./src/punx/main.py:248:42: E251 unexpected spaces around keyword / parameter equals ./src/punx/main.py:248:44: E251 unexpected spaces around keyword / parameter equals ./src/punx/main.py:248:56: E251 unexpected spaces around keyword / parameter equals ./src/punx/main.py:248:58: E251 unexpected spaces around keyword / parameter equals ./src/punx/main.py:259:13: W291 trailing whitespace ./src/punx/main.py:260:35: W291 trailing whitespace ./src/punx/main.py:262:14: E251 unexpected spaces around keyword / parameter equals ./src/punx/main.py:262:16: E251 unexpected spaces around keyword / parameter equals ./src/punx/main.py:279:1: W293 blank line contains whitespace ./src/punx/main.py:282:1: W293 blank line contains whitespace ./src/punx/main.py:289:1: W293 blank line contains whitespace ./src/punx/main.py:290:80: E501 line too long (87 > 79 characters) ./src/punx/main.py:291:80: E501 line too long (109 > 79 characters) ./src/punx/main.py:293:1: W293 blank line contains whitespace ./src/punx/main.py:298:80: E501 line too long (82 > 79 characters) ./src/punx/main.py:299:80: E501 line too long (82 > 79 characters) ./src/punx/main.py:305:21: E265 block comment should start with '# ' ./src/punx/main.py:310:80: E501 line too long (98 > 79 characters) ./src/punx/main.py:319:80: E501 line too long (84 > 79 characters) ./src/punx/main.py:340:31: W291 trailing whitespace ./src/punx/main.py:345:14: W291 trailing whitespace ./src/punx/main.py:346:21: W291 trailing whitespace ./src/punx/main.py:347:26: W291 trailing whitespace ./src/punx/main.py:352:16: W291 trailing whitespace ./src/punx/main.py:353:19: W291 trailing whitespace ./src/punx/main.py:356:80: E501 line too long (87 > 79 characters) ./src/punx/main.py:359:5: E303 too many blank lines (2) ./src/punx/main.py:359:5: E266 too many leading '#' for block comment ./src/punx/main.py:364:1: W293 blank line contains whitespace ./src/punx/main.py:365:1: W293 blank line contains whitespace ./src/punx/main.py:366:5: E303 too many blank lines (2) ./src/punx/main.py:366:5: E266 too many leading '#' for block comment ./src/punx/main.py:367:80: E501 line too long (89 > 79 characters) ./src/punx/main.py:380:5: E303 too many blank lines (2) ./src/punx/main.py:380:5: E266 too many leading '#' for block comment ./src/punx/main.py:387:5: E303 too many blank lines (2) ./src/punx/main.py:387:5: E266 too many leading '#' for block comment ./src/punx/main.py:393:14: W291 trailing whitespace ./src/punx/main.py:394:30: W291 trailing whitespace ./src/punx/main.py:403:9: E265 block comment should start with '# ' ./src/punx/main.py:408:5: E303 too many blank lines (2) ./src/punx/main.py:408:5: E266 too many leading '#' for block comment ./src/punx/main.py:423:25: W291 trailing whitespace ./src/punx/main.py:424:29: W291 trailing whitespace ./src/punx/main.py:425:23: W291 trailing whitespace ./src/punx/main.py:429:25: W291 trailing whitespace ./src/punx/main.py:430:22: W291 trailing whitespace ./src/punx/main.py:436:5: E303 too many blank lines (2) ./src/punx/main.py:436:5: E266 too many leading '#' for block comment ./src/punx/cache_manager.py:4:1: E265 block comment should start with '# ' ./src/punx/cache_manager.py:9:80: E501 line too long (99 > 79 characters) ./src/punx/cache_manager.py:12:1: E265 block comment should start with '# ' ./src/punx/cache_manager.py:17:64: W291 trailing whitespace ./src/punx/cache_manager.py:25:40: W291 trailing whitespace ./src/punx/cache_manager.py:27:70: W291 trailing whitespace ./src/punx/cache_manager.py:40:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:47:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:72:80: E501 line too long (83 > 79 characters) ./src/punx/cache_manager.py:88:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:97:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:106:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:112:80: E501 line too long (82 > 79 characters) ./src/punx/cache_manager.py:115:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:128:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:151:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:160:14: E401 multiple imports on one line ./src/punx/cache_manager.py:161:80: E501 line too long (81 > 79 characters) ./src/punx/cache_manager.py:165:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:180:80: E501 line too long (89 > 79 characters) ./src/punx/cache_manager.py:182:29: E201 whitespace after '(' ./src/punx/cache_manager.py:182:50: E202 whitespace before ')' ./src/punx/cache_manager.py:194:21: E201 whitespace after '(' ./src/punx/cache_manager.py:194:50: E202 whitespace before ')' ./src/punx/cache_manager.py:195:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:200:21: E201 whitespace after '(' ./src/punx/cache_manager.py:200:76: E202 whitespace before ')' ./src/punx/cache_manager.py:206:80: E501 line too long (92 > 79 characters) ./src/punx/cache_manager.py:207:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:209:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:212:80: E501 line too long (100 > 79 characters) ./src/punx/cache_manager.py:214:80: E501 line too long (100 > 79 characters) ./src/punx/cache_manager.py:215:80: E501 line too long (100 > 79 characters) ./src/punx/cache_manager.py:216:80: E501 line too long (99 > 79 characters) ./src/punx/cache_manager.py:217:80: E501 line too long (95 > 79 characters) ./src/punx/cache_manager.py:218:80: E501 line too long (99 > 79 characters) ./src/punx/cache_manager.py:219:80: E501 line too long (96 > 79 characters) ./src/punx/cache_manager.py:220:80: E501 line too long (100 > 79 characters) ./src/punx/cache_manager.py:231:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:233:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:238:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:240:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:245:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:247:41: W291 trailing whitespace ./src/punx/cache_manager.py:257:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:258:80: E501 line too long (83 > 79 characters) ./src/punx/cache_manager.py:259:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:262:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:263:80: E501 line too long (81 > 79 characters) ./src/punx/cache_manager.py:266:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:293:80: E501 line too long (86 > 79 characters) ./src/punx/cache_manager.py:298:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:301:80: E501 line too long (94 > 79 characters) ./src/punx/cache_manager.py:302:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:311:80: E501 line too long (81 > 79 characters) ./src/punx/cache_manager.py:316:13: E265 block comment should start with '# ' ./src/punx/cache_manager.py:317:80: E501 line too long (83 > 79 characters) ./src/punx/cache_manager.py:323:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:326:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:328:80: E501 line too long (82 > 79 characters) ./src/punx/cache_manager.py:330:41: W291 trailing whitespace ./src/punx/cache_manager.py:331:44: W291 trailing whitespace ./src/punx/cache_manager.py:336:13: E115 expected an indented block (comment) ./src/punx/cache_manager.py:337:13: E115 expected an indented block (comment) ./src/punx/cache_manager.py:339:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:345:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:353:80: E501 line too long (96 > 79 characters) ./src/punx/cache_manager.py:354:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:356:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:358:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:359:80: E501 line too long (104 > 79 characters) ./src/punx/cache_manager.py:361:80: E501 line too long (104 > 79 characters) ./src/punx/cache_manager.py:362:80: E501 line too long (104 > 79 characters) ./src/punx/cache_manager.py:363:80: E501 line too long (103 > 79 characters) ./src/punx/cache_manager.py:364:80: E501 line too long (99 > 79 characters) ./src/punx/cache_manager.py:365:80: E501 line too long (103 > 79 characters) ./src/punx/cache_manager.py:366:80: E501 line too long (100 > 79 characters) ./src/punx/cache_manager.py:367:80: E501 line too long (104 > 79 characters) ./src/punx/cache_manager.py:368:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:372:80: E501 line too long (86 > 79 characters) ./src/punx/cache_manager.py:375:21: E231 missing whitespace after ',' ./src/punx/cache_manager.py:384:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:387:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:389:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:394:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:396:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:412:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:420:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:428:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:435:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:437:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:443:43: W291 trailing whitespace ./src/punx/cache_manager.py:452:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:453:80: E501 line too long (86 > 79 characters) ./src/punx/cache_manager.py:458:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:463:40: W291 trailing whitespace ./src/punx/cache_manager.py:464:40: W291 trailing whitespace ./src/punx/cache_manager.py:465:39: W291 trailing whitespace ./src/punx/cache_manager.py:478:80: E501 line too long (94 > 79 characters) ./src/punx/cache_manager.py:479:80: E501 line too long (87 > 79 characters) ./src/punx/cache_manager.py:484:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:486:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:495:5: E265 block comment should start with '# ' ./src/punx/cache_manager.py:496:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:497:80: E501 line too long (88 > 79 characters) ./src/punx/cache_manager.py:499:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:500:78: W291 trailing whitespace ./src/punx/cache_manager.py:504:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:516:1: W293 blank line contains whitespace ./src/punx/cache_manager.py:526:9: E265 block comment should start with '# ' ./src/punx/cache_manager.py:531:1: W293 blank line contains whitespace ./src/punx/validate.py:4:1: E265 block comment should start with '# ' ./src/punx/validate.py:9:80: E501 line too long (99 > 79 characters) ./src/punx/validate.py:12:1: E265 block comment should start with '# ' ./src/punx/validate.py:21:1: W293 blank line contains whitespace ./src/punx/validate.py:27:1: W293 blank line contains whitespace ./src/punx/validate.py:52:1: W293 blank line contains whitespace ./src/punx/validate.py:55:1: W293 blank line contains whitespace ./src/punx/validate.py:60:1: W293 blank line contains whitespace ./src/punx/validate.py:62:1: W293 blank line contains whitespace ./src/punx/validate.py:68:1: W293 blank line contains whitespace ./src/punx/validate.py:70:1: W293 blank line contains whitespace ./src/punx/validate.py:73:1: W293 blank line contains whitespace ./src/punx/validate.py:75:1: W293 blank line contains whitespace ./src/punx/validate.py:79:1: W293 blank line contains whitespace ./src/punx/validate.py:81:1: W293 blank line contains whitespace ./src/punx/validate.py:89:1: W293 blank line contains whitespace ./src/punx/validate.py:103:80: E501 line too long (110 > 79 characters) ./src/punx/validate.py:106:1: W293 blank line contains whitespace ./src/punx/validate.py:114:1: W293 blank line contains whitespace ./src/punx/validate.py:123:1: W293 blank line contains whitespace ./src/punx/validate.py:127:1: W293 blank line contains whitespace ./src/punx/validate.py:132:14: E225 missing whitespace around operator ./src/punx/validate.py:142:1: W293 blank line contains whitespace ./src/punx/validate.py:148:80: E501 line too long (81 > 79 characters) ./src/punx/validate.py:149:34: W291 trailing whitespace ./src/punx/validate.py:150:80: E501 line too long (81 > 79 characters) ./src/punx/validate.py:151:48: W291 trailing whitespace ./src/punx/validate.py:152:72: W291 trailing whitespace ./src/punx/validate.py:153:80: E501 line too long (81 > 79 characters) ./src/punx/validate.py:154:51: W291 trailing whitespace ./src/punx/validate.py:155:53: W291 trailing whitespace ./src/punx/validate.py:156:64: W291 trailing whitespace ./src/punx/validate.py:157:56: W291 trailing whitespace ./src/punx/validate.py:158:25: W291 trailing whitespace ./src/punx/validate.py:159:25: W291 trailing whitespace ./src/punx/validate.py:160:80: E501 line too long (81 > 79 characters) ./src/punx/validate.py:181:1: W293 blank line contains whitespace ./src/punx/validate.py:186:80: E501 line too long (91 > 79 characters) ./src/punx/validate.py:203:1: W293 blank line contains whitespace ./src/punx/validate.py:227:80: E501 line too long (80 > 79 characters) ./src/punx/validate.py:246:13: E122 continuation line missing indentation or outdented ./src/punx/validate.py:257:1: W293 blank line contains whitespace ./src/punx/validate.py:259:1: W293 blank line contains whitespace ./src/punx/validate.py:275:9: E306 expected 1 blank line before a nested definition, found 0 ./src/punx/validate.py:312:24: W291 trailing whitespace ./src/punx/validate.py:314:28: W291 trailing whitespace ./src/punx/validate.py:327:1: W293 blank line contains whitespace ./src/punx/validate.py:335:1: W293 blank line contains whitespace ./src/punx/validate.py:349:1: W293 blank line contains whitespace ./src/punx/validate.py:358:1: W293 blank line contains whitespace ./src/punx/validate.py:359:69: W291 trailing whitespace ./src/punx/validate.py:360:55: W291 trailing whitespace ./src/punx/validate.py:361:67: W291 trailing whitespace ./src/punx/validate.py:363:55: W291 trailing whitespace ./src/punx/validate.py:378:38: E261 at least two spaces before inline comment ./src/punx/validate.py:380:80: E501 line too long (95 > 79 characters) ./src/punx/validate.py:387:1: W293 blank line contains whitespace ./src/punx/validate.py:389:1: W293 blank line contains whitespace ./src/punx/validate.py:411:1: W293 blank line contains whitespace ./src/punx/validate.py:422:1: W293 blank line contains whitespace ./src/punx/validate.py:441:1: W293 blank line contains whitespace ./src/punx/validate.py:442:80: E501 line too long (90 > 79 characters) ./src/punx/validate.py:443:1: W293 blank line contains whitespace ./src/punx/validate.py:445:1: W293 blank line contains whitespace ./src/punx/validate.py:447:1: W293 blank line contains whitespace ./src/punx/validate.py:453:1: W293 blank line contains whitespace ./src/punx/validate.py:456:1: W293 blank line contains whitespace ./src/punx/validate.py:459:1: W293 blank line contains whitespace ./src/punx/validate.py:476:80: E501 line too long (85 > 79 characters) ./src/punx/validate.py:479:80: E501 line too long (84 > 79 characters) ./src/punx/validate.py:481:80: E501 line too long (98 > 79 characters) ./src/punx/validate.py:484:80: E501 line too long (94 > 79 characters) ./src/punx/utils.py:2:1: E265 block comment should start with '# ' ./src/punx/utils.py:7:80: E501 line too long (99 > 79 characters) ./src/punx/utils.py:10:1: E265 block comment should start with '# ' ./src/punx/utils.py:16:1: W293 blank line contains whitespace ./src/punx/utils.py:51:1: E302 expected 2 blank lines, found 1 ./src/punx/utils.py:57:1: E302 expected 2 blank lines, found 1 ./src/punx/utils.py:86:1: W293 blank line contains whitespace ./src/punx/utils.py:91:1: W293 blank line contains whitespace ./src/punx/utils.py:95:80: E501 line too long (84 > 79 characters) ./src/punx/utils.py:97:80: E501 line too long (114 > 79 characters) ./src/punx/utils.py:103:9: F841 local variable 'thing' is assigned to but never used ./src/punx/utils.py:104:9: F841 local variable 'details' is assigned to but never used ./src/punx/utils.py:114:1: W293 blank line contains whitespace ./src/punx/utils.py:150:1: W293 blank line contains whitespace ./src/punx/utils.py:152:1: W293 blank line contains whitespace ./src/punx/utils.py:154:1: W293 blank line contains whitespace ./src/punx/utils.py:159:5: E265 block comment should start with '# ' ./src/punx/utils.py:162:80: E501 line too long (84 > 79 characters) ./src/punx/h5tree.py:4:1: E265 block comment should start with '# ' ./src/punx/h5tree.py:9:80: E501 line too long (99 > 79 characters) ./src/punx/h5tree.py:12:1: E265 block comment should start with '# ' ./src/punx/h5tree.py:32:1: W293 blank line contains whitespace ./src/punx/h5tree.py:34:1: W293 blank line contains whitespace ./src/punx/h5tree.py:56:1: W293 blank line contains whitespace ./src/punx/h5tree.py:59:33: E701 multiple statements on one line (colon) ./src/punx/h5tree.py:65:65: E251 unexpected spaces around keyword / parameter equals ./src/punx/h5tree.py:65:67: E251 unexpected spaces around keyword / parameter equals ./src/punx/h5tree.py:69:50: E251 unexpected spaces around keyword / parameter equals ./src/punx/h5tree.py:69:52: E251 unexpected spaces around keyword / parameter equals ./src/punx/h5tree.py:74:80: E501 line too long (95 > 79 characters) ./src/punx/h5tree.py:75:80: E501 line too long (87 > 79 characters) ./src/punx/h5tree.py:77:15: E201 whitespace after '[' ./src/punx/h5tree.py:77:44: E202 whitespace before ']' ./src/punx/h5tree.py:82:20: E221 multiple spaces before operator ./src/punx/h5tree.py:90:23: E201 whitespace after '[' ./src/punx/h5tree.py:90:80: E501 line too long (82 > 79 characters) ./src/punx/h5tree.py:90:81: E202 whitespace before ']' ./src/punx/h5tree.py:92:23: E201 whitespace after '[' ./src/punx/h5tree.py:92:80: E501 line too long (97 > 79 characters) ./src/punx/h5tree.py:92:96: E202 whitespace before ']' ./src/punx/h5tree.py:93:23: E201 whitespace after '[' ./src/punx/h5tree.py:93:80: E501 line too long (93 > 79 characters) ./src/punx/h5tree.py:93:92: E202 whitespace before ']' ./src/punx/h5tree.py:97:80: E501 line too long (84 > 79 characters) ./src/punx/h5tree.py:101:80: E501 line too long (83 > 79 characters) ./src/punx/h5tree.py:102:80: E501 line too long (87 > 79 characters) ./src/punx/h5tree.py:102:88: W291 trailing whitespace ./src/punx/h5tree.py:105:80: E501 line too long (95 > 79 characters) ./src/punx/h5tree.py:106:80: E501 line too long (85 > 79 characters) ./src/punx/h5tree.py:108:31: E201 whitespace after '[' ./src/punx/h5tree.py:108:80: E501 line too long (105 > 79 characters) ./src/punx/h5tree.py:108:104: E202 whitespace before ']' ./src/punx/h5tree.py:109:31: E201 whitespace after '[' ./src/punx/h5tree.py:109:80: E501 line too long (101 > 79 characters) ./src/punx/h5tree.py:109:100: E202 whitespace before ']' ./src/punx/h5tree.py:111:80: E501 line too long (92 > 79 characters) ./src/punx/h5tree.py:117:1: W293 blank line contains whitespace ./src/punx/h5tree.py:120:49: E251 unexpected spaces around keyword / parameter equals ./src/punx/h5tree.py:120:51: E251 unexpected spaces around keyword / parameter equals ./src/punx/h5tree.py:124:80: E501 line too long (106 > 79 characters) ./src/punx/h5tree.py:125:80: E501 line too long (95 > 79 characters) ./src/punx/h5tree.py:128:57: E251 unexpected spaces around keyword / parameter equals ./src/punx/h5tree.py:128:59: E251 unexpected spaces around keyword / parameter equals ./src/punx/h5tree.py:129:80: E501 line too long (91 > 79 characters) ./src/punx/h5tree.py:134:53: E251 unexpected spaces around keyword / parameter equals ./src/punx/h5tree.py:134:55: E251 unexpected spaces around keyword / parameter equals ./src/punx/h5tree.py:135:80: E501 line too long (86 > 79 characters) ./src/punx/h5tree.py:141:80: E501 line too long (112 > 79 characters) ./src/punx/h5tree.py:148:61: W291 trailing whitespace ./src/punx/h5tree.py:156:19: E201 whitespace after '[' ./src/punx/h5tree.py:156:68: E202 whitespace before ']' ./src/punx/h5tree.py:161:19: E201 whitespace after '[' ./src/punx/h5tree.py:161:68: E202 whitespace before ']' ./src/punx/h5tree.py:165:19: E201 whitespace after '[' ./src/punx/h5tree.py:165:63: W291 trailing whitespace ./src/punx/h5tree.py:166:36: E128 continuation line under-indented for visual indent ./src/punx/h5tree.py:166:51: E202 whitespace before ']' ./src/punx/h5tree.py:174:27: E201 whitespace after '[' ./src/punx/h5tree.py:175:80: E501 line too long (98 > 79 characters) ./src/punx/h5tree.py:175:97: E202 whitespace before ']' ./src/punx/h5tree.py:178:27: E201 whitespace after '[' ./src/punx/h5tree.py:179:64: E202 whitespace before ']' ./src/punx/h5tree.py:180:27: E201 whitespace after '[' ./src/punx/h5tree.py:180:80: E501 line too long (102 > 79 characters) ./src/punx/h5tree.py:180:101: E202 whitespace before ']' ./src/punx/h5tree.py:182:23: E201 whitespace after '[' ./src/punx/h5tree.py:183:60: E202 whitespace before ']' ./src/punx/h5tree.py:205:9: E741 ambiguous variable name 'l' ./src/punx/h5tree.py:208:12: E741 ambiguous variable name 'l' ./src/punx/h5tree.py:214:44: E251 unexpected spaces around keyword / parameter equals ./src/punx/h5tree.py:214:46: E251 unexpected spaces around keyword / parameter equals ./src/punx/h5tree.py:224:35: E711 comparison to None should be 'if cond is not None:' ./src/punx/h5tree.py:229:46: E251 unexpected spaces around keyword / parameter equals ./src/punx/h5tree.py:229:48: E251 unexpected spaces around keyword / parameter equals ./src/punx/h5tree.py:231:1: W293 blank line contains whitespace ./src/punx/h5tree.py:237:37: E201 whitespace after '(' ./src/punx/h5tree.py:237:73: E202 whitespace before ')' ./src/punx/h5tree.py:242:1: W293 blank line contains whitespace ./src/punx/h5tree.py:247:20: E701 multiple statements on one line (colon) ./src/punx/h5tree.py:248:34: E201 whitespace after '(' ./src/punx/h5tree.py:248:43: E202 whitespace before ')' ./src/punx/h5tree.py:251:22: E201 whitespace after '(' ./src/punx/h5tree.py:251:65: E202 whitespace before ')' ./src/punx/h5tree.py:254:22: E201 whitespace after '(' ./src/punx/h5tree.py:254:66: E202 whitespace before ')' ./src/punx/h5tree.py:254:68: E261 at least two spaces before inline comment ./src/punx/h5tree.py:257:21: E201 whitespace after '(' ./src/punx/h5tree.py:257:23: E202 whitespace before ')' ./src/punx/h5tree.py:260:51: E201 whitespace after '(' ./src/punx/h5tree.py:260:53: E202 whitespace before ')' ./src/punx/schema_manager.py:4:1: E265 block comment should start with '# ' ./src/punx/schema_manager.py:9:80: E501 line too long (99 > 79 characters) ./src/punx/schema_manager.py:12:1: E265 block comment should start with '# ' ./src/punx/schema_manager.py:23:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:26:21: W291 trailing whitespace ./src/punx/schema_manager.py:27:19: W291 trailing whitespace ./src/punx/schema_manager.py:28:16: W291 trailing whitespace ./src/punx/schema_manager.py:36:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:59:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:69:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:70:33: W291 trailing whitespace ./src/punx/schema_manager.py:91:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:95:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:97:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:108:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:112:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:116:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:121:22: W291 trailing whitespace ./src/punx/schema_manager.py:122:29: W291 trailing whitespace ./src/punx/schema_manager.py:125:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:128:9: E265 block comment should start with '# ' ./src/punx/schema_manager.py:133:80: E501 line too long (96 > 79 characters) ./src/punx/schema_manager.py:146:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:154:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:199:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:204:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:208:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:217:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:221:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:229:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:236:69: E231 missing whitespace after ',' ./src/punx/schema_manager.py:252:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:255:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:258:80: E501 line too long (85 > 79 characters) ./src/punx/schema_manager.py:261:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:266:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:270:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:287:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:291:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:340:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:343:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:355:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:356:80: E501 line too long (105 > 79 characters) ./src/punx/schema_manager.py:358:18: W291 trailing whitespace ./src/punx/schema_manager.py:359:26: W291 trailing whitespace ./src/punx/schema_manager.py:360:31: W291 trailing whitespace ./src/punx/schema_manager.py:361:29: W291 trailing whitespace ./src/punx/schema_manager.py:368:80: E501 line too long (82 > 79 characters) ./src/punx/schema_manager.py:369:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:372:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:389:54: E261 at least two spaces before inline comment ./src/punx/schema_manager.py:401:80: E501 line too long (85 > 79 characters) ./src/punx/schema_manager.py:409:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:412:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:418:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:424:18: W291 trailing whitespace ./src/punx/schema_manager.py:425:21: W291 trailing whitespace ./src/punx/schema_manager.py:426:31: W291 trailing whitespace ./src/punx/schema_manager.py:453:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:467:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:470:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:475:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:479:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:482:18: W291 trailing whitespace ./src/punx/schema_manager.py:483:21: W291 trailing whitespace ./src/punx/schema_manager.py:484:31: W291 trailing whitespace ./src/punx/schema_manager.py:495:80: E501 line too long (104 > 79 characters) ./src/punx/schema_manager.py:504:80: E501 line too long (94 > 79 characters) ./src/punx/schema_manager.py:517:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:520:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:524:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:526:80: E501 line too long (90 > 79 characters) ./src/punx/schema_manager.py:528:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:529:32: E251 unexpected spaces around keyword / parameter equals ./src/punx/schema_manager.py:529:34: E251 unexpected spaces around keyword / parameter equals ./src/punx/schema_manager.py:537:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:576:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:580:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:585:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:588:1: W293 blank line contains whitespace ./src/punx/schema_manager.py:591:1: W293 blank line contains whitespace ./src/punx/__init__.py:7:1: W293 blank line contains whitespace ./src/punx/__init__.py:15:1: E265 block comment should start with '# ' ./src/punx/__init__.py:20:80: E501 line too long (99 > 79 characters) ./src/punx/__init__.py:23:1: E265 block comment should start with '# ' ./src/punx/__init__.py:31:11: E221 multiple spaces before operator ./src/punx/__init__.py:32:10: E221 multiple spaces before operator ./src/punx/__init__.py:39:16: E221 multiple spaces before operator ./src/punx/__init__.py:40:12: E221 multiple spaces before operator ./src/punx/__init__.py:40:80: E501 line too long (101 > 79 characters) ./src/punx/__init__.py:41:16: E221 multiple spaces before operator ./src/punx/__init__.py:42:16: E221 multiple spaces before operator ./src/punx/__init__.py:44:8: E221 multiple spaces before operator ./src/punx/__init__.py:46:13: E221 multiple spaces before operator ./src/punx/__init__.py:53:12: W291 trailing whitespace ./src/punx/__init__.py:54:12: W291 trailing whitespace ./src/punx/__init__.py:55:13: W291 trailing whitespace ./src/punx/__init__.py:58:15: W291 trailing whitespace ./src/punx/__init__.py:59:80: E501 line too long (109 > 79 characters) ./src/punx/__init__.py:63:6: E265 block comment should start with '# ' ./src/punx/__init__.py:64:6: E265 block comment should start with '# ' ./src/punx/__init__.py:92:44: W291 trailing whitespace ./src/punx/__init__.py:96:29: W291 trailing whitespace ./src/punx/__init__.py:99:1: E302 expected 2 blank lines, found 1 ./src/punx/__init__.py:99:32: W291 trailing whitespace ./src/punx/__init__.py:102:1: E302 expected 2 blank lines, found 1 ./src/punx/__init__.py:102:31: W291 trailing whitespace ./src/punx/__init__.py:105:1: E302 expected 2 blank lines, found 1 ./src/punx/__init__.py:105:35: W291 trailing whitespace ./src/punx/__init__.py:108:1: E302 expected 2 blank lines, found 1 ./src/punx/__init__.py:108:42: W291 trailing whitespace ./src/punx/__init__.py:111:1: E305 expected 2 blank lines after class or function definition, found 1 ./src/punx/__init__.py:111:1: E402 module level import not at top of file ./src/punx/finding.py:2:1: E265 block comment should start with '# ' ./src/punx/finding.py:7:80: E501 line too long (99 > 79 characters) ./src/punx/finding.py:10:1: E265 block comment should start with '# ' ./src/punx/finding.py:16:1: W293 blank line contains whitespace ./src/punx/finding.py:29:1: W293 blank line contains whitespace ./src/punx/finding.py:34:1: W293 blank line contains whitespace ./src/punx/finding.py:40:1: W293 blank line contains whitespace ./src/punx/finding.py:44:1: E305 expected 2 blank lines after class or function definition, found 1 ./src/punx/finding.py:45:3: E221 multiple spaces before operator ./src/punx/finding.py:45:80: E501 line too long (94 > 79 characters) ./src/punx/finding.py:46:5: E221 multiple spaces before operator ./src/punx/finding.py:46:80: E501 line too long (118 > 79 characters) ./src/punx/finding.py:47:5: E221 multiple spaces before operator ./src/punx/finding.py:47:80: E501 line too long (128 > 79 characters) ./src/punx/finding.py:48:6: E221 multiple spaces before operator ./src/punx/finding.py:48:80: E501 line too long (97 > 79 characters) ./src/punx/finding.py:49:5: E221 multiple spaces before operator ./src/punx/finding.py:49:80: E501 line too long (99 > 79 characters) ./src/punx/finding.py:50:7: E221 multiple spaces before operator ./src/punx/finding.py:50:80: E501 line too long (110 > 79 characters) ./src/punx/finding.py:51:8: E221 multiple spaces before operator ./src/punx/finding.py:51:80: E501 line too long (102 > 79 characters) ./src/punx/finding.py:52:80: E501 line too long (115 > 79 characters) ./src/punx/finding.py:68:1: W293 blank line contains whitespace ./src/punx/finding.py:74:1: W293 blank line contains whitespace ./src/punx/finding.py:89:39: W291 trailing whitespace ./src/punx/finding.py:95:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:4:1: E265 block comment should start with '# ' ./src/punx/nxdl_schema.py:9:80: E501 line too long (99 > 79 characters) ./src/punx/nxdl_schema.py:12:1: E265 block comment should start with '# ' ./src/punx/nxdl_schema.py:19:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:27:61: W291 trailing whitespace ./src/punx/nxdl_schema.py:31:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:54:80: E501 line too long (88 > 79 characters) ./src/punx/nxdl_schema.py:66:80: E501 line too long (87 > 79 characters) ./src/punx/nxdl_schema.py:83:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:85:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:86:27: W291 trailing whitespace ./src/punx/nxdl_schema.py:88:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:92:5: E741 ambiguous variable name 'l' ./src/punx/nxdl_schema.py:102:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:104:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:110:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:113:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:117:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:119:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:123:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:124:68: W291 trailing whitespace ./src/punx/nxdl_schema.py:126:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:134:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:135:71: W291 trailing whitespace ./src/punx/nxdl_schema.py:137:71: W291 trailing whitespace ./src/punx/nxdl_schema.py:139:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:141:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:144:70: W291 trailing whitespace ./src/punx/nxdl_schema.py:147:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:148:68: W291 trailing whitespace ./src/punx/nxdl_schema.py:150:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:154:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:156:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:158:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:159:67: W291 trailing whitespace ./src/punx/nxdl_schema.py:160:68: W291 trailing whitespace ./src/punx/nxdl_schema.py:163:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:173:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:177:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:185:80: E501 line too long (87 > 79 characters) ./src/punx/nxdl_schema.py:188:80: E501 line too long (91 > 79 characters) ./src/punx/nxdl_schema.py:194:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:197:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:200:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:204:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:208:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:223:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:226:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:229:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:233:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:242:21: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdl_schema.py:242:23: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdl_schema.py:243:27: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdl_schema.py:243:29: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdl_schema.py:244:18: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdl_schema.py:244:20: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdl_schema.py:245:22: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdl_schema.py:245:24: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdl_schema.py:246:27: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdl_schema.py:246:29: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdl_schema.py:249:27: W291 trailing whitespace ./src/punx/nxdl_schema.py:255:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:262:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:269:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:274:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:281:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:292:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:297:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:304:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:319:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:321:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:328:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:343:80: E501 line too long (80 > 79 characters) ./src/punx/nxdl_schema.py:354:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:357:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:367:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:387:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:390:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:393:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:400:9: E265 block comment should start with '# ' ./src/punx/nxdl_schema.py:401:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:427:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:430:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:436:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:438:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:441:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:445:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:453:80: E501 line too long (93 > 79 characters) ./src/punx/nxdl_schema.py:454:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:457:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:460:80: E501 line too long (85 > 79 characters) ./src/punx/nxdl_schema.py:462:80: E501 line too long (91 > 79 characters) ./src/punx/nxdl_schema.py:463:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:471:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:472:67: W291 trailing whitespace ./src/punx/nxdl_schema.py:473:80: E501 line too long (89 > 79 characters) ./src/punx/nxdl_schema.py:476:80: E501 line too long (92 > 79 characters) ./src/punx/nxdl_schema.py:478:80: E501 line too long (86 > 79 characters) ./src/punx/nxdl_schema.py:481:80: E501 line too long (88 > 79 characters) ./src/punx/nxdl_schema.py:482:80: E501 line too long (81 > 79 characters) ./src/punx/nxdl_schema.py:490:56: W291 trailing whitespace ./src/punx/nxdl_schema.py:491:80: E501 line too long (83 > 79 characters) ./src/punx/nxdl_schema.py:494:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:502:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:508:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:515:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:517:80: E501 line too long (83 > 79 characters) ./src/punx/nxdl_schema.py:517:84: W291 trailing whitespace ./src/punx/nxdl_schema.py:522:51: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdl_schema.py:522:53: E251 unexpected spaces around keyword / parameter equals ./src/punx/nxdl_schema.py:524:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:530:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:538:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:550:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:562:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:565:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:567:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:571:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:573:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:583:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:585:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:588:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:591:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:602:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:617:1: W293 blank line contains whitespace ./src/punx/nxdl_schema.py:637:1: W293 blank line contains whitespace ./src/punx/singletons.py:14:1: E302 expected 2 blank lines, found 1 ./src/punx/singletons.py:19:5: E301 expected 1 blank line, found 0 ./src/punx/singletons.py:21:80: E501 line too long (85 > 79 characters) ./src/punx/singletons.py:24:1: E302 expected 2 blank lines, found 1 ./src/punx/singletons.py:24:61: W291 trailing whitespace ./src/punx/singletons.py:25:1: W293 blank line contains whitespace ./src/punx/singletons.py:27:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:4:1: E265 block comment should start with '# ' ./src/punx/nxdl_manager.py:9:80: E501 line too long (99 > 79 characters) ./src/punx/nxdl_manager.py:12:1: E265 block comment should start with '# ' ./src/punx/nxdl_manager.py:40:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:45:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:60:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:64:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:68:80: E501 line too long (86 > 79 characters) ./src/punx/nxdl_manager.py:96:37: W291 trailing whitespace ./src/punx/nxdl_manager.py:105:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:106:40: W291 trailing whitespace ./src/punx/nxdl_manager.py:114:80: E501 line too long (81 > 79 characters) ./src/punx/nxdl_manager.py:145:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:149:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:154:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:157:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:166:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:174:80: E501 line too long (84 > 79 characters) ./src/punx/nxdl_manager.py:178:80: E501 line too long (89 > 79 characters) ./src/punx/nxdl_manager.py:189:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:197:80: E501 line too long (80 > 79 characters) ./src/punx/nxdl_manager.py:201:80: E501 line too long (89 > 79 characters) ./src/punx/nxdl_manager.py:206:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:214:80: E501 line too long (80 > 79 characters) ./src/punx/nxdl_manager.py:218:80: E501 line too long (89 > 79 characters) ./src/punx/nxdl_manager.py:223:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:249:80: E501 line too long (82 > 79 characters) ./src/punx/nxdl_manager.py:253:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:265:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:274:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:277:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:285:80: E501 line too long (82 > 79 characters) ./src/punx/nxdl_manager.py:298:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:301:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:315:80: E501 line too long (80 > 79 characters) ./src/punx/nxdl_manager.py:329:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:343:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:345:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:365:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:368:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:383:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:385:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:404:1: E302 expected 2 blank lines, found 1 ./src/punx/nxdl_manager.py:405:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:409:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:413:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:416:80: E501 line too long (97 > 79 characters) ./src/punx/nxdl_manager.py:428:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:432:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:435:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:439:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:442:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:450:80: E501 line too long (109 > 79 characters) ./src/punx/nxdl_manager.py:458:1: E303 too many blank lines (3) ./src/punx/nxdl_manager.py:459:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:463:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:470:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:472:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:476:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:482:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:488:30: E222 multiple spaces after operator ./src/punx/nxdl_manager.py:489:38: W291 trailing whitespace ./src/punx/nxdl_manager.py:496:1: E302 expected 2 blank lines, found 1 ./src/punx/nxdl_manager.py:497:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:501:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:509:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:511:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:515:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:523:80: E501 line too long (84 > 79 characters) ./src/punx/nxdl_manager.py:530:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:533:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:536:80: E501 line too long (87 > 79 characters) ./src/punx/nxdl_manager.py:550:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:558:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:561:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:565:80: E501 line too long (99 > 79 characters) ./src/punx/nxdl_manager.py:566:80: E501 line too long (96 > 79 characters) ./src/punx/nxdl_manager.py:569:1: W293 blank line contains whitespace ./src/punx/nxdl_manager.py:588:2: W291 trailing whitespace ./src/punx/nxdl_manager.py:589:2: W291 trailing whitespace ./src/punx/nxdl_manager.py:598:2: W291 trailing whitespace ./src/punx/nxdl_manager.py:609:2: W291 trailing whitespace ./src/punx/nxdl_manager.py:624:2: W291 trailing whitespace ./src/punx/nxdl_manager.py:636:2: W291 trailing whitespace ./src/punx/nxdl_manager.py:638:2: W291 trailing whitespace ./src/punx/nxdl_manager.py:639:2: W291 trailing whitespace ./src/punx/validations/application_definition.py:2:1: E265 block comment should start with '# ' ./src/punx/validations/application_definition.py:7:80: E501 line too long (99 > 79 characters) ./src/punx/validations/application_definition.py:10:1: E265 block comment should start with '# ' ./src/punx/validations/application_definition.py:19:80: E501 line too long (82 > 79 characters) ./src/punx/validations/application_definition.py:35:80: E501 line too long (84 > 79 characters) ./src/punx/validations/application_definition.py:45:80: E501 line too long (102 > 79 characters) ./src/punx/validations/application_definition.py:47:1: W293 blank line contains whitespace ./src/punx/validations/application_definition.py:56:1: W293 blank line contains whitespace ./src/punx/validations/application_definition.py:64:80: E501 line too long (98 > 79 characters) ./src/punx/validations/application_definition.py:74:80: E501 line too long (83 > 79 characters) ./src/punx/validations/application_definition.py:75:1: W293 blank line contains whitespace ./src/punx/validations/hdf5_group_items_in_base_class.py:2:1: E265 block comment should start with '# ' ./src/punx/validations/hdf5_group_items_in_base_class.py:7:80: E501 line too long (99 > 79 characters) ./src/punx/validations/hdf5_group_items_in_base_class.py:10:1: E265 block comment should start with '# ' ./src/punx/validations/hdf5_group_items_in_base_class.py:49:80: E501 line too long (87 > 79 characters) ./src/punx/validations/hdf5_group_items_in_base_class.py:54:1: W293 blank line contains whitespace ./src/punx/validations/hdf5_group_items_in_base_class.py:73:1: W293 blank line contains whitespace ./src/punx/validations/hdf5_group_items_in_base_class.py:75:55: W291 trailing whitespace ./src/punx/validations/hdf5_group_items_in_base_class.py:76:63: W291 trailing whitespace ./src/punx/validations/hdf5_group_items_in_base_class.py:109:1: E303 too many blank lines (3) ./src/punx/validations/hdf5_group_items_in_base_class.py:125:28: W291 trailing whitespace ./src/punx/validations/hdf5_group_items_in_base_class.py:137:28: W291 trailing whitespace ./src/punx/validations/hdf5_group_items_in_base_class.py:144:30: W291 trailing whitespace ./src/punx/validations/default_plot.py:2:1: E265 block comment should start with '# ' ./src/punx/validations/default_plot.py:7:80: E501 line too long (99 > 79 characters) ./src/punx/validations/default_plot.py:10:1: E265 block comment should start with '# ' ./src/punx/validations/default_plot.py:27:1: W293 blank line contains whitespace ./src/punx/validations/default_plot.py:51:1: W293 blank line contains whitespace ./src/punx/validations/default_plot.py:58:1: W293 blank line contains whitespace ./src/punx/validations/default_plot.py:75:5: E306 expected 1 blank line before a nested definition, found 0 ./src/punx/validations/default_plot.py:97:80: E501 line too long (83 > 79 characters) ./src/punx/validations/default_plot.py:101:80: E501 line too long (80 > 79 characters) ./src/punx/validations/default_plot.py:105:80: E501 line too long (86 > 79 characters) ./src/punx/validations/default_plot.py:110:1: W293 blank line contains whitespace ./src/punx/validations/default_plot.py:118:1: W293 blank line contains whitespace ./src/punx/validations/default_plot.py:125:1: W293 blank line contains whitespace ./src/punx/validations/default_plot.py:139:36: W291 trailing whitespace ./src/punx/validations/default_plot.py:140:55: W291 trailing whitespace ./src/punx/validations/default_plot.py:141:36: W291 trailing whitespace ./src/punx/validations/default_plot.py:154:36: W291 trailing whitespace ./src/punx/validations/default_plot.py:155:56: W291 trailing whitespace ./src/punx/validations/default_plot.py:156:36: W291 trailing whitespace ./src/punx/validations/default_plot.py:170:46: W291 trailing whitespace ./src/punx/validations/default_plot.py:171:52: W291 trailing whitespace ./src/punx/validations/default_plot.py:172:24: W291 trailing whitespace ./src/punx/validations/default_plot.py:180:1: W293 blank line contains whitespace ./src/punx/validations/attribute.py:2:1: E265 block comment should start with '# ' ./src/punx/validations/attribute.py:7:80: E501 line too long (99 > 79 characters) ./src/punx/validations/attribute.py:10:1: E265 block comment should start with '# ' ./src/punx/validations/attribute.py:47:1: W293 blank line contains whitespace ./src/punx/validations/attribute.py:54:1: W293 blank line contains whitespace ./src/punx/validations/attribute.py:74:5: F841 local variable 'axes_attr' is assigned to but never used ./src/punx/validations/attribute.py:76:1: W293 blank line contains whitespace ./src/punx/validations/attribute.py:79:80: E501 line too long (94 > 79 characters) ./src/punx/validations/attribute.py:96:80: E501 line too long (84 > 79 characters) ./src/punx/validations/attribute.py:104:1: W293 blank line contains whitespace ./src/punx/validations/attribute.py:105:62: W291 trailing whitespace ./src/punx/validations/attribute.py:106:63: W291 trailing whitespace ./src/punx/validations/attribute.py:107:62: W291 trailing whitespace ./src/punx/validations/attribute.py:112:80: E501 line too long (96 > 79 characters) ./src/punx/validations/attribute.py:144:1: W293 blank line contains whitespace ./src/punx/validations/attribute.py:165:1: W293 blank line contains whitespace ./src/punx/validations/attribute.py:176:1: W293 blank line contains whitespace ./src/punx/validations/attribute.py:179:1: W293 blank line contains whitespace ./src/punx/validations/attribute.py:182:1: W293 blank line contains whitespace ./src/punx/validations/item_name.py:2:1: E265 block comment should start with '# ' ./src/punx/validations/item_name.py:7:80: E501 line too long (99 > 79 characters) ./src/punx/validations/item_name.py:10:1: E265 block comment should start with '# ' ./src/punx/validations/item_name.py:33:1: W293 blank line contains whitespace ./src/punx/validations/item_name.py:39:80: E501 line too long (80 > 79 characters) ./src/punx/validations/item_name.py:46:80: E501 line too long (83 > 79 characters) ./src/punx/validations/item_name.py:47:1: W293 blank line contains whitespace ./src/punx/validations/item_name.py:49:1: W293 blank line contains whitespace ./src/punx/validations/item_name.py:53:60: W291 trailing whitespace ./src/punx/validations/item_name.py:54:65: W291 trailing whitespace ./src/punx/validations/item_name.py:55:23: W291 trailing whitespace ./src/punx/validations/item_name.py:57:1: W293 blank line contains whitespace ./src/punx/validations/item_name.py:58:80: E501 line too long (93 > 79 characters) ./src/punx/validations/item_name.py:60:80: E501 line too long (93 > 79 characters) ./src/punx/validations/item_name.py:62:80: E501 line too long (88 > 79 characters) ./src/punx/validations/item_name.py:63:80: E501 line too long (88 > 79 characters) ./src/punx/validations/item_name.py:65:80: E501 line too long (93 > 79 characters) ./src/punx/validations/item_name.py:66:1: W293 blank line contains whitespace ./src/punx/validations/item_name.py:67:80: E501 line too long (96 > 79 characters) ./src/punx/validations/item_name.py:78:80: E501 line too long (81 > 79 characters) ./src/punx/validations/item_name.py:160:1: W293 blank line contains whitespace ./src/punx/validations/base_class_items_in_hdf5_group.py:2:1: E265 block comment should start with '# ' ./src/punx/validations/base_class_items_in_hdf5_group.py:7:80: E501 line too long (99 > 79 characters) ./src/punx/validations/base_class_items_in_hdf5_group.py:10:1: E265 block comment should start with '# ' ./src/punx/validations/base_class_items_in_hdf5_group.py:20:80: E501 line too long (93 > 79 characters) ./src/punx/validations/base_class_items_in_hdf5_group.py:49:1: W293 blank line contains whitespace ./src/punx/validations/base_class_items_in_hdf5_group.py:50:9: E265 block comment should start with '# ' ./src/punx/validations/base_class_items_in_hdf5_group.py:56:9: E265 block comment should start with '# ' ./src/punx/validations/base_class_items_in_hdf5_group.py:57:80: E501 line too long (87 > 79 characters) ./src/punx/validations/nx_class_attribute.py:2:1: E265 block comment should start with '# ' ./src/punx/validations/nx_class_attribute.py:7:80: E501 line too long (99 > 79 characters) ./src/punx/validations/nx_class_attribute.py:10:1: E265 block comment should start with '# ' ./src/punx/validations/nx_class_attribute.py:19:1: W293 blank line contains whitespace ./src/punx/validations/nx_class_attribute.py:20:66: W291 trailing whitespace ./src/punx/validations/nx_class_attribute.py:22:71: W291 trailing whitespace ./src/punx/validations/nx_class_attribute.py:23:65: W291 trailing whitespace ./src/punx/ignore_now/analyze.py:4:1: E265 block comment should start with '# ' ./src/punx/ignore_now/analyze.py:9:80: E501 line too long (99 > 79 characters) ./src/punx/ignore_now/analyze.py:12:1: E265 block comment should start with '# ' ./src/punx/ignore_now/analyze.py:17:80: E501 line too long (86 > 79 characters) ./src/punx/ignore_now/analyze.py:20:1: W293 blank line contains whitespace ./src/punx/ignore_now/analyze.py:33:1: E302 expected 2 blank lines, found 0 ./src/punx/ignore_now/analyze.py:56:80: E501 line too long (90 > 79 characters) ./src/punx/ignore_now/analyze.py:61:1: W293 blank line contains whitespace ./src/punx/ignore_now/analyze.py:71:80: E501 line too long (97 > 79 characters) ./src/punx/ignore_now/dev_main.py:9:80: E501 line too long (99 > 79 characters) ./src/punx/ignore_now/dev_main.py:83:80: E501 line too long (86 > 79 characters) ./src/punx/ignore_now/dev_main.py:90:1: W293 blank line contains whitespace ./src/punx/ignore_now/settings.py:6:1: W293 blank line contains whitespace ./src/punx/ignore_now/settings.py:13:1: E265 block comment should start with '# ' ./src/punx/ignore_now/settings.py:18:80: E501 line too long (99 > 79 characters) ./src/punx/ignore_now/settings.py:21:1: E265 block comment should start with '# ' ./src/punx/ignore_now/settings.py:29:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/settings.py:30:1: E402 module level import not at top of file ./src/punx/ignore_now/settings.py:45:1: W293 blank line contains whitespace ./src/punx/ignore_now/settings.py:54:1: W293 blank line contains whitespace ./src/punx/ignore_now/settings.py:55:58: W291 trailing whitespace ./src/punx/ignore_now/settings.py:68:1: W293 blank line contains whitespace ./src/punx/ignore_now/settings.py:76:1: W293 blank line contains whitespace ./src/punx/ignore_now/settings.py:87:1: W293 blank line contains whitespace ./src/punx/ignore_now/settings.py:90:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/settings.py:91:1: W293 blank line contains whitespace ./src/punx/ignore_now/settings.py:93:1: W293 blank line contains whitespace ./src/punx/ignore_now/settings.py:105:1: W293 blank line contains whitespace ./src/punx/ignore_now/settings.py:113:1: W293 blank line contains whitespace ./src/punx/ignore_now/settings.py:121:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:4:1: E265 block comment should start with '# ' ./src/punx/ignore_now/nxdl_rules.py:9:80: E501 line too long (99 > 79 characters) ./src/punx/ignore_now/nxdl_rules.py:12:1: E265 block comment should start with '# ' ./src/punx/ignore_now/nxdl_rules.py:15:80: E501 line too long (81 > 79 characters) ./src/punx/ignore_now/nxdl_rules.py:18:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:61:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/nxdl_rules.py:62:1: E402 module level import not at top of file ./src/punx/ignore_now/nxdl_rules.py:68:44: W291 trailing whitespace ./src/punx/ignore_now/nxdl_rules.py:72:80: E501 line too long (81 > 79 characters) ./src/punx/ignore_now/nxdl_rules.py:78:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:88:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:93:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:100:80: E501 line too long (98 > 79 characters) ./src/punx/ignore_now/nxdl_rules.py:104:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:123:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:129:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:136:69: E231 missing whitespace after ',' ./src/punx/ignore_now/nxdl_rules.py:154:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:159:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:163:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:169:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:173:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:188:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:192:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:229:80: E501 line too long (84 > 79 characters) ./src/punx/ignore_now/nxdl_rules.py:243:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:248:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:257:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/nxdl_rules.py:258:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:261:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:291:1: E302 expected 2 blank lines, found 1 ./src/punx/ignore_now/nxdl_rules.py:291:29: W291 trailing whitespace ./src/punx/ignore_now/nxdl_rules.py:294:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:299:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:326:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:335:9: E722 do not use bare 'except' ./src/punx/ignore_now/nxdl_rules.py:339:27: W291 trailing whitespace ./src/punx/ignore_now/nxdl_rules.py:342:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:346:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:350:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:371:80: E501 line too long (94 > 79 characters) ./src/punx/ignore_now/nxdl_rules.py:383:65: W291 trailing whitespace ./src/punx/ignore_now/nxdl_rules.py:386:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:389:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:391:80: E501 line too long (90 > 79 characters) ./src/punx/ignore_now/nxdl_rules.py:393:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:394:32: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/nxdl_rules.py:394:34: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/nxdl_rules.py:401:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:439:24: W291 trailing whitespace ./src/punx/ignore_now/nxdl_rules.py:442:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdl_rules.py:445:1: W293 blank line contains whitespace ./src/punx/ignore_now/main.py:4:1: E265 block comment should start with '# ' ./src/punx/ignore_now/main.py:9:80: E501 line too long (99 > 79 characters) ./src/punx/ignore_now/main.py:12:1: E265 block comment should start with '# ' ./src/punx/ignore_now/main.py:24:1: W293 blank line contains whitespace ./src/punx/ignore_now/main.py:27:1: W293 blank line contains whitespace ./src/punx/ignore_now/main.py:31:1: W293 blank line contains whitespace ./src/punx/ignore_now/main.py:34:1: W293 blank line contains whitespace ./src/punx/ignore_now/main.py:42:1: W293 blank line contains whitespace ./src/punx/ignore_now/main.py:60:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/main.py:61:1: E402 module level import not at top of file ./src/punx/ignore_now/main.py:62:1: E402 module level import not at top of file ./src/punx/ignore_now/main.py:63:1: E402 module level import not at top of file ./src/punx/ignore_now/main.py:76:1: W293 blank line contains whitespace ./src/punx/ignore_now/main.py:92:1: W293 blank line contains whitespace ./src/punx/ignore_now/main.py:102:80: E501 line too long (94 > 79 characters) ./src/punx/ignore_now/main.py:106:80: E501 line too long (84 > 79 characters) ./src/punx/ignore_now/main.py:115:80: E501 line too long (80 > 79 characters) ./src/punx/ignore_now/main.py:126:20: E225 missing whitespace around operator ./src/punx/ignore_now/main.py:135:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/main.py:150:1: W293 blank line contains whitespace ./src/punx/ignore_now/main.py:151:80: E501 line too long (86 > 79 characters) ./src/punx/ignore_now/main.py:154:24: E225 missing whitespace around operator ./src/punx/ignore_now/main.py:189:1: W293 blank line contains whitespace ./src/punx/ignore_now/main.py:206:69: W291 trailing whitespace ./src/punx/ignore_now/main.py:219:80: E501 line too long (89 > 79 characters) ./src/punx/ignore_now/main.py:223:1: W293 blank line contains whitespace ./src/punx/ignore_now/main.py:231:1: W293 blank line contains whitespace ./src/punx/ignore_now/main.py:232:80: E501 line too long (87 > 79 characters) ./src/punx/ignore_now/main.py:233:80: E501 line too long (109 > 79 characters) ./src/punx/ignore_now/main.py:235:1: W293 blank line contains whitespace ./src/punx/ignore_now/main.py:240:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/main.py:241:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/main.py:247:21: E265 block comment should start with '# ' ./src/punx/ignore_now/main.py:252:80: E501 line too long (98 > 79 characters) ./src/punx/ignore_now/main.py:261:80: E501 line too long (84 > 79 characters) ./src/punx/ignore_now/main.py:281:53: W291 trailing whitespace ./src/punx/ignore_now/main.py:282:38: E127 continuation line over-indented for visual indent ./src/punx/ignore_now/main.py:283:38: E127 continuation line over-indented for visual indent ./src/punx/ignore_now/main.py:285:25: W291 trailing whitespace ./src/punx/ignore_now/main.py:286:21: E127 continuation line over-indented for visual indent ./src/punx/ignore_now/main.py:286:33: W291 trailing whitespace ./src/punx/ignore_now/main.py:287:38: W291 trailing whitespace ./src/punx/ignore_now/main.py:289:1: W293 blank line contains whitespace ./src/punx/ignore_now/main.py:297:24: E128 continuation line under-indented for visual indent ./src/punx/ignore_now/main.py:298:24: E128 continuation line under-indented for visual indent ./src/punx/ignore_now/main.py:299:24: E128 continuation line under-indented for visual indent ./src/punx/ignore_now/main.py:300:1: W293 blank line contains whitespace ./src/punx/ignore_now/main.py:309:24: E128 continuation line under-indented for visual indent ./src/punx/ignore_now/main.py:310:24: E128 continuation line under-indented for visual indent ./src/punx/ignore_now/main.py:311:24: E128 continuation line under-indented for visual indent ./src/punx/ignore_now/main.py:311:24: E265 block comment should start with '# ' ./src/punx/ignore_now/main.py:312:24: E128 continuation line under-indented for visual indent ./src/punx/ignore_now/main.py:315:27: W291 trailing whitespace ./src/punx/ignore_now/main.py:316:35: W291 trailing whitespace ./src/punx/ignore_now/main.py:319:80: E501 line too long (87 > 79 characters) ./src/punx/ignore_now/main.py:320:1: W293 blank line contains whitespace ./src/punx/ignore_now/main.py:321:1: W293 blank line contains whitespace ./src/punx/ignore_now/main.py:322:5: E303 too many blank lines (2) ./src/punx/ignore_now/main.py:322:5: E266 too many leading '#' for block comment ./src/punx/ignore_now/main.py:323:80: E501 line too long (90 > 79 characters) ./src/punx/ignore_now/main.py:333:80: E501 line too long (83 > 79 characters) ./src/punx/ignore_now/main.py:336:5: E303 too many blank lines (2) ./src/punx/ignore_now/main.py:336:5: E266 too many leading '#' for block comment ./src/punx/ignore_now/main.py:338:80: E501 line too long (95 > 79 characters) ./src/punx/ignore_now/main.py:343:5: E303 too many blank lines (2) ./src/punx/ignore_now/main.py:343:5: E266 too many leading '#' for block comment ./src/punx/ignore_now/main.py:348:35: W291 trailing whitespace ./src/punx/ignore_now/main.py:349:25: E128 continuation line under-indented for visual indent ./src/punx/ignore_now/main.py:349:46: W291 trailing whitespace ./src/punx/ignore_now/main.py:350:25: E128 continuation line under-indented for visual indent ./src/punx/ignore_now/main.py:351:25: E128 continuation line under-indented for visual indent ./src/punx/ignore_now/main.py:352:25: E128 continuation line under-indented for visual indent ./src/punx/ignore_now/main.py:355:24: E128 continuation line under-indented for visual indent ./src/punx/ignore_now/main.py:356:24: E128 continuation line under-indented for visual indent ./src/punx/ignore_now/main.py:357:24: E128 continuation line under-indented for visual indent ./src/punx/ignore_now/main.py:357:24: E265 block comment should start with '# ' ./src/punx/ignore_now/main.py:358:24: E128 continuation line under-indented for visual indent ./src/punx/ignore_now/main.py:362:5: E303 too many blank lines (2) ./src/punx/ignore_now/main.py:362:5: E266 too many leading '#' for block comment ./src/punx/ignore_now/main.py:366:43: W291 trailing whitespace ./src/punx/ignore_now/main.py:367:32: E127 continuation line over-indented for visual indent ./src/punx/ignore_now/main.py:367:52: W291 trailing whitespace ./src/punx/ignore_now/main.py:368:32: E127 continuation line over-indented for visual indent ./src/punx/ignore_now/main.py:368:46: W291 trailing whitespace ./src/punx/ignore_now/main.py:369:32: E127 continuation line over-indented for visual indent ./src/punx/ignore_now/main.py:373:5: E303 too many blank lines (2) ./src/punx/ignore_now/main.py:373:5: E266 too many leading '#' for block comment ./src/punx/ignore_now/main.py:374:80: E501 line too long (80 > 79 characters) ./src/punx/ignore_now/main.py:380:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/main.py:399:13: F841 local variable '_log' is assigned to but never used ./src/punx/ignore_now/main.py:406:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:4:1: E265 block comment should start with '# ' ./src/punx/ignore_now/h5structure.py:9:80: E501 line too long (99 > 79 characters) ./src/punx/ignore_now/h5structure.py:12:1: E265 block comment should start with '# ' ./src/punx/ignore_now/h5structure.py:18:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:38:17: E262 inline comment should start with '# ' ./src/punx/ignore_now/h5structure.py:39:17: E262 inline comment should start with '# ' ./src/punx/ignore_now/h5structure.py:43:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/h5structure.py:44:1: E402 module level import not at top of file ./src/punx/ignore_now/h5structure.py:52:9: E265 block comment should start with '# ' ./src/punx/ignore_now/h5structure.py:62:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:64:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:69:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:89:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:92:33: E701 multiple statements on one line (colon) ./src/punx/ignore_now/h5structure.py:103:58: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/h5structure.py:103:60: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/h5structure.py:107:50: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/h5structure.py:107:52: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/h5structure.py:112:80: E501 line too long (95 > 79 characters) ./src/punx/ignore_now/h5structure.py:113:80: E501 line too long (87 > 79 characters) ./src/punx/ignore_now/h5structure.py:116:15: E201 whitespace after '[' ./src/punx/ignore_now/h5structure.py:116:44: E202 whitespace before ']' ./src/punx/ignore_now/h5structure.py:121:20: E221 multiple spaces before operator ./src/punx/ignore_now/h5structure.py:129:23: E201 whitespace after '[' ./src/punx/ignore_now/h5structure.py:129:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/h5structure.py:129:81: E202 whitespace before ']' ./src/punx/ignore_now/h5structure.py:131:23: E201 whitespace after '[' ./src/punx/ignore_now/h5structure.py:131:70: E202 whitespace before ']' ./src/punx/ignore_now/h5structure.py:132:23: E201 whitespace after '[' ./src/punx/ignore_now/h5structure.py:132:66: E202 whitespace before ']' ./src/punx/ignore_now/h5structure.py:136:80: E501 line too long (84 > 79 characters) ./src/punx/ignore_now/h5structure.py:139:80: E501 line too long (85 > 79 characters) ./src/punx/ignore_now/h5structure.py:140:80: E501 line too long (83 > 79 characters) ./src/punx/ignore_now/h5structure.py:141:80: E501 line too long (87 > 79 characters) ./src/punx/ignore_now/h5structure.py:141:88: W291 trailing whitespace ./src/punx/ignore_now/h5structure.py:145:80: E501 line too long (85 > 79 characters) ./src/punx/ignore_now/h5structure.py:147:31: E201 whitespace after '[' ./src/punx/ignore_now/h5structure.py:147:78: E202 whitespace before ']' ./src/punx/ignore_now/h5structure.py:148:31: E201 whitespace after '[' ./src/punx/ignore_now/h5structure.py:148:74: E202 whitespace before ']' ./src/punx/ignore_now/h5structure.py:150:80: E501 line too long (92 > 79 characters) ./src/punx/ignore_now/h5structure.py:156:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:159:49: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/h5structure.py:159:51: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/h5structure.py:173:42: E222 multiple spaces after operator ./src/punx/ignore_now/h5structure.py:175:21: E265 block comment should start with '# ' ./src/punx/ignore_now/h5structure.py:178:80: E501 line too long (102 > 79 characters) ./src/punx/ignore_now/h5structure.py:181:57: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/h5structure.py:181:59: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/h5structure.py:182:80: E501 line too long (91 > 79 characters) ./src/punx/ignore_now/h5structure.py:184:80: E501 line too long (94 > 79 characters) ./src/punx/ignore_now/h5structure.py:187:53: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/h5structure.py:187:55: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/h5structure.py:188:80: E501 line too long (86 > 79 characters) ./src/punx/ignore_now/h5structure.py:193:80: E501 line too long (106 > 79 characters) ./src/punx/ignore_now/h5structure.py:203:23: E201 whitespace after '[' ./src/punx/ignore_now/h5structure.py:203:77: E202 whitespace before ']' ./src/punx/ignore_now/h5structure.py:205:23: E201 whitespace after '[' ./src/punx/ignore_now/h5structure.py:205:80: E501 line too long (102 > 79 characters) ./src/punx/ignore_now/h5structure.py:205:101: E202 whitespace before ']' ./src/punx/ignore_now/h5structure.py:210:19: E201 whitespace after '[' ./src/punx/ignore_now/h5structure.py:210:68: E202 whitespace before ']' ./src/punx/ignore_now/h5structure.py:214:19: E201 whitespace after '[' ./src/punx/ignore_now/h5structure.py:214:63: W291 trailing whitespace ./src/punx/ignore_now/h5structure.py:215:36: E128 continuation line under-indented for visual indent ./src/punx/ignore_now/h5structure.py:215:51: E202 whitespace before ']' ./src/punx/ignore_now/h5structure.py:223:27: E201 whitespace after '[' ./src/punx/ignore_now/h5structure.py:224:71: E202 whitespace before ']' ./src/punx/ignore_now/h5structure.py:227:27: E201 whitespace after '[' ./src/punx/ignore_now/h5structure.py:228:64: E202 whitespace before ']' ./src/punx/ignore_now/h5structure.py:229:21: E265 block comment should start with '# ' ./src/punx/ignore_now/h5structure.py:233:23: E201 whitespace after '[' ./src/punx/ignore_now/h5structure.py:234:60: E202 whitespace before ']' ./src/punx/ignore_now/h5structure.py:255:9: E741 ambiguous variable name 'l' ./src/punx/ignore_now/h5structure.py:258:12: E741 ambiguous variable name 'l' ./src/punx/ignore_now/h5structure.py:264:44: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/h5structure.py:264:46: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/h5structure.py:274:35: E711 comparison to None should be 'if cond is not None:' ./src/punx/ignore_now/h5structure.py:279:46: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/h5structure.py:279:48: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/h5structure.py:281:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:302:20: E701 multiple statements on one line (colon) ./src/punx/ignore_now/h5structure.py:303:34: E201 whitespace after '(' ./src/punx/ignore_now/h5structure.py:303:43: E202 whitespace before ')' ./src/punx/ignore_now/h5structure.py:306:22: E201 whitespace after '(' ./src/punx/ignore_now/h5structure.py:306:65: E202 whitespace before ')' ./src/punx/ignore_now/h5structure.py:309:22: E201 whitespace after '(' ./src/punx/ignore_now/h5structure.py:309:66: E202 whitespace before ')' ./src/punx/ignore_now/h5structure.py:309:68: E261 at least two spaces before inline comment ./src/punx/ignore_now/h5structure.py:312:21: E201 whitespace after '(' ./src/punx/ignore_now/h5structure.py:312:23: E202 whitespace before ')' ./src/punx/ignore_now/h5structure.py:315:51: E201 whitespace after '(' ./src/punx/ignore_now/h5structure.py:315:53: E202 whitespace before ')' ./src/punx/ignore_now/h5structure.py:323:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:325:80: E501 line too long (81 > 79 characters) ./src/punx/ignore_now/h5structure.py:325:82: W291 trailing whitespace ./src/punx/ignore_now/h5structure.py:331:80: E501 line too long (81 > 79 characters) ./src/punx/ignore_now/h5structure.py:346:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:351:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:360:80: E501 line too long (89 > 79 characters) ./src/punx/ignore_now/h5structure.py:365:80: E501 line too long (88 > 79 characters) ./src/punx/ignore_now/h5structure.py:370:1: E302 expected 2 blank lines, found 1 ./src/punx/ignore_now/h5structure.py:373:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:376:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:382:80: E501 line too long (81 > 79 characters) ./src/punx/ignore_now/h5structure.py:385:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:394:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:400:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:406:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:419:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:420:80: W291 trailing whitespace ./src/punx/ignore_now/h5structure.py:421:80: E501 line too long (84 > 79 characters) ./src/punx/ignore_now/h5structure.py:425:5: F841 local variable '_exc' is assigned to but never used ./src/punx/ignore_now/h5structure.py:434:80: E501 line too long (87 > 79 characters) ./src/punx/ignore_now/h5structure.py:435:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:437:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:439:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:440:49: W291 trailing whitespace ./src/punx/ignore_now/h5structure.py:441:60: W291 trailing whitespace ./src/punx/ignore_now/h5structure.py:444:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:461:80: E501 line too long (84 > 79 characters) ./src/punx/ignore_now/h5structure.py:467:5: E722 do not use bare 'except' ./src/punx/ignore_now/h5structure.py:475:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:477:1: W293 blank line contains whitespace ./src/punx/ignore_now/h5structure.py:480:80: E501 line too long (83 > 79 characters) ./src/punx/ignore_now/validate.py:4:1: E265 block comment should start with '# ' ./src/punx/ignore_now/validate.py:9:80: E501 line too long (99 > 79 characters) ./src/punx/ignore_now/validate.py:12:1: E265 block comment should start with '# ' ./src/punx/ignore_now/validate.py:18:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:28:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/validate.py:103:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/validate.py:104:1: E402 module level import not at top of file ./src/punx/ignore_now/validate.py:105:1: E402 module level import not at top of file ./src/punx/ignore_now/validate.py:106:1: E402 module level import not at top of file ./src/punx/ignore_now/validate.py:108:80: E501 line too long (113 > 79 characters) ./src/punx/ignore_now/validate.py:135:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:140:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:155:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:161:77: W291 trailing whitespace ./src/punx/ignore_now/validate.py:164:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:169:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:176:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:186:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:195:80: E501 line too long (110 > 79 characters) ./src/punx/ignore_now/validate.py:207:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:210:58: W291 trailing whitespace ./src/punx/ignore_now/validate.py:212:32: E261 at least two spaces before inline comment ./src/punx/ignore_now/validate.py:220:80: E501 line too long (80 > 79 characters) ./src/punx/ignore_now/validate.py:223:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:224:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:225:5: E303 too many blank lines (2) ./src/punx/ignore_now/validate.py:229:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:232:80: E501 line too long (90 > 79 characters) ./src/punx/ignore_now/validate.py:236:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:239:80: E501 line too long (91 > 79 characters) ./src/punx/ignore_now/validate.py:240:80: E501 line too long (91 > 79 characters) ./src/punx/ignore_now/validate.py:241:80: E501 line too long (91 > 79 characters) ./src/punx/ignore_now/validate.py:246:47: F821 undefined name 'unicode' ./src/punx/ignore_now/validate.py:249:34: E221 multiple spaces before operator ./src/punx/ignore_now/validate.py:250:80: E501 line too long (91 > 79 characters) ./src/punx/ignore_now/validate.py:251:80: E501 line too long (94 > 79 characters) ./src/punx/ignore_now/validate.py:252:35: E221 multiple spaces before operator ./src/punx/ignore_now/validate.py:253:40: E221 multiple spaces before operator ./src/punx/ignore_now/validate.py:254:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:269:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:275:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:297:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:301:80: E501 line too long (80 > 79 characters) ./src/punx/ignore_now/validate.py:305:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:313:80: E501 line too long (81 > 79 characters) ./src/punx/ignore_now/validate.py:315:80: E501 line too long (91 > 79 characters) ./src/punx/ignore_now/validate.py:319:80: E501 line too long (83 > 79 characters) ./src/punx/ignore_now/validate.py:331:80: E501 line too long (94 > 79 characters) ./src/punx/ignore_now/validate.py:334:80: E501 line too long (93 > 79 characters) ./src/punx/ignore_now/validate.py:355:27: F821 undefined name '_exc' ./src/punx/ignore_now/validate.py:357:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:360:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/validate.py:364:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:370:80: E501 line too long (91 > 79 characters) ./src/punx/ignore_now/validate.py:391:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/validate.py:394:80: E501 line too long (83 > 79 characters) ./src/punx/ignore_now/validate.py:395:52: E261 at least two spaces before inline comment ./src/punx/ignore_now/validate.py:396:80: E501 line too long (91 > 79 characters) ./src/punx/ignore_now/validate.py:398:80: E501 line too long (112 > 79 characters) ./src/punx/ignore_now/validate.py:401:80: E501 line too long (95 > 79 characters) ./src/punx/ignore_now/validate.py:402:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:417:17: F841 local variable 'nx_type' is assigned to but never used ./src/punx/ignore_now/validate.py:418:17: F841 local variable 'minO' is assigned to but never used ./src/punx/ignore_now/validate.py:419:80: E501 line too long (89 > 79 characters) ./src/punx/ignore_now/validate.py:420:80: E501 line too long (85 > 79 characters) ./src/punx/ignore_now/validate.py:425:80: E501 line too long (90 > 79 characters) ./src/punx/ignore_now/validate.py:427:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:431:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:446:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:453:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:462:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:470:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/validate.py:473:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:481:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:484:9: E265 block comment should start with '# ' ./src/punx/ignore_now/validate.py:499:80: E501 line too long (109 > 79 characters) ./src/punx/ignore_now/validate.py:502:80: E501 line too long (87 > 79 characters) ./src/punx/ignore_now/validate.py:502:88: W291 trailing whitespace ./src/punx/ignore_now/validate.py:504:80: E501 line too long (80 > 79 characters) ./src/punx/ignore_now/validate.py:508:80: E501 line too long (89 > 79 characters) ./src/punx/ignore_now/validate.py:513:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:521:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:536:80: E501 line too long (90 > 79 characters) ./src/punx/ignore_now/validate.py:550:80: E501 line too long (89 > 79 characters) ./src/punx/ignore_now/validate.py:557:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:559:80: E501 line too long (102 > 79 characters) ./src/punx/ignore_now/validate.py:570:80: E501 line too long (87 > 79 characters) ./src/punx/ignore_now/validate.py:578:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:594:80: E501 line too long (87 > 79 characters) ./src/punx/ignore_now/validate.py:600:9: F841 local variable 'maxO' is assigned to but never used ./src/punx/ignore_now/validate.py:608:80: E501 line too long (90 > 79 characters) ./src/punx/ignore_now/validate.py:609:80: E501 line too long (91 > 79 characters) ./src/punx/ignore_now/validate.py:610:80: E501 line too long (97 > 79 characters) ./src/punx/ignore_now/validate.py:635:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:636:70: W291 trailing whitespace ./src/punx/ignore_now/validate.py:641:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:643:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:646:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:658:80: W291 trailing whitespace ./src/punx/ignore_now/validate.py:659:80: E501 line too long (80 > 79 characters) ./src/punx/ignore_now/validate.py:659:81: W291 trailing whitespace ./src/punx/ignore_now/validate.py:662:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:663:80: E501 line too long (97 > 79 characters) ./src/punx/ignore_now/validate.py:665:80: E501 line too long (97 > 79 characters) ./src/punx/ignore_now/validate.py:667:80: E501 line too long (92 > 79 characters) ./src/punx/ignore_now/validate.py:668:80: E501 line too long (92 > 79 characters) ./src/punx/ignore_now/validate.py:670:80: E501 line too long (97 > 79 characters) ./src/punx/ignore_now/validate.py:671:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:672:80: E501 line too long (100 > 79 characters) ./src/punx/ignore_now/validate.py:685:61: W291 trailing whitespace ./src/punx/ignore_now/validate.py:686:44: W291 trailing whitespace ./src/punx/ignore_now/validate.py:687:45: W291 trailing whitespace ./src/punx/ignore_now/validate.py:690:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:693:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:699:22: E222 multiple spaces after operator ./src/punx/ignore_now/validate.py:706:26: E222 multiple spaces after operator ./src/punx/ignore_now/validate.py:715:25: F841 local variable '_test' is assigned to but never used ./src/punx/ignore_now/validate.py:717:21: F841 local variable '_exc' is assigned to but never used ./src/punx/ignore_now/validate.py:729:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:733:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:734:80: E501 line too long (93 > 79 characters) ./src/punx/ignore_now/validate.py:743:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:744:80: E501 line too long (83 > 79 characters) ./src/punx/ignore_now/validate.py:752:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:763:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:767:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:768:80: E501 line too long (93 > 79 characters) ./src/punx/ignore_now/validate.py:769:80: E501 line too long (115 > 79 characters) ./src/punx/ignore_now/validate.py:770:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:773:80: E501 line too long (84 > 79 characters) ./src/punx/ignore_now/validate.py:775:80: E501 line too long (91 > 79 characters) ./src/punx/ignore_now/validate.py:777:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:787:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:796:29: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/validate.py:796:31: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/validate.py:796:38: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/validate.py:796:40: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/validate.py:796:47: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/validate.py:796:49: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/validate.py:796:62: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/validate.py:796:64: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/validate.py:805:80: E501 line too long (86 > 79 characters) ./src/punx/ignore_now/validate.py:821:80: E501 line too long (86 > 79 characters) ./src/punx/ignore_now/validate.py:823:80: E501 line too long (112 > 79 characters) ./src/punx/ignore_now/validate.py:824:80: E501 line too long (84 > 79 characters) ./src/punx/ignore_now/validate.py:825:80: E501 line too long (84 > 79 characters) ./src/punx/ignore_now/validate.py:831:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:845:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/validate.py:868:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:877:13: E265 block comment should start with '# ' ./src/punx/ignore_now/validate.py:882:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:886:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:915:13: E265 block comment should start with '# ' ./src/punx/ignore_now/validate.py:920:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:924:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:935:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:942:80: E501 line too long (80 > 79 characters) ./src/punx/ignore_now/validate.py:945:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/validate.py:953:80: E501 line too long (81 > 79 characters) ./src/punx/ignore_now/validate.py:954:80: E501 line too long (98 > 79 characters) ./src/punx/ignore_now/validate.py:970:80: E501 line too long (83 > 79 characters) ./src/punx/ignore_now/validate.py:971:80: E501 line too long (96 > 79 characters) ./src/punx/ignore_now/validate.py:972:80: E501 line too long (84 > 79 characters) ./src/punx/ignore_now/validate.py:974:80: E501 line too long (91 > 79 characters) ./src/punx/ignore_now/validate.py:978:80: E501 line too long (84 > 79 characters) ./src/punx/ignore_now/validate.py:978:85: W291 trailing whitespace ./src/punx/ignore_now/validate.py:979:80: E501 line too long (90 > 79 characters) ./src/punx/ignore_now/validate.py:979:91: W291 trailing whitespace ./src/punx/ignore_now/validate.py:980:67: W291 trailing whitespace ./src/punx/ignore_now/validate.py:984:80: E501 line too long (84 > 79 characters) ./src/punx/ignore_now/validate.py:984:85: W291 trailing whitespace ./src/punx/ignore_now/validate.py:985:80: E501 line too long (90 > 79 characters) ./src/punx/ignore_now/validate.py:985:91: W291 trailing whitespace ./src/punx/ignore_now/validate.py:986:67: W291 trailing whitespace ./src/punx/ignore_now/validate.py:990:80: E501 line too long (83 > 79 characters) ./src/punx/ignore_now/validate.py:991:55: E231 missing whitespace after ',' ./src/punx/ignore_now/validate.py:992:80: E501 line too long (91 > 79 characters) ./src/punx/ignore_now/validate.py:998:43: E231 missing whitespace after ':' ./src/punx/ignore_now/validate.py:998:57: E231 missing whitespace after ':' ./src/punx/ignore_now/validate.py:999:80: E501 line too long (80 > 79 characters) ./src/punx/ignore_now/validate.py:999:81: W291 trailing whitespace ./src/punx/ignore_now/validate.py:1000:54: E127 continuation line over-indented for visual indent ./src/punx/ignore_now/validate.py:1000:80: E501 line too long (90 > 79 characters) ./src/punx/ignore_now/validate.py:1000:91: W291 trailing whitespace ./src/punx/ignore_now/validate.py:1001:54: E127 continuation line over-indented for visual indent ./src/punx/ignore_now/validate.py:1001:56: W291 trailing whitespace ./src/punx/ignore_now/validate.py:1002:54: E127 continuation line over-indented for visual indent ./src/punx/ignore_now/validate.py:1013:80: E501 line too long (80 > 79 characters) ./src/punx/ignore_now/validate.py:1017:80: E501 line too long (100 > 79 characters) ./src/punx/ignore_now/validate.py:1022:80: E501 line too long (83 > 79 characters) ./src/punx/ignore_now/validate.py:1027:80: E501 line too long (97 > 79 characters) ./src/punx/ignore_now/validate.py:1033:80: E501 line too long (84 > 79 characters) ./src/punx/ignore_now/validate.py:1037:80: E501 line too long (88 > 79 characters) ./src/punx/ignore_now/validate.py:1039:80: E501 line too long (89 > 79 characters) ./src/punx/ignore_now/validate.py:1041:80: E501 line too long (88 > 79 characters) ./src/punx/ignore_now/validate.py:1044:80: E501 line too long (81 > 79 characters) ./src/punx/ignore_now/validate.py:1045:80: E501 line too long (93 > 79 characters) ./src/punx/ignore_now/validate.py:1049:80: E501 line too long (93 > 79 characters) ./src/punx/ignore_now/validate.py:1058:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/validate.py:1077:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1080:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/validate.py:1081:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1082:80: E501 line too long (97 > 79 characters) ./src/punx/ignore_now/validate.py:1083:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1084:71: W291 trailing whitespace ./src/punx/ignore_now/validate.py:1089:80: E501 line too long (84 > 79 characters) ./src/punx/ignore_now/validate.py:1093:80: E501 line too long (90 > 79 characters) ./src/punx/ignore_now/validate.py:1097:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1100:80: E501 line too long (89 > 79 characters) ./src/punx/ignore_now/validate.py:1108:17: F841 local variable 'f' is assigned to but never used ./src/punx/ignore_now/validate.py:1111:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1113:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1119:80: E501 line too long (91 > 79 characters) ./src/punx/ignore_now/validate.py:1137:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1138:80: E501 line too long (95 > 79 characters) ./src/punx/ignore_now/validate.py:1138:96: W291 trailing whitespace ./src/punx/ignore_now/validate.py:1141:13: F841 local variable '__' is assigned to but never used ./src/punx/ignore_now/validate.py:1146:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1150:80: E501 line too long (91 > 79 characters) ./src/punx/ignore_now/validate.py:1163:80: E501 line too long (81 > 79 characters) ./src/punx/ignore_now/validate.py:1180:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1189:17: F841 local variable '_exc' is assigned to but never used ./src/punx/ignore_now/validate.py:1200:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1206:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1227:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1231:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1236:80: E501 line too long (97 > 79 characters) ./src/punx/ignore_now/validate.py:1237:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1247:33: E231 missing whitespace after ',' ./src/punx/ignore_now/validate.py:1254:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1275:9: F841 local variable 'exc' is assigned to but never used ./src/punx/ignore_now/validate.py:1276:17: E117 over-indented ./src/punx/ignore_now/validate.py:1286:80: E501 line too long (87 > 79 characters) ./src/punx/ignore_now/validate.py:1301:17: E117 over-indented ./src/punx/ignore_now/validate.py:1305:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1316:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1319:80: E501 line too long (100 > 79 characters) ./src/punx/ignore_now/validate.py:1320:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1322:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1323:80: E501 line too long (189 > 79 characters) ./src/punx/ignore_now/validate.py:1324:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1326:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1328:1: W293 blank line contains whitespace ./src/punx/ignore_now/validate.py:1335:41: E203 whitespace before ':' ./src/punx/ignore_now/validate.py:1338:1: E305 expected 2 blank lines after class or function definition, found 1 ./src/punx/ignore_now/nxdlstructure.py:4:1: E265 block comment should start with '# ' ./src/punx/ignore_now/nxdlstructure.py:9:80: E501 line too long (99 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:12:1: E265 block comment should start with '# ' ./src/punx/ignore_now/nxdlstructure.py:18:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:39:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:41:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:43:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:44:80: E501 line too long (83 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:45:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:47:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:49:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:51:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:52:80: E501 line too long (105 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:53:80: E501 line too long (97 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:57:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:58:80: E501 line too long (90 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:59:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:61:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:62:80: E501 line too long (94 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:70:1: E303 too many blank lines (3) ./src/punx/ignore_now/nxdlstructure.py:78:1: E402 module level import not at top of file ./src/punx/ignore_now/nxdlstructure.py:79:1: E402 module level import not at top of file ./src/punx/ignore_now/nxdlstructure.py:80:1: E402 module level import not at top of file ./src/punx/ignore_now/nxdlstructure.py:92:80: E501 line too long (84 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:119:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:121:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:123:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:129:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:132:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:143:80: E501 line too long (93 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:145:80: E501 line too long (81 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:148:9: E303 too many blank lines (2) ./src/punx/ignore_now/nxdlstructure.py:149:80: E501 line too long (87 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:150:80: E501 line too long (82 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:151:80: E501 line too long (100 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:166:9: E722 do not use bare 'except' ./src/punx/ignore_now/nxdlstructure.py:168:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:174:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:180:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:183:56: W291 trailing whitespace ./src/punx/ignore_now/nxdlstructure.py:189:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:191:22: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/nxdlstructure.py:191:24: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/nxdlstructure.py:192:18: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/nxdlstructure.py:192:20: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/nxdlstructure.py:193:18: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/nxdlstructure.py:193:20: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/nxdlstructure.py:194:17: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/nxdlstructure.py:194:19: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/nxdlstructure.py:195:20: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/nxdlstructure.py:195:22: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/nxdlstructure.py:211:9: F841 local variable '_exc' is assigned to but never used ./src/punx/ignore_now/nxdlstructure.py:216:33: W291 trailing whitespace ./src/punx/ignore_now/nxdlstructure.py:227:80: E501 line too long (81 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:232:80: E501 line too long (80 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:243:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:244:80: E501 line too long (85 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:247:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:253:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:261:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:283:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:286:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:291:24: E231 missing whitespace after ',' ./src/punx/ignore_now/nxdlstructure.py:299:12: W291 trailing whitespace ./src/punx/ignore_now/nxdlstructure.py:316:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:326:80: E501 line too long (80 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:327:30: E201 whitespace after '(' ./src/punx/ignore_now/nxdlstructure.py:327:48: E202 whitespace before ')' ./src/punx/ignore_now/nxdlstructure.py:337:9: E722 do not use bare 'except' ./src/punx/ignore_now/nxdlstructure.py:349:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:353:80: E501 line too long (80 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:354:30: E201 whitespace after '(' ./src/punx/ignore_now/nxdlstructure.py:354:48: E202 whitespace before ')' ./src/punx/ignore_now/nxdlstructure.py:359:22: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/nxdlstructure.py:359:24: E251 unexpected spaces around keyword / parameter equals ./src/punx/ignore_now/nxdlstructure.py:360:13: E265 block comment should start with '# ' ./src/punx/ignore_now/nxdlstructure.py:361:13: E265 block comment should start with '# ' ./src/punx/ignore_now/nxdlstructure.py:362:13: E265 block comment should start with '# ' ./src/punx/ignore_now/nxdlstructure.py:363:13: E265 block comment should start with '# ' ./src/punx/ignore_now/nxdlstructure.py:364:13: E265 block comment should start with '# ' ./src/punx/ignore_now/nxdlstructure.py:401:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:416:80: E501 line too long (81 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:419:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:421:80: E501 line too long (80 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:427:52: W291 trailing whitespace ./src/punx/ignore_now/nxdlstructure.py:430:80: E501 line too long (85 > 79 characters) ./src/punx/ignore_now/nxdlstructure.py:445:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:484:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:486:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:507:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:525:1: W293 blank line contains whitespace ./src/punx/ignore_now/nxdlstructure.py:530:1: W293 blank line contains whitespace ./src/punx/ignore_now/cache.py:4:1: E265 block comment should start with '# ' ./src/punx/ignore_now/cache.py:9:80: E501 line too long (99 > 79 characters) ./src/punx/ignore_now/cache.py:12:1: E265 block comment should start with '# ' ./src/punx/ignore_now/cache.py:18:1: W293 blank line contains whitespace ./src/punx/ignore_now/cache.py:31:64: W291 trailing whitespace ./src/punx/ignore_now/cache.py:36:58: W291 trailing whitespace ./src/punx/ignore_now/cache.py:37:60: W291 trailing whitespace ./src/punx/ignore_now/cache.py:40:61: W291 trailing whitespace ./src/punx/ignore_now/cache.py:44:66: W291 trailing whitespace ./src/punx/ignore_now/cache.py:45:62: W291 trailing whitespace ./src/punx/ignore_now/cache.py:47:64: W291 trailing whitespace ./src/punx/ignore_now/cache.py:53:80: E501 line too long (80 > 79 characters) ./src/punx/ignore_now/cache.py:64:1: E402 module level import not at top of file ./src/punx/ignore_now/cache.py:65:1: E402 module level import not at top of file ./src/punx/ignore_now/cache.py:88:35: W291 trailing whitespace ./src/punx/ignore_now/cache.py:93:42: W291 trailing whitespace ./src/punx/ignore_now/cache.py:101:1: W293 blank line contains whitespace ./src/punx/ignore_now/cache.py:116:1: W293 blank line contains whitespace ./src/punx/ignore_now/cache.py:117:80: E501 line too long (86 > 79 characters) ./src/punx/ignore_now/cache.py:119:30: E401 multiple imports on one line ./src/punx/ignore_now/cache.py:129:80: E501 line too long (81 > 79 characters) ./src/punx/ignore_now/cache.py:159:1: W293 blank line contains whitespace ./src/punx/ignore_now/cache.py:164:1: W293 blank line contains whitespace ./src/punx/ignore_now/cache.py:166:40: W291 trailing whitespace ./src/punx/ignore_now/cache.py:167:62: W291 trailing whitespace ./src/punx/ignore_now/cache.py:168:62: W291 trailing whitespace ./src/punx/ignore_now/cache.py:169:43: W291 trailing whitespace ./src/punx/ignore_now/cache.py:182:80: E501 line too long (84 > 79 characters) ./src/punx/ignore_now/cache.py:185:80: E501 line too long (86 > 79 characters) ./src/punx/ignore_now/cache.py:196:1: W293 blank line contains whitespace ./src/punx/ignore_now/cache.py:210:1: W293 blank line contains whitespace ./src/punx/ignore_now/cache.py:224:1: W293 blank line contains whitespace ./src/punx/ignore_now/cache.py:232:80: E501 line too long (84 > 79 characters) ./src/punx/ignore_now/cache.py:242:1: W293 blank line contains whitespace ./src/punx/ignore_now/finding.py:2:1: E265 block comment should start with '# ' ./src/punx/ignore_now/finding.py:7:80: E501 line too long (99 > 79 characters) ./src/punx/ignore_now/finding.py:10:1: E265 block comment should start with '# ' ./src/punx/ignore_now/finding.py:16:1: W293 blank line contains whitespace ./src/punx/ignore_now/finding.py:27:1: W293 blank line contains whitespace ./src/punx/ignore_now/finding.py:32:1: W293 blank line contains whitespace ./src/punx/ignore_now/finding.py:37:1: W293 blank line contains whitespace ./src/punx/ignore_now/finding.py:42:3: E221 multiple spaces before operator ./src/punx/ignore_now/finding.py:42:80: E501 line too long (85 > 79 characters) ./src/punx/ignore_now/finding.py:43:5: E221 multiple spaces before operator ./src/punx/ignore_now/finding.py:43:80: E501 line too long (109 > 79 characters) ./src/punx/ignore_now/finding.py:44:5: E221 multiple spaces before operator ./src/punx/ignore_now/finding.py:44:80: E501 line too long (119 > 79 characters) ./src/punx/ignore_now/finding.py:45:6: E221 multiple spaces before operator ./src/punx/ignore_now/finding.py:45:80: E501 line too long (88 > 79 characters) ./src/punx/ignore_now/finding.py:46:5: E221 multiple spaces before operator ./src/punx/ignore_now/finding.py:46:80: E501 line too long (90 > 79 characters) ./src/punx/ignore_now/finding.py:47:7: E221 multiple spaces before operator ./src/punx/ignore_now/finding.py:47:80: E501 line too long (101 > 79 characters) ./src/punx/ignore_now/finding.py:48:80: E501 line too long (93 > 79 characters) ./src/punx/ignore_now/finding.py:50:67: W291 trailing whitespace ./src/punx/ignore_now/finding.py:64:1: W293 blank line contains whitespace ./src/punx/ignore_now/finding.py:70:1: W293 blank line contains whitespace ./src/punx/ignore_now/finding.py:79:1: W293 blank line contains whitespace ./src/punx/ignore_now/finding.py:82:32: W291 trailing whitespace ./src/punx/ignore_now/finding.py:87:9: F841 local variable '_exc' is assigned to but never used ./src/punx/ignore_now/finding.py:94:1: W293 blank line contains whitespace ./src/punx/ignore_now/finding.py:97:1: W293 blank line contains whitespace ./src/punx/ignore_now/finding.py:102:1: W293 blank line contains whitespace ./tests/schema_manager_test.py:10:1: F401 'github' imported but unused ./tests/schema_manager_test.py:12:80: E501 line too long (89 > 79 characters) ./tests/schema_manager_test.py:13:1: E402 module level import not at top of file ./tests/schema_manager_test.py:13:12: E401 multiple imports on one line ./tests/schema_manager_test.py:17:1: W293 blank line contains whitespace ./tests/schema_manager_test.py:19:80: E501 line too long (81 > 79 characters) ./tests/schema_manager_test.py:20:1: W293 blank line contains whitespace ./tests/schema_manager_test.py:31:1: W293 blank line contains whitespace ./tests/schema_manager_test.py:42:1: W293 blank line contains whitespace ./tests/schema_manager_test.py:47:80: E501 line too long (82 > 79 characters) ./tests/schema_manager_test.py:48:1: W293 blank line contains whitespace ./tests/schema_manager_test.py:57:80: E501 line too long (107 > 79 characters) ./tests/schema_manager_test.py:58:80: E501 line too long (108 > 79 characters) ./tests/schema_manager_test.py:73:11: E225 missing whitespace around operator ./tests/h5tree_test.py:10:1: F401 'numpy' imported but unused ./tests/h5tree_test.py:14:80: E501 line too long (89 > 79 characters) ./tests/h5tree_test.py:15:1: E402 module level import not at top of file ./tests/h5tree_test.py:15:12: E401 multiple imports on one line ./tests/h5tree_test.py:18:30: E701 multiple statements on one line (colon) ./tests/h5tree_test.py:28:1: W293 blank line contains whitespace ./tests/h5tree_test.py:51:63: E231 missing whitespace after ',' ./tests/h5tree_test.py:70:11: E225 missing whitespace around operator ./tests/developer.py:10:1: F401 'h5py' imported but unused ./tests/developer.py:11:1: F401 'tempfile' imported but unused ./tests/developer.py:12:1: F401 'unittest' imported but unused ./tests/developer.py:18:53: W291 trailing whitespace ./tests/developer.py:25:1: E402 module level import not at top of file ./tests/developer.py:26:1: E402 module level import not at top of file ./tests/nxdl_schema_test.py:9:1: F401 'tempfile' imported but unused ./tests/nxdl_schema_test.py:14:1: E402 module level import not at top of file ./tests/nxdl_schema_test.py:21:1: W293 blank line contains whitespace ./tests/nxdl_schema_test.py:26:37: W291 trailing whitespace ./tests/nxdl_schema_test.py:56:1: W293 blank line contains whitespace ./tests/nxdl_schema_test.py:73:1: W293 blank line contains whitespace ./tests/nxdl_schema_test.py:88:1: W293 blank line contains whitespace ./tests/nxdl_schema_test.py:91:1: W293 blank line contains whitespace ./tests/nxdl_schema_test.py:99:1: W293 blank line contains whitespace ./tests/nxdl_schema_test.py:141:11: E225 missing whitespace around operator ./tests/common_test.py:14:1: E402 module level import not at top of file ./tests/common_test.py:18:1: W293 blank line contains whitespace ./tests/common_test.py:62:57: E231 missing whitespace after ',' ./tests/common_test.py:62:61: E231 missing whitespace after ',' ./tests/common_test.py:99:11: E225 missing whitespace around operator ./tests/nxdl_manager_test.py:11:1: F401 'tempfile' imported but unused ./tests/nxdl_manager_test.py:14:1: F401 'github' imported but unused ./tests/nxdl_manager_test.py:16:80: E501 line too long (89 > 79 characters) ./tests/nxdl_manager_test.py:17:1: E402 module level import not at top of file ./tests/nxdl_manager_test.py:17:12: E401 multiple imports on one line ./tests/nxdl_manager_test.py:20:30: E701 multiple statements on one line (colon) ./tests/nxdl_manager_test.py:24:1: W293 blank line contains whitespace ./tests/nxdl_manager_test.py:27:1: W293 blank line contains whitespace ./tests/nxdl_manager_test.py:30:1: W293 blank line contains whitespace ./tests/nxdl_manager_test.py:43:26: W291 trailing whitespace ./tests/nxdl_manager_test.py:48:39: W291 trailing whitespace ./tests/nxdl_manager_test.py:56:26: W291 trailing whitespace ./tests/nxdl_manager_test.py:60:24: E261 at least two spaces before inline comment ./tests/nxdl_manager_test.py:60:66: W291 trailing whitespace ./tests/nxdl_manager_test.py:66:1: W293 blank line contains whitespace ./tests/nxdl_manager_test.py:69:21: E261 at least two spaces before inline comment ./tests/nxdl_manager_test.py:69:60: W291 trailing whitespace ./tests/nxdl_manager_test.py:72:1: W293 blank line contains whitespace ./tests/nxdl_manager_test.py:75:21: W291 trailing whitespace ./tests/nxdl_manager_test.py:78:1: W293 blank line contains whitespace ./tests/nxdl_manager_test.py:85:45: W291 trailing whitespace ./tests/nxdl_manager_test.py:92:1: W293 blank line contains whitespace ./tests/nxdl_manager_test.py:95:29: W291 trailing whitespace ./tests/nxdl_manager_test.py:96:15: W291 trailing whitespace ./tests/nxdl_manager_test.py:106:21: E261 at least two spaces before inline comment ./tests/nxdl_manager_test.py:106:60: W291 trailing whitespace ./tests/nxdl_manager_test.py:108:1: W293 blank line contains whitespace ./tests/nxdl_manager_test.py:124:28: W291 trailing whitespace ./tests/nxdl_manager_test.py:125:15: W291 trailing whitespace ./tests/nxdl_manager_test.py:130:42: E225 missing whitespace around operator ./tests/nxdl_manager_test.py:130:47: E225 missing whitespace around operator ./tests/nxdl_manager_test.py:131:1: W293 blank line contains whitespace ./tests/nxdl_manager_test.py:135:9: F841 local variable 'cm' is assigned to but never used ./tests/nxdl_manager_test.py:156:11: E225 missing whitespace around operator ./tests/common.py:22:1: W293 blank line contains whitespace ./tests/common.py:39:80: E501 line too long (86 > 79 characters) ./tests/common.py:39:87: W291 trailing whitespace ./tests/common.py:76:1: W293 blank line contains whitespace ./tests/common.py:79:1: W293 blank line contains whitespace ./tests/common.py:81:9: F841 local variable 'testfile' is assigned to but never used ./tests/common.py:82:1: W293 blank line contains whitespace ./tests/common.py:86:1: W293 blank line contains whitespace ./tests/common.py:116:17: F841 local variable '_test' is assigned to but never used ./tests/common.py:141:80: E501 line too long (86 > 79 characters) ./tests/common.py:145:1: W293 blank line contains whitespace ./tests/common.py:162:29: E401 multiple imports on one line ./tests/common.py:163:1: W293 blank line contains whitespace ./tests/common.py:170:1: W293 blank line contains whitespace ./tests/common.py:174:1: W293 blank line contains whitespace ./tests/common.py:175:80: E501 line too long (93 > 79 characters) ./tests/common.py:183:1: W293 blank line contains whitespace ./tests/github_handler_test.py:6:1: F401 'io' imported but unused ./tests/github_handler_test.py:12:1: F401 'zipfile' imported but unused ./tests/github_handler_test.py:16:80: E501 line too long (80 > 79 characters) ./tests/github_handler_test.py:18:1: E402 module level import not at top of file ./tests/github_handler_test.py:18:12: E401 multiple imports on one line ./tests/github_handler_test.py:31:80: E501 line too long (87 > 79 characters) ./tests/github_handler_test.py:41:80: E501 line too long (81 > 79 characters) ./tests/github_handler_test.py:44:80: E501 line too long (85 > 79 characters) ./tests/github_handler_test.py:47:80: E501 line too long (91 > 79 characters) ./tests/github_handler_test.py:53:5: E303 too many blank lines (2) ./tests/github_handler_test.py:55:80: E501 line too long (89 > 79 characters) ./tests/github_handler_test.py:64:80: E501 line too long (88 > 79 characters) ./tests/github_handler_test.py:67:80: E501 line too long (91 > 79 characters) ./tests/github_handler_test.py:80:80: E501 line too long (83 > 79 characters) ./tests/github_handler_test.py:81:80: E501 line too long (90 > 79 characters) ./tests/github_handler_test.py:91:80: E501 line too long (83 > 79 characters) ./tests/github_handler_test.py:96:80: E501 line too long (85 > 79 characters) ./tests/github_handler_test.py:99:80: E501 line too long (85 > 79 characters) ./tests/github_handler_test.py:100:80: E501 line too long (96 > 79 characters) ./tests/github_handler_test.py:103:80: E501 line too long (84 > 79 characters) ./tests/github_handler_test.py:112:80: E501 line too long (86 > 79 characters) ./tests/github_handler_test.py:115:80: E501 line too long (80 > 79 characters) ./tests/github_handler_test.py:126:80: E501 line too long (82 > 79 characters) ./tests/github_handler_test.py:129:80: E501 line too long (83 > 79 characters) ./tests/github_handler_test.py:131:13: E265 block comment should start with '# ' ./tests/github_handler_test.py:131:80: E501 line too long (107 > 79 characters) ./tests/github_handler_test.py:135:80: E501 line too long (80 > 79 characters) ./tests/github_handler_test.py:139:80: E501 line too long (84 > 79 characters) ./tests/github_handler_test.py:163:13: F841 local variable '_msgs' is assigned to but never used ./tests/github_handler_test.py:170:5: F841 local variable 'cred_file' is assigned to but never used ./tests/github_handler_test.py:184:11: E225 missing whitespace around operator ./tests/__main__.py:7:11: E225 missing whitespace around operator ./tests/data_q.py:10:1: F401 'h5py' imported but unused ./tests/data_q.py:11:1: F401 'tempfile' imported but unused ./tests/data_q.py:12:1: F401 'unittest' imported but unused ./tests/data_q.py:13:1: F401 'pyRestTable' imported but unused ./tests/data_q.py:18:53: W291 trailing whitespace ./tests/data_q.py:26:1: E402 module level import not at top of file ./tests/data_q.py:27:1: E402 module level import not at top of file ./tests/__init__.py:1:80: E501 line too long (96 > 79 characters) ./tests/__init__.py:2:80: E501 line too long (117 > 79 characters) ./tests/__init__.py:3:80: E501 line too long (127 > 79 characters) ./tests/__init__.py:13:1: E402 module level import not at top of file ./tests/__init__.py:13:1: F401 'tests.common' imported but unused ./tests/__init__.py:18:5: E265 block comment should start with '# ' ./tests/__init__.py:20:5: E265 block comment should start with '# ' ./tests/__init__.py:21:5: E265 block comment should start with '# ' ./tests/__init__.py:23:5: F401 'tests.github_handler_test' imported but unused ./tests/__init__.py:28:5: E265 block comment should start with '# ' ./tests/__init__.py:32:5: E265 block comment should start with '# ' ./tests/__init__.py:33:1: W293 blank line contains whitespace ./tests/__init__.py:60:11: E225 missing whitespace around operator ./tests/cache_manager_test.py:15:1: F401 'io' imported but unused ./tests/cache_manager_test.py:17:1: F401 'shutil' imported but unused ./tests/cache_manager_test.py:19:1: F401 'tempfile' imported but unused ./tests/cache_manager_test.py:21:1: F401 'zipfile' imported but unused ./tests/cache_manager_test.py:23:1: F401 'github' imported but unused ./tests/cache_manager_test.py:25:80: E501 line too long (89 > 79 characters) ./tests/cache_manager_test.py:26:1: E402 module level import not at top of file ./tests/cache_manager_test.py:26:12: E401 multiple imports on one line ./tests/cache_manager_test.py:30:1: W293 blank line contains whitespace ./tests/cache_manager_test.py:34:22: W291 trailing whitespace ./tests/cache_manager_test.py:38:14: E131 continuation line unaligned for hanging indent ./tests/cache_manager_test.py:38:38: W291 trailing whitespace ./tests/cache_manager_test.py:42:25: W291 trailing whitespace ./tests/cache_manager_test.py:43:80: E501 line too long (92 > 79 characters) ./tests/cache_manager_test.py:46:15: W291 trailing whitespace ./tests/cache_manager_test.py:47:80: E501 line too long (83 > 79 characters) ./tests/cache_manager_test.py:48:1: W293 blank line contains whitespace ./tests/cache_manager_test.py:53:39: E231 missing whitespace after ',' ./tests/cache_manager_test.py:57:65: W291 trailing whitespace ./tests/cache_manager_test.py:61:44: W291 trailing whitespace ./tests/cache_manager_test.py:64:75: W291 trailing whitespace ./tests/cache_manager_test.py:67:1: W293 blank line contains whitespace ./tests/cache_manager_test.py:73:80: E501 line too long (93 > 79 characters) ./tests/cache_manager_test.py:74:80: E501 line too long (82 > 79 characters) ./tests/cache_manager_test.py:76:1: W293 blank line contains whitespace ./tests/cache_manager_test.py:86:1: W293 blank line contains whitespace ./tests/cache_manager_test.py:91:24: W291 trailing whitespace ./tests/cache_manager_test.py:99:1: W293 blank line contains whitespace ./tests/cache_manager_test.py:122:11: E225 missing whitespace around operator ./tests/utils_test.py:14:80: E501 line too long (89 > 79 characters) ./tests/utils_test.py:15:1: E402 module level import not at top of file ./tests/utils_test.py:15:12: E401 multiple imports on one line ./tests/utils_test.py:18:30: E701 multiple statements on one line (colon) ./tests/utils_test.py:26:80: E501 line too long (87 > 79 characters) ./tests/utils_test.py:31:80: E501 line too long (86 > 79 characters) ./tests/utils_test.py:37:80: E501 line too long (82 > 79 characters) ./tests/utils_test.py:38:9: F841 local variable '_exc' is assigned to but never used ./tests/utils_test.py:39:80: E501 line too long (80 > 79 characters) ./tests/utils_test.py:49:1: W293 blank line contains whitespace ./tests/utils_test.py:59:5: F811 redefinition of unused 'test_isHdf5FileObject' from line 54 ./tests/utils_test.py:71:80: E501 line too long (81 > 79 characters) ./tests/utils_test.py:87:13: F841 local variable 'ds' is assigned to but never used ./tests/utils_test.py:90:1: W293 blank line contains whitespace ./tests/utils_test.py:95:1: W293 blank line contains whitespace ./tests/utils_test.py:97:13: F841 local variable 'ds' is assigned to but never used ./tests/utils_test.py:98:1: W293 blank line contains whitespace ./tests/utils_test.py:103:1: W293 blank line contains whitespace ./tests/utils_test.py:106:1: W293 blank line contains whitespace ./tests/utils_test.py:140:11: E225 missing whitespace around operator ./tests/finding_test.py:6:1: F401 'lxml.etree' imported but unused ./tests/finding_test.py:9:1: F401 'tempfile' imported but unused ./tests/finding_test.py:12:1: F401 'github' imported but unused ./tests/finding_test.py:14:80: E501 line too long (89 > 79 characters) ./tests/finding_test.py:15:1: E402 module level import not at top of file ./tests/finding_test.py:15:12: E401 multiple imports on one line ./tests/finding_test.py:18:30: E701 multiple statements on one line (colon) ./tests/finding_test.py:22:1: W293 blank line contains whitespace ./tests/finding_test.py:25:1: W293 blank line contains whitespace ./tests/finding_test.py:28:1: W293 blank line contains whitespace ./tests/finding_test.py:32:33: W291 trailing whitespace ./tests/finding_test.py:33:54: W291 trailing whitespace ./tests/finding_test.py:35:1: W293 blank line contains whitespace ./tests/finding_test.py:36:1: W293 blank line contains whitespace ./tests/finding_test.py:38:1: W293 blank line contains whitespace ./tests/finding_test.py:41:13: F841 local variable 'f' is assigned to but never used ./tests/finding_test.py:42:9: E722 do not use bare 'except' ./tests/finding_test.py:49:24: W291 trailing whitespace ./tests/finding_test.py:51:18: W291 trailing whitespace ./tests/finding_test.py:52:18: W291 trailing whitespace ./tests/finding_test.py:53:25: W291 trailing whitespace ./tests/finding_test.py:56:24: W291 trailing whitespace ./tests/finding_test.py:58:18: W291 trailing whitespace ./tests/finding_test.py:59:18: W291 trailing whitespace ./tests/finding_test.py:60:18: W291 trailing whitespace ./tests/finding_test.py:63:1: W293 blank line contains whitespace ./tests/finding_test.py:65:9: F841 local variable 'f' is assigned to but never used ./tests/finding_test.py:66:1: W293 blank line contains whitespace ./tests/finding_test.py:70:59: W291 trailing whitespace ./tests/finding_test.py:74:80: E501 line too long (87 > 79 characters) ./tests/finding_test.py:85:49: W291 trailing whitespace ./tests/finding_test.py:86:15: W291 trailing whitespace ./tests/finding_test.py:89:49: W291 trailing whitespace ./tests/finding_test.py:90:49: W291 trailing whitespace ./tests/finding_test.py:110:11: E225 missing whitespace around operator ./tests/validate_test.py:26:1: F401 'numpy' imported but unused ./tests/validate_test.py:33:1: E402 module level import not at top of file ./tests/validate_test.py:34:1: E402 module level import not at top of file ./tests/validate_test.py:40:30: E701 multiple statements on one line (colon) ./tests/validate_test.py:47:22: W291 trailing whitespace ./tests/validate_test.py:48:47: W291 trailing whitespace ./tests/validate_test.py:61:1: W293 blank line contains whitespace ./tests/validate_test.py:64:80: E501 line too long (89 > 79 characters) ./tests/validate_test.py:66:9: F841 local variable '_exc' is assigned to but never used ./tests/validate_test.py:72:1: W293 blank line contains whitespace ./tests/validate_test.py:79:1: W293 blank line contains whitespace ./tests/validate_test.py:92:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:95:60: W291 trailing whitespace ./tests/validate_test.py:106:80: E501 line too long (84 > 79 characters) ./tests/validate_test.py:117:1: W293 blank line contains whitespace ./tests/validate_test.py:129:48: W291 trailing whitespace ./tests/validate_test.py:132:1: W293 blank line contains whitespace ./tests/validate_test.py:134:1: W293 blank line contains whitespace ./tests/validate_test.py:138:1: W293 blank line contains whitespace ./tests/validate_test.py:140:1: W293 blank line contains whitespace ./tests/validate_test.py:146:1: W293 blank line contains whitespace ./tests/validate_test.py:148:1: W293 blank line contains whitespace ./tests/validate_test.py:150:1: W293 blank line contains whitespace ./tests/validate_test.py:151:53: W291 trailing whitespace ./tests/validate_test.py:158:13: E265 block comment should start with '# ' ./tests/validate_test.py:161:40: W291 trailing whitespace ./tests/validate_test.py:164:1: W293 blank line contains whitespace ./tests/validate_test.py:167:80: E501 line too long (91 > 79 characters) ./tests/validate_test.py:182:80: E501 line too long (95 > 79 characters) ./tests/validate_test.py:190:80: E501 line too long (86 > 79 characters) ./tests/validate_test.py:194:80: E501 line too long (102 > 79 characters) ./tests/validate_test.py:207:1: W293 blank line contains whitespace ./tests/validate_test.py:230:80: E501 line too long (89 > 79 characters) ./tests/validate_test.py:236:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:241:80: E501 line too long (81 > 79 characters) ./tests/validate_test.py:248:80: E501 line too long (86 > 79 characters) ./tests/validate_test.py:250:1: W293 blank line contains whitespace ./tests/validate_test.py:251:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:255:57: W291 trailing whitespace ./tests/validate_test.py:260:58: W291 trailing whitespace ./tests/validate_test.py:265:58: W291 trailing whitespace ./tests/validate_test.py:272:80: E501 line too long (82 > 79 characters) ./tests/validate_test.py:281:1: W293 blank line contains whitespace ./tests/validate_test.py:315:1: W293 blank line contains whitespace ./tests/validate_test.py:317:23: E128 continuation line under-indented for visual indent ./tests/validate_test.py:318:23: E128 continuation line under-indented for visual indent ./tests/validate_test.py:319:23: E128 continuation line under-indented for visual indent ./tests/validate_test.py:319:44: E231 missing whitespace after ',' ./tests/validate_test.py:330:1: W293 blank line contains whitespace ./tests/validate_test.py:331:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:333:1: W293 blank line contains whitespace ./tests/validate_test.py:334:80: E501 line too long (80 > 79 characters) ./tests/validate_test.py:337:1: W293 blank line contains whitespace ./tests/validate_test.py:351:80: E501 line too long (82 > 79 characters) ./tests/validate_test.py:353:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:361:46: E261 at least two spaces before inline comment ./tests/validate_test.py:361:80: E501 line too long (82 > 79 characters) ./tests/validate_test.py:365:80: E501 line too long (97 > 79 characters) ./tests/validate_test.py:372:13: F841 local variable 'other' is assigned to but never used ./tests/validate_test.py:373:30: W291 trailing whitespace ./tests/validate_test.py:377:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:388:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:395:13: F841 local variable 'other' is assigned to but never used ./tests/validate_test.py:396:30: W291 trailing whitespace ./tests/validate_test.py:400:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:407:1: W293 blank line contains whitespace ./tests/validate_test.py:411:1: W293 blank line contains whitespace ./tests/validate_test.py:415:1: W293 blank line contains whitespace ./tests/validate_test.py:419:1: W293 blank line contains whitespace ./tests/validate_test.py:422:1: W293 blank line contains whitespace ./tests/validate_test.py:426:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:431:1: W293 blank line contains whitespace ./tests/validate_test.py:435:1: W293 blank line contains whitespace ./tests/validate_test.py:439:1: W293 blank line contains whitespace ./tests/validate_test.py:443:1: W293 blank line contains whitespace ./tests/validate_test.py:447:1: W293 blank line contains whitespace ./tests/validate_test.py:450:1: W293 blank line contains whitespace ./tests/validate_test.py:453:1: W293 blank line contains whitespace ./tests/validate_test.py:458:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:468:1: W293 blank line contains whitespace ./tests/validate_test.py:472:1: W293 blank line contains whitespace ./tests/validate_test.py:476:1: W293 blank line contains whitespace ./tests/validate_test.py:480:1: W293 blank line contains whitespace ./tests/validate_test.py:483:1: W293 blank line contains whitespace ./tests/validate_test.py:486:1: W293 blank line contains whitespace ./tests/validate_test.py:487:69: E231 missing whitespace after ',' ./tests/validate_test.py:491:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:503:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:518:1: W293 blank line contains whitespace ./tests/validate_test.py:536:1: W293 blank line contains whitespace ./tests/validate_test.py:537:61: E251 unexpected spaces around keyword / parameter equals ./tests/validate_test.py:537:63: E251 unexpected spaces around keyword / parameter equals ./tests/validate_test.py:554:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:561:80: E501 line too long (83 > 79 characters) ./tests/validate_test.py:563:80: E501 line too long (89 > 79 characters) ./tests/validate_test.py:577:13: F841 local variable 'ds' is assigned to but never used ./tests/validate_test.py:586:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:594:80: E501 line too long (83 > 79 characters) ./tests/validate_test.py:596:80: E501 line too long (89 > 79 characters) ./tests/validate_test.py:605:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:615:80: E501 line too long (82 > 79 characters) ./tests/validate_test.py:628:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:640:43: W291 trailing whitespace ./tests/validate_test.py:647:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:651:80: E501 line too long (82 > 79 characters) ./tests/validate_test.py:658:80: E501 line too long (82 > 79 characters) ./tests/validate_test.py:671:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:680:1: W293 blank line contains whitespace ./tests/validate_test.py:681:80: E501 line too long (82 > 79 characters) ./tests/validate_test.py:693:80: E501 line too long (80 > 79 characters) ./tests/validate_test.py:704:1: W293 blank line contains whitespace ./tests/validate_test.py:711:80: E501 line too long (85 > 79 characters) ./tests/validate_test.py:733:11: E225 missing whitespace around operator ./tests/ignore_now/nxdlstructure_test.py:16:1: E402 module level import not at top of file ./tests/ignore_now/nxdlstructure_test.py:17:1: E402 module level import not at top of file ./tests/ignore_now/nxdlstructure_test.py:21:1: W293 blank line contains whitespace ./tests/ignore_now/nxdlstructure_test.py:24:1: W293 blank line contains whitespace ./tests/ignore_now/nxdlstructure_test.py:25:9: F841 local variable 'ns' is assigned to but never used ./tests/ignore_now/nxdlstructure_test.py:29:1: W293 blank line contains whitespace ./tests/ignore_now/nxdlstructure_test.py:36:9: E265 block comment should start with '# ' ./tests/ignore_now/nxdlstructure_test.py:37:9: E265 block comment should start with '# ' ./tests/ignore_now/nxdlstructure_test.py:37:80: E501 line too long (97 > 79 characters) ./tests/ignore_now/nxdlstructure_test.py:44:1: W293 blank line contains whitespace ./tests/ignore_now/nxdlstructure_test.py:56:1: W293 blank line contains whitespace ./tests/ignore_now/nxdlstructure_test.py:58:53: W291 trailing whitespace ./tests/ignore_now/nxdlstructure_test.py:59:60: W291 trailing whitespace ./tests/ignore_now/nxdlstructure_test.py:62:9: E265 block comment should start with '# ' ./tests/ignore_now/nxdlstructure_test.py:64:65: W291 trailing whitespace ./tests/ignore_now/nxdlstructure_test.py:68:1: W293 blank line contains whitespace ./tests/ignore_now/nxdlstructure_test.py:83:11: E225 missing whitespace around operator ./tests/ignore_now/warnings_test.py:5:80: E501 line too long (100 > 79 characters) ./tests/ignore_now/warnings_test.py:11:1: F401 'numpy' imported but unused ./tests/ignore_now/warnings_test.py:26:1: W293 blank line contains whitespace ./tests/ignore_now/warnings_test.py:33:1: W293 blank line contains whitespace ./tests/ignore_now/warnings_test.py:40:1: W293 blank line contains whitespace ./tests/ignore_now/warnings_test.py:43:66: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:44:54: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:45:62: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:52:59: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:53:58: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:60:72: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:61:1: W293 blank line contains whitespace ./tests/ignore_now/warnings_test.py:62:72: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:63:78: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:64:77: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:65:76: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:66:74: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:67:71: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:74:68: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:75:1: W293 blank line contains whitespace ./tests/ignore_now/warnings_test.py:76:68: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:77:74: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:78:73: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:79:72: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:80:70: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:81:71: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:88:68: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:89:1: W293 blank line contains whitespace ./tests/ignore_now/warnings_test.py:90:68: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:91:74: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:92:73: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:93:72: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:94:74: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:95:71: W291 trailing whitespace ./tests/ignore_now/warnings_test.py:99:1: W293 blank line contains whitespace ./tests/ignore_now/warnings_test.py:101:29: E401 multiple imports on one line ./tests/ignore_now/warnings_test.py:128:1: W293 blank line contains whitespace ./tests/ignore_now/warnings_test.py:130:80: E501 line too long (99 > 79 characters) ./tests/ignore_now/warnings_test.py:132:80: E501 line too long (92 > 79 characters) ./tests/ignore_now/warnings_test.py:134:67: W605 invalid escape sequence '\w' ./tests/ignore_now/warnings_test.py:136:80: E501 line too long (95 > 79 characters) ./tests/ignore_now/warnings_test.py:138:80: E501 line too long (102 > 79 characters) ./tests/ignore_now/warnings_test.py:139:80: E501 line too long (90 > 79 characters) ./tests/ignore_now/warnings_test.py:143:80: E501 line too long (87 > 79 characters) ./tests/ignore_now/warnings_test.py:144:80: E501 line too long (94 > 79 characters) ./tests/ignore_now/warnings_test.py:145:80: E501 line too long (94 > 79 characters) ./tests/ignore_now/warnings_test.py:147:1: W293 blank line contains whitespace ./tests/ignore_now/warnings_test.py:165:11: E225 missing whitespace around operator ./tests/ignore_now/external_links.py:19:9: E117 over-indented ./tests/ignore_now/external_links.py:27:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:29:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:32:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:43:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:45:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:48:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:66:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:78:24: E225 missing whitespace around operator ./tests/ignore_now/external_links.py:78:80: E501 line too long (84 > 79 characters) ./tests/ignore_now/external_links.py:80:80: E501 line too long (80 > 79 characters) ./tests/ignore_now/external_links.py:81:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:88:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:90:80: E501 line too long (82 > 79 characters) ./tests/ignore_now/external_links.py:94:80: E501 line too long (88 > 79 characters) ./tests/ignore_now/external_links.py:99:80: E501 line too long (82 > 79 characters) ./tests/ignore_now/external_links.py:100:80: E501 line too long (87 > 79 characters) ./tests/ignore_now/external_links.py:101:80: E501 line too long (83 > 79 characters) ./tests/ignore_now/external_links.py:110:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:112:80: E501 line too long (86 > 79 characters) ./tests/ignore_now/external_links.py:116:80: E501 line too long (88 > 79 characters) ./tests/ignore_now/external_links.py:117:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:121:80: E501 line too long (83 > 79 characters) ./tests/ignore_now/external_links.py:124:80: E501 line too long (82 > 79 characters) ./tests/ignore_now/external_links.py:127:33: W291 trailing whitespace ./tests/ignore_now/external_links.py:129:42: W291 trailing whitespace ./tests/ignore_now/external_links.py:133:48: W291 trailing whitespace ./tests/ignore_now/external_links.py:136:33: W291 trailing whitespace ./tests/ignore_now/external_links.py:137:38: W291 trailing whitespace ./tests/ignore_now/external_links.py:139:40: W291 trailing whitespace ./tests/ignore_now/external_links.py:140:80: E501 line too long (88 > 79 characters) ./tests/ignore_now/external_links.py:141:9: F841 local variable 'ds' is assigned to but never used ./tests/ignore_now/external_links.py:143:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:150:59: W291 trailing whitespace ./tests/ignore_now/external_links.py:154:35: W291 trailing whitespace ./tests/ignore_now/external_links.py:155:38: W291 trailing whitespace ./tests/ignore_now/external_links.py:161:80: E501 line too long (81 > 79 characters) ./tests/ignore_now/external_links.py:165:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:174:9: E306 expected 1 blank line before a nested definition, found 0 ./tests/ignore_now/external_links.py:179:59: W291 trailing whitespace ./tests/ignore_now/external_links.py:181:38: W291 trailing whitespace ./tests/ignore_now/external_links.py:182:48: W291 trailing whitespace ./tests/ignore_now/external_links.py:184:34: W291 trailing whitespace ./tests/ignore_now/external_links.py:185:35: W291 trailing whitespace ./tests/ignore_now/external_links.py:188:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:190:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:202:9: E306 expected 1 blank line before a nested definition, found 0 ./tests/ignore_now/external_links.py:207:59: W291 trailing whitespace ./tests/ignore_now/external_links.py:209:61: W291 trailing whitespace ./tests/ignore_now/external_links.py:211:44: W291 trailing whitespace ./tests/ignore_now/external_links.py:219:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:221:71: W291 trailing whitespace ./tests/ignore_now/external_links.py:224:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:225:80: E501 line too long (82 > 79 characters) ./tests/ignore_now/external_links.py:231:24: E225 missing whitespace around operator ./tests/ignore_now/external_links.py:231:80: E501 line too long (84 > 79 characters) ./tests/ignore_now/external_links.py:233:80: E501 line too long (80 > 79 characters) ./tests/ignore_now/external_links.py:234:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:241:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:249:80: E501 line too long (82 > 79 characters) ./tests/ignore_now/external_links.py:251:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:254:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:274:80: E501 line too long (84 > 79 characters) ./tests/ignore_now/external_links.py:277:50: W291 trailing whitespace ./tests/ignore_now/external_links.py:278:46: W291 trailing whitespace ./tests/ignore_now/external_links.py:287:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:288:48: W291 trailing whitespace ./tests/ignore_now/external_links.py:291:49: W291 trailing whitespace ./tests/ignore_now/external_links.py:292:48: W291 trailing whitespace ./tests/ignore_now/external_links.py:295:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:297:24: E225 missing whitespace around operator ./tests/ignore_now/external_links.py:297:80: E501 line too long (84 > 79 characters) ./tests/ignore_now/external_links.py:299:80: E501 line too long (80 > 79 characters) ./tests/ignore_now/external_links.py:300:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:307:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:309:29: E401 multiple imports on one line ./tests/ignore_now/external_links.py:315:76: W291 trailing whitespace ./tests/ignore_now/external_links.py:317:59: W291 trailing whitespace ./tests/ignore_now/external_links.py:318:52: W291 trailing whitespace ./tests/ignore_now/external_links.py:320:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:322:1: W293 blank line contains whitespace ./tests/ignore_now/external_links.py:324:29: E401 multiple imports on one line ./tests/ignore_now/external_links.py:330:73: W291 trailing whitespace ./tests/ignore_now/external_links.py:332:59: W291 trailing whitespace ./tests/ignore_now/external_links.py:333:52: W291 trailing whitespace ./tests/ignore_now/external_links.py:337:80: E501 line too long (84 > 79 characters) ./tests/ignore_now/external_links.py:341:41: W291 trailing whitespace ./tests/ignore_now/external_links.py:342:57: W291 trailing whitespace ./tests/ignore_now/external_links.py:345:42: W291 trailing whitespace ./tests/ignore_now/external_links.py:364:11: E225 missing whitespace around operator ./tests/ignore_now/h5structure_test.py:13:1: E402 module level import not at top of file ./tests/ignore_now/h5structure_test.py:18:1: E402 module level import not at top of file ./tests/ignore_now/h5structure_test.py:22:1: W293 blank line contains whitespace ./tests/ignore_now/h5structure_test.py:34:1: W293 blank line contains whitespace ./tests/ignore_now/h5structure_test.py:42:80: E501 line too long (86 > 79 characters) ./tests/ignore_now/h5structure_test.py:46:1: W293 blank line contains whitespace ./tests/ignore_now/h5structure_test.py:72:80: E501 line too long (82 > 79 characters) ./tests/ignore_now/h5structure_test.py:85:80: E501 line too long (82 > 79 characters) ./tests/ignore_now/h5structure_test.py:86:1: W293 blank line contains whitespace ./tests/ignore_now/h5structure_test.py:91:34: W291 trailing whitespace ./tests/ignore_now/h5structure_test.py:92:30: W291 trailing whitespace ./tests/ignore_now/h5structure_test.py:93:30: W291 trailing whitespace ./tests/ignore_now/h5structure_test.py:103:11: E225 missing whitespace around operator ./tests/ignore_now/cache_test.py:9:1: F401 'tempfile' imported but unused ./tests/ignore_now/cache_test.py:16:1: E402 module level import not at top of file ./tests/ignore_now/cache_test.py:17:1: E402 module level import not at top of file ./tests/ignore_now/cache_test.py:21:1: W293 blank line contains whitespace ./tests/ignore_now/cache_test.py:23:1: W293 blank line contains whitespace ./tests/ignore_now/cache_test.py:48:1: W293 blank line contains whitespace ./tests/ignore_now/cache_test.py:62:11: E225 missing whitespace around operator ./tests/ignore_now/validate_test.py:15:1: E402 module level import not at top of file ./tests/ignore_now/validate_test.py:42:80: E501 line too long (82 > 79 characters) ./tests/ignore_now/validate_test.py:55:80: E501 line too long (82 > 79 characters) ./tests/ignore_now/validate_test.py:67:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:80:29: E401 multiple imports on one line ./tests/ignore_now/validate_test.py:92:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:97:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:99:9: E265 block comment should start with '# ' ./tests/ignore_now/validate_test.py:101:80: E501 line too long (84 > 79 characters) ./tests/ignore_now/validate_test.py:102:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:104:9: E265 block comment should start with '# ' ./tests/ignore_now/validate_test.py:107:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:109:5: E303 too many blank lines (2) ./tests/ignore_now/validate_test.py:110:29: E401 multiple imports on one line ./tests/ignore_now/validate_test.py:118:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:123:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:125:9: E265 block comment should start with '# ' ./tests/ignore_now/validate_test.py:126:80: E501 line too long (82 > 79 characters) ./tests/ignore_now/validate_test.py:127:80: E501 line too long (84 > 79 characters) ./tests/ignore_now/validate_test.py:128:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:130:9: E265 block comment should start with '# ' ./tests/ignore_now/validate_test.py:136:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:148:37: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:149:37: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:150:62: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:150:64: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:150:71: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:150:73: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:150:80: E501 line too long (89 > 79 characters) ./tests/ignore_now/validate_test.py:154:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:156:29: E401 multiple imports on one line ./tests/ignore_now/validate_test.py:174:80: E501 line too long (93 > 79 characters) ./tests/ignore_now/validate_test.py:178:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:181:59: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:182:59: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:194:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:196:29: E401 multiple imports on one line ./tests/ignore_now/validate_test.py:197:9: F401 'numpy' imported but unused ./tests/ignore_now/validate_test.py:207:50: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:207:52: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:207:59: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:207:61: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:210:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:241:80: E501 line too long (94 > 79 characters) ./tests/ignore_now/validate_test.py:243:80: E501 line too long (90 > 79 characters) ./tests/ignore_now/validate_test.py:244:9: E265 block comment should start with '# ' ./tests/ignore_now/validate_test.py:252:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:272:9: E265 block comment should start with '# ' ./tests/ignore_now/validate_test.py:276:29: E401 multiple imports on one line ./tests/ignore_now/validate_test.py:313:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:315:29: E401 multiple imports on one line ./tests/ignore_now/validate_test.py:340:51: W291 trailing whitespace ./tests/ignore_now/validate_test.py:341:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:341:17: W291 trailing whitespace ./tests/ignore_now/validate_test.py:342:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:345:48: W291 trailing whitespace ./tests/ignore_now/validate_test.py:346:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:346:61: W291 trailing whitespace ./tests/ignore_now/validate_test.py:347:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:350:49: W291 trailing whitespace ./tests/ignore_now/validate_test.py:351:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:351:80: E501 line too long (81 > 79 characters) ./tests/ignore_now/validate_test.py:351:82: W291 trailing whitespace ./tests/ignore_now/validate_test.py:352:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:353:63: W291 trailing whitespace ./tests/ignore_now/validate_test.py:354:80: E501 line too long (85 > 79 characters) ./tests/ignore_now/validate_test.py:359:49: E261 at least two spaces before inline comment ./tests/ignore_now/validate_test.py:360:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:360:80: E501 line too long (92 > 79 characters) ./tests/ignore_now/validate_test.py:360:93: W291 trailing whitespace ./tests/ignore_now/validate_test.py:361:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:362:78: W291 trailing whitespace ./tests/ignore_now/validate_test.py:363:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:363:70: W291 trailing whitespace ./tests/ignore_now/validate_test.py:364:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:366:80: E501 line too long (93 > 79 characters) ./tests/ignore_now/validate_test.py:370:49: W291 trailing whitespace ./tests/ignore_now/validate_test.py:371:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:371:27: W291 trailing whitespace ./tests/ignore_now/validate_test.py:372:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:373:78: W291 trailing whitespace ./tests/ignore_now/validate_test.py:374:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:374:71: W291 trailing whitespace ./tests/ignore_now/validate_test.py:375:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:380:49: W291 trailing whitespace ./tests/ignore_now/validate_test.py:381:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:381:27: W291 trailing whitespace ./tests/ignore_now/validate_test.py:382:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:383:78: W291 trailing whitespace ./tests/ignore_now/validate_test.py:384:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:384:80: E501 line too long (102 > 79 characters) ./tests/ignore_now/validate_test.py:384:103: W291 trailing whitespace ./tests/ignore_now/validate_test.py:385:13: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:390:49: W291 trailing whitespace ./tests/ignore_now/validate_test.py:391:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:391:27: W291 trailing whitespace ./tests/ignore_now/validate_test.py:392:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:393:78: W291 trailing whitespace ./tests/ignore_now/validate_test.py:394:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:394:80: E501 line too long (90 > 79 characters) ./tests/ignore_now/validate_test.py:394:91: W291 trailing whitespace ./tests/ignore_now/validate_test.py:395:13: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:397:54: W291 trailing whitespace ./tests/ignore_now/validate_test.py:398:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:398:80: E501 line too long (95 > 79 characters) ./tests/ignore_now/validate_test.py:398:96: W291 trailing whitespace ./tests/ignore_now/validate_test.py:399:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:400:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:402:29: E401 multiple imports on one line ./tests/ignore_now/validate_test.py:407:58: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:407:60: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:407:67: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:407:69: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:407:80: E501 line too long (85 > 79 characters) ./tests/ignore_now/validate_test.py:415:9: E265 block comment should start with '# ' ./tests/ignore_now/validate_test.py:417:54: W291 trailing whitespace ./tests/ignore_now/validate_test.py:418:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:418:80: E501 line too long (95 > 79 characters) ./tests/ignore_now/validate_test.py:418:96: W291 trailing whitespace ./tests/ignore_now/validate_test.py:419:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:426:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:427:80: E501 line too long (81 > 79 characters) ./tests/ignore_now/validate_test.py:428:29: E401 multiple imports on one line ./tests/ignore_now/validate_test.py:429:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:432:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:434:48: W291 trailing whitespace ./tests/ignore_now/validate_test.py:436:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:438:29: E401 multiple imports on one line ./tests/ignore_now/validate_test.py:442:45: W291 trailing whitespace ./tests/ignore_now/validate_test.py:443:80: E501 line too long (84 > 79 characters) ./tests/ignore_now/validate_test.py:444:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:446:29: E401 multiple imports on one line ./tests/ignore_now/validate_test.py:455:54: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:455:56: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:455:63: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:455:65: E231 missing whitespace after ',' ./tests/ignore_now/validate_test.py:455:80: E501 line too long (81 > 79 characters) ./tests/ignore_now/validate_test.py:466:51: W291 trailing whitespace ./tests/ignore_now/validate_test.py:467:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:467:16: W291 trailing whitespace ./tests/ignore_now/validate_test.py:468:14: E128 continuation line under-indented for visual indent ./tests/ignore_now/validate_test.py:469:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:473:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:474:80: E501 line too long (106 > 79 characters) ./tests/ignore_now/validate_test.py:483:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:485:29: E401 multiple imports on one line ./tests/ignore_now/validate_test.py:492:80: E501 line too long (81 > 79 characters) ./tests/ignore_now/validate_test.py:510:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:512:9: F841 local variable 'expected_findings' is assigned to but never used ./tests/ignore_now/validate_test.py:522:80: E501 line too long (100 > 79 characters) ./tests/ignore_now/validate_test.py:523:80: E501 line too long (86 > 79 characters) ./tests/ignore_now/validate_test.py:526:80: E501 line too long (97 > 79 characters) ./tests/ignore_now/validate_test.py:527:80: E501 line too long (101 > 79 characters) ./tests/ignore_now/validate_test.py:528:80: E501 line too long (87 > 79 characters) ./tests/ignore_now/validate_test.py:529:80: E501 line too long (82 > 79 characters) ./tests/ignore_now/validate_test.py:531:80: E501 line too long (86 > 79 characters) ./tests/ignore_now/validate_test.py:533:80: E501 line too long (106 > 79 characters) ./tests/ignore_now/validate_test.py:535:80: E501 line too long (80 > 79 characters) ./tests/ignore_now/validate_test.py:537:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:538:80: E501 line too long (82 > 79 characters) ./tests/ignore_now/validate_test.py:539:53: W291 trailing whitespace ./tests/ignore_now/validate_test.py:541:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:543:53: W291 trailing whitespace ./tests/ignore_now/validate_test.py:545:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:546:80: E501 line too long (97 > 79 characters) ./tests/ignore_now/validate_test.py:547:53: W291 trailing whitespace ./tests/ignore_now/validate_test.py:549:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:550:80: E501 line too long (117 > 79 characters) ./tests/ignore_now/validate_test.py:551:53: W291 trailing whitespace ./tests/ignore_now/validate_test.py:553:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:554:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:559:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:565:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:570:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:573:29: E401 multiple imports on one line ./tests/ignore_now/validate_test.py:581:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:583:9: F401 'lxml.etree' imported but unused ./tests/ignore_now/validate_test.py:584:29: E401 multiple imports on one line ./tests/ignore_now/validate_test.py:593:40: W291 trailing whitespace ./tests/ignore_now/validate_test.py:595:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:596:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:598:1: W293 blank line contains whitespace ./tests/ignore_now/validate_test.py:599:1: E303 too many blank lines (4) ./tests/ignore_now/validate_test.py:602:29: W291 trailing whitespace ./tests/ignore_now/validate_test.py:603:29: W291 trailing whitespace ./tests/ignore_now/validate_test.py:604:34: W291 trailing whitespace ./tests/ignore_now/validate_test.py:605:30: W291 trailing whitespace ./tests/ignore_now/validate_test.py:621:11: E225 missing whitespace around operator ./tests/ignore_now/default_plot_test.py:5:80: E501 line too long (100 > 79 characters) ./tests/ignore_now/default_plot_test.py:11:1: F401 'numpy' imported but unused ./tests/ignore_now/default_plot_test.py:26:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:33:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:40:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:42:29: E401 multiple imports on one line ./tests/ignore_now/default_plot_test.py:60:80: E501 line too long (83 > 79 characters) ./tests/ignore_now/default_plot_test.py:61:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:63:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:64:80: E501 line too long (91 > 79 characters) ./tests/ignore_now/default_plot_test.py:66:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:67:80: E501 line too long (84 > 79 characters) ./tests/ignore_now/default_plot_test.py:69:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:70:80: E501 line too long (93 > 79 characters) ./tests/ignore_now/default_plot_test.py:72:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:74:29: E401 multiple imports on one line ./tests/ignore_now/default_plot_test.py:79:9: E265 block comment should start with '# ' ./tests/ignore_now/default_plot_test.py:82:9: E265 block comment should start with '# ' ./tests/ignore_now/default_plot_test.py:85:9: E265 block comment should start with '# ' ./tests/ignore_now/default_plot_test.py:86:9: F841 local variable 'ds' is assigned to but never used ./tests/ignore_now/default_plot_test.py:87:9: E265 block comment should start with '# ' ./tests/ignore_now/default_plot_test.py:92:9: E265 block comment should start with '# ' ./tests/ignore_now/default_plot_test.py:92:80: E501 line too long (82 > 79 characters) ./tests/ignore_now/default_plot_test.py:93:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:95:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:96:80: E501 line too long (91 > 79 characters) ./tests/ignore_now/default_plot_test.py:98:80: E501 line too long (83 > 79 characters) ./tests/ignore_now/default_plot_test.py:99:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:100:80: E501 line too long (130 > 79 characters) ./tests/ignore_now/default_plot_test.py:102:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:103:80: E501 line too long (93 > 79 characters) ./tests/ignore_now/default_plot_test.py:105:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:107:29: E401 multiple imports on one line ./tests/ignore_now/default_plot_test.py:112:9: E265 block comment should start with '# ' ./tests/ignore_now/default_plot_test.py:115:9: E265 block comment should start with '# ' ./tests/ignore_now/default_plot_test.py:119:9: F841 local variable 'ds' is assigned to but never used ./tests/ignore_now/default_plot_test.py:120:9: E265 block comment should start with '# ' ./tests/ignore_now/default_plot_test.py:125:80: E501 line too long (83 > 79 characters) ./tests/ignore_now/default_plot_test.py:126:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:128:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:129:80: E501 line too long (118 > 79 characters) ./tests/ignore_now/default_plot_test.py:132:80: E501 line too long (93 > 79 characters) ./tests/ignore_now/default_plot_test.py:134:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:136:29: E401 multiple imports on one line ./tests/ignore_now/default_plot_test.py:141:9: E265 block comment should start with '# ' ./tests/ignore_now/default_plot_test.py:144:9: E265 block comment should start with '# ' ./tests/ignore_now/default_plot_test.py:148:9: F841 local variable 'ds' is assigned to but never used ./tests/ignore_now/default_plot_test.py:149:9: E265 block comment should start with '# ' ./tests/ignore_now/default_plot_test.py:156:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:157:1: W293 blank line contains whitespace ./tests/ignore_now/default_plot_test.py:158:9: E303 too many blank lines (2) ./tests/ignore_now/default_plot_test.py:158:80: E501 line too long (118 > 79 characters) ./tests/ignore_now/default_plot_test.py:161:80: E501 line too long (93 > 79 characters) ./tests/ignore_now/default_plot_test.py:176:11: E225 missing whitespace around operator ./docs/source/conf.py:21:1: E265 block comment should start with '# ' ./docs/source/conf.py:23:1: E402 module level import not at top of file ./docs/source/conf.py:28:1: E265 block comment should start with '# ' ./docs/source/conf.py:50:1: E265 block comment should start with '# ' ./docs/source/conf.py:67:1: E265 block comment should start with '# ' ./docs/source/conf.py:68:1: E265 block comment should start with '# ' ./docs/source/conf.py:76:1: E265 block comment should start with '# ' ./docs/source/conf.py:80:1: E265 block comment should start with '# ' ./docs/source/conf.py:82:1: E265 block comment should start with '# ' ./docs/source/conf.py:90:1: E265 block comment should start with '# ' ./docs/source/conf.py:93:1: E265 block comment should start with '# ' ./docs/source/conf.py:97:1: E265 block comment should start with '# ' ./docs/source/conf.py:101:1: E265 block comment should start with '# ' ./docs/source/conf.py:107:1: E265 block comment should start with '# ' ./docs/source/conf.py:110:1: E265 block comment should start with '# ' ./docs/source/conf.py:118:1: E265 block comment should start with '# ' ./docs/source/conf.py:124:1: E265 block comment should start with '# ' ./docs/source/conf.py:127:1: E265 block comment should start with '# ' ./docs/source/conf.py:131:1: E265 block comment should start with '# ' ./docs/source/conf.py:134:1: E265 block comment should start with '# ' ./docs/source/conf.py:138:1: E265 block comment should start with '# ' ./docs/source/conf.py:143:1: E265 block comment should start with '# ' ./docs/source/conf.py:153:1: E265 block comment should start with '# ' ./docs/source/conf.py:157:1: E265 block comment should start with '# ' ./docs/source/conf.py:161:1: E265 block comment should start with '# ' ./docs/source/conf.py:164:1: E265 block comment should start with '# ' ./docs/source/conf.py:168:1: E265 block comment should start with '# ' ./docs/source/conf.py:171:1: E265 block comment should start with '# ' ./docs/source/conf.py:174:1: E265 block comment should start with '# ' ./docs/source/conf.py:177:1: E265 block comment should start with '# ' ./docs/source/conf.py:180:1: E265 block comment should start with '# ' ./docs/source/conf.py:183:1: E265 block comment should start with '# ' ./docs/source/conf.py:186:1: E265 block comment should start with '# ' ./docs/source/conf.py:191:1: E265 block comment should start with '# ' ./docs/source/conf.py:194:1: E265 block comment should start with '# ' ./docs/source/conf.py:203:1: E122 continuation line missing indentation or outdented ./docs/source/conf.py:204:1: E122 continuation line missing indentation or outdented ./docs/source/conf.py:204:1: E265 block comment should start with '# ' ./docs/source/conf.py:206:1: E122 continuation line missing indentation or outdented ./docs/source/conf.py:207:1: E122 continuation line missing indentation or outdented ./docs/source/conf.py:207:1: E265 block comment should start with '# ' ./docs/source/conf.py:209:1: E122 continuation line missing indentation or outdented ./docs/source/conf.py:210:1: E122 continuation line missing indentation or outdented ./docs/source/conf.py:210:1: E265 block comment should start with '# ' ./docs/source/conf.py:217:12: W291 trailing whitespace ./docs/source/conf.py:218:33: W291 trailing whitespace ./docs/source/conf.py:220:20: W291 trailing whitespace ./docs/source/conf.py:226:1: E265 block comment should start with '# ' ./docs/source/conf.py:230:1: E265 block comment should start with '# ' ./docs/source/conf.py:233:1: E265 block comment should start with '# ' ./docs/source/conf.py:236:1: E265 block comment should start with '# ' ./docs/source/conf.py:239:1: E265 block comment should start with '# ' ./docs/source/conf.py:242:1: E265 block comment should start with '# ' 2 E115 expected an indented block (comment) 3 E117 over-indented 7 E122 continuation line missing indentation or outdented 1 E124 closing bracket does not match visual indentation 9 E127 continuation line over-indented for visual indent 50 E128 continuation line under-indented for visual indent 1 E131 continuation line unaligned for hanging indent 42 E201 whitespace after '(' 42 E202 whitespace before ')' 1 E203 whitespace before ':' 1 E211 whitespace before '(' 42 E221 multiple spaces before operator 5 E222 multiple spaces after operator 29 E225 missing whitespace around operator 34 E231 missing whitespace after ',' 116 E251 unexpected spaces around keyword / parameter equals 11 E261 at least two spaces before inline comment 2 E262 inline comment should start with '# ' 161 E265 block comment should start with '# ' 11 E266 too many leading '#' for block comment 1 E301 expected 1 blank line, found 0 13 E302 expected 2 blank lines, found 1 20 E303 too many blank lines (2) 3 E305 expected 2 blank lines after class or function definition, found 1 4 E306 expected 1 blank line before a nested definition, found 0 31 E401 multiple imports on one line 45 E402 module level import not at top of file 565 E501 line too long (83 > 79 characters) 9 E701 multiple statements on one line (colon) 2 E711 comparison to None should be 'if cond is not None:' 5 E722 do not use bare 'except' 5 E741 ambiguous variable name 'l' 33 F401 'setuptools.find_packages' imported but unused 1 F541 f-string is missing placeholders 1 F811 redefinition of unused 'test_isHdf5FileObject' from line 54 2 F821 undefined name 'unicode' 38 F841 local variable '_msg' is assigned to but never used 347 W291 trailing whitespace 761 W293 blank line contains whitespace 6 W605 invalid escape sequence '\w' ```