Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flake8 issues across the codebase #724

Closed
akrabat opened this issue Jan 2, 2019 · 2 comments · Fixed by #877
Closed

Fix flake8 issues across the codebase #724

akrabat opened this issue Jan 2, 2019 · 2 comments · Fixed by #877
Assignees

Comments

@akrabat
Copy link
Member

akrabat commented Jan 2, 2019

@ralsina ran flake8 and found lots of easy to fix warnings.

Getting these sorted would be great, but needs to be when we have minimal open PRs as it'll result in lots of conflicts!

 !  ◰² rst2pdf  ~/c/rst2pdf   fix-719 …  flake8 rst2pdf --ignore E231,E226,E225,E302,E501,E127,E128,E305,E265,E201,E228,E126,E266,E261,E301,E221,E502,E121,E122,E401,E251,E211,E215,E123,E124,E703,E125,E202,E303,E129,E701,E203,E222,E306,E241
rst2pdf/pygments2style.py:7:1: F401 'sys' imported but unused
rst2pdf/dumpstyle.py:9:1: F401 'sys' imported but unused
rst2pdf/dumpstyle.py:36:9: E722 do not use bare 'except'
rst2pdf/dumpstyle.py:72:21: W504 line break after binary operator
rst2pdf/dumpstyle.py:74:26: W504 line break after binary operator
rst2pdf/math_directive.py:111:1: W391 blank line at end of file
rst2pdf/opt_imports.py:15:1: F401 'sys' imported but unused
rst2pdf/opt_imports.py:17:1: F401 '.log.log' imported but unused
rst2pdf/opt_imports.py:35:9: F401 'wordaxe.plugins.PyHyphenHyphenator.PyHyphenHyphenator' imported but unused
rst2pdf/opt_imports.py:37:5: E722 do not use bare 'except'
rst2pdf/opt_imports.py:40:9: F401 'wordaxe.DCWHyphenator.DCWHyphenator' imported but unused
rst2pdf/opt_imports.py:41:5: E722 do not use bare 'except'
rst2pdf/opt_imports.py:49:5: F401 'reportlab.lib.styles.getSampleStyleSheet' imported but unused
rst2pdf/opt_imports.py:49:5: F401 'reportlab.lib.styles.ParagraphStyle' imported but unused
rst2pdf/opt_imports.py:50:5: F401 'reportlab.platypus.paragraph.Paragraph' imported but unused
rst2pdf/opt_imports.py:75:5: F401 'reportlab.platypus.flowables.Flowable as NullDraw' imported but unused
rst2pdf/config.py:14:1: E402 module level import not at top of file
rst2pdf/svgimage.py:24:9: F841 local variable 'ext' is assigned to but never used
rst2pdf/counter_role.py:29:1: E402 module level import not at top of file
rst2pdf/log.py:5:1: F401 'sys' imported but unused
rst2pdf/log.py:22:5: E722 do not use bare 'except'
rst2pdf/log.py:26:5: E722 do not use bare 'except'
rst2pdf/basenodehandler.py:161:12: E713 test for membership should be 'not in'
rst2pdf/basenodehandler.py:177:33: F821 undefined name 'handlerninfo'
rst2pdf/basenodehandler.py:212:44: W601 .has_key() is deprecated, use 'in'
rst2pdf/basenodehandler.py:230:13: E116 unexpected indentation (comment)
rst2pdf/basenodehandler.py:248:27: E262 inline comment should start with '# '
rst2pdf/uniconvsaver.py:37:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:38:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:39:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:40:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:41:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:42:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:43:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:44:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:45:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:46:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:47:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:48:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:49:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:50:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:54:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:55:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:56:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:57:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:59:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:60:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:62:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:63:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:65:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:66:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:68:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:69:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:70:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:71:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:73:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:74:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:76:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:77:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:79:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:80:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:82:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:83:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:85:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:86:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:88:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:89:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:91:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:92:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:93:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:94:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:95:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:96:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:97:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:98:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:99:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:100:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:101:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:102:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:104:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:105:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:107:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:108:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:110:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:111:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:112:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:112:7: E101 indentation contains mixed spaces and tabs
rst2pdf/uniconvsaver.py:114:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:115:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:117:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:118:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:120:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:121:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:123:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:124:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:125:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:126:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:127:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:128:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:129:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:131:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:132:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:134:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:135:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:141:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:142:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:143:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:144:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:145:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:147:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:148:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:149:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:150:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:151:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:152:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:153:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:154:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:155:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:156:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:156:13: W601 .has_key() is deprecated, use 'in'
rst2pdf/uniconvsaver.py:157:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:158:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:159:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:160:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:162:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:163:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:163:22: W601 .has_key() is deprecated, use 'in'
rst2pdf/uniconvsaver.py:164:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:166:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:167:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:168:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:169:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:170:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:171:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:172:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:173:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:174:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:175:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:176:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:177:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:178:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:179:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:180:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:181:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:182:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:183:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:184:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:185:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:186:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:187:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:188:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:189:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:190:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:191:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:192:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:193:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:194:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:195:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:196:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:198:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:199:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:200:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:201:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:202:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:203:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:204:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:205:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:206:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:207:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:208:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:209:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:210:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:211:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:212:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:213:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:213:9: E101 indentation contains mixed spaces and tabs
rst2pdf/uniconvsaver.py:214:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:216:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:217:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:218:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:220:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:221:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:223:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:224:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:225:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:226:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:227:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:228:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:229:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:230:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:231:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:232:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:233:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:234:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:235:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:236:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:237:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:238:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:239:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:240:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:241:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:241:5: E101 indentation contains mixed spaces and tabs
rst2pdf/uniconvsaver.py:242:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:243:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:244:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:245:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:246:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:247:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:248:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:249:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:250:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:251:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:252:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:253:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:254:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:255:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:256:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:257:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:258:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:260:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:261:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:262:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:263:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:264:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:265:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:266:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:267:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:269:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:270:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:271:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:272:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:273:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:274:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:275:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:276:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:277:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:278:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:279:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:280:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:281:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:282:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:283:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:284:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:285:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:287:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:288:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:289:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:290:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:291:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:293:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:294:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:295:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:296:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:297:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:298:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:300:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:301:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:302:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:303:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:304:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:305:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:306:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:307:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:308:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:309:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:310:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:311:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:312:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:313:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:314:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:316:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:317:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:318:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:319:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:320:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:321:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:323:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:324:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:325:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:326:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:327:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:328:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:329:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:330:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:331:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:332:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:333:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:334:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:335:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:336:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:337:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:338:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:339:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:340:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:342:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:343:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:344:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:345:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:346:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:347:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:348:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:349:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:350:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:351:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:352:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:353:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:354:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:355:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:357:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:358:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:359:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:360:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:361:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:362:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:363:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:364:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:365:1: E115 expected an indented block (comment)
rst2pdf/uniconvsaver.py:366:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:367:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:368:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:369:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:370:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:371:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:372:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:373:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:378:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:379:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:380:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:381:1: W191 indentation contains tabs
rst2pdf/uniconvsaver.py:382:1: W191 indentation contains tabs
rst2pdf/sphinxnodes.py:24:22: E271 multiple spaces after keyword
rst2pdf/sphinxnodes.py:31:1: F811 redefinition of unused 'Paragraph' from line 27
rst2pdf/sphinxnodes.py:32:1: F811 redefinition of unused 'sphinx' from line 27
rst2pdf/sphinxnodes.py:177:1: E402 module level import not at top of file
rst2pdf/genpdftext.py:20:1: E402 module level import not at top of file
rst2pdf/genpdftext.py:20:1: F401 'reportlab.lib.units.cm' imported but unused
rst2pdf/genpdftext.py:21:1: E402 module level import not at top of file
rst2pdf/genpdftext.py:23:1: E402 module level import not at top of file
rst2pdf/genpdftext.py:24:1: E402 module level import not at top of file
rst2pdf/genpdftext.py:24:1: F401 '.flowables.MySpacer' imported but unused
rst2pdf/genpdftext.py:25:1: E402 module level import not at top of file
rst2pdf/genpdftext.py:26:1: E402 module level import not at top of file
rst2pdf/genpdftext.py:26:1: F401 '.log.log' imported but unused
rst2pdf/genpdftext.py:26:1: F401 '.log.nodeid' imported but unused
rst2pdf/nodehandlers.py:10:1: F401 '.genelements' imported but unused
rst2pdf/nodehandlers.py:11:1: F401 '.genpdftext' imported but unused
rst2pdf/nodehandlers.py:14:1: F401 '.genpdftext.FontHandler' imported but unused
rst2pdf/nodehandlers.py:14:1: F401 '.genpdftext.HandleEmphasis' imported but unused
rst2pdf/flowables.py:12:1: F403 'from reportlab.platypus import *' used; unable to detect undefined names
rst2pdf/flowables.py:13:1: F403 'from reportlab.platypus.doctemplate import *' used; unable to detect undefined names
rst2pdf/flowables.py:14:1: F403 'from reportlab.lib.enums import *' used; unable to detect undefined names
rst2pdf/flowables.py:17:1: F403 'from reportlab.lib.units import *' used; unable to detect undefined names
rst2pdf/flowables.py:18:1: F401 'reportlab.lib.enums.TA_LEFT' imported but unused
rst2pdf/flowables.py:22:1: F401 'xml.sax.saxutils.escape' imported but unused
rst2pdf/flowables.py:30:22: F405 'XPreformatted' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:33:9: F405 'XPreformatted' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:61:16: F405 'XPreformatted' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:63:18: F405 'Indenter' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:124:18: F405 'Flowable' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:129:21: F405 'cm' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:132:31: F405 'cm' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:132:47: F405 'cm' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:135:17: F405 'Flowable' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:141:9: F405 'Flowable' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:156:15: F405 'Flowable' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:186:20: F405 'Table' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:198:21: F405 'TableStyle' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:233:18: F405 'Table' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:236:13: E116 unexpected indentation (comment)
rst2pdf/flowables.py:255:17: E131 continuation line unaligned for hanging indent
rst2pdf/flowables.py:255:17: W503 line break before binary operator
rst2pdf/flowables.py:256:17: E131 continuation line unaligned for hanging indent
rst2pdf/flowables.py:270:13: F405 'sys' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:282:17: E131 continuation line unaligned for hanging indent
rst2pdf/flowables.py:282:17: W503 line break before binary operator
rst2pdf/flowables.py:283:17: E131 continuation line unaligned for hanging indent
rst2pdf/flowables.py:308:28: E741 ambiguous variable name 'l'
rst2pdf/flowables.py:326:43: F405 'Table' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:335:29: E741 ambiguous variable name 'l'
rst2pdf/flowables.py:342:46: E114 indentation is not a multiple of four (comment)
rst2pdf/flowables.py:343:44: E114 indentation is not a multiple of four (comment)
rst2pdf/flowables.py:358:29: F405 'Table' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:382:16: F405 'Spacer' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:384:16: F405 'Spacer' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:390:19: F405 'FrameActionFlowable' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:419:49: F405 'PageBreak' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:420:35: E262 inline comment should start with '# '
rst2pdf/flowables.py:421:35: E114 indentation is not a multiple of four (comment)
rst2pdf/flowables.py:422:36: E262 inline comment should start with '# '
rst2pdf/flowables.py:427:53: F405 'PageBreak' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:429:53: F405 'PageBreak' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:430:19: E262 inline comment should start with '# '
rst2pdf/flowables.py:432:49: F405 'PageBreak' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:433:36: E262 inline comment should start with '# '
rst2pdf/flowables.py:434:36: E114 indentation is not a multiple of four (comment)
rst2pdf/flowables.py:435:36: E262 inline comment should start with '# '
rst2pdf/flowables.py:437:49: F405 'PageBreak' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:438:19: E262 inline comment should start with '# '
rst2pdf/flowables.py:443:53: F405 'PageBreak' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:445:53: F405 'PageBreak' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:447:23: F405 'Flowable' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:456:9: F405 'Flowable' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:462:13: E722 do not use bare 'except'
rst2pdf/flowables.py:466:25: F405 'Flowable' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:481:9: F405 'Flowable' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:490:22: F405 'Flowable' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:509:18: F405 'Flowable' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:556:18: F405 'Frame' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:573:9: F405 'Frame' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:579:16: F405 'Frame' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:587:19: F405 'FrameActionFlowable' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:644:15: F405 'FrameActionFlowable' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:655:41: F405 'FrameBreak' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:678:21: F405 'FrameBreak' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:686:21: F405 'FrameBreak' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:697:21: F405 'FrameBreak' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:705:21: F405 'FrameBreak' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:708:20: F405 'Flowable' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:722:9: F405 'Flowable' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:738:17: E131 continuation line unaligned for hanging indent
rst2pdf/flowables.py:738:17: W503 line break before binary operator
rst2pdf/flowables.py:739:17: E131 continuation line unaligned for hanging indent
rst2pdf/flowables.py:746:32: E131 continuation line unaligned for hanging indent
rst2pdf/flowables.py:839:9: F841 local variable '_sW' is assigned to but never used
rst2pdf/flowables.py:895:4: F405 'reportlab' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:931:13: F405 '_doLink' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:997:16: F405 'reportlab' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:1013:16: F405 'reportlab' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:1034:23: F405 'Table' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.units, reportlab.platypus, reportlab.platypus.doctemplate
rst2pdf/flowables.py:1064:1: W391 blank line at end of file
rst2pdf/genelements.py:42:1: F401 'os' imported but unused
rst2pdf/genelements.py:43:1: F401 'tempfile' imported but unused
rst2pdf/genelements.py:44:1: F401 're' imported but unused
rst2pdf/genelements.py:55:1: F401 '.log.nodeid' imported but unused
rst2pdf/genelements.py:56:1: F811 redefinition of unused 'log' from line 55
rst2pdf/genelements.py:56:1: F401 '.utils.log' imported but unused
rst2pdf/genelements.py:58:1: F401 'reportlab.lib.units.cm' imported but unused
rst2pdf/genelements.py:60:1: F401 '.flowables.MyIndenter' imported but unused
rst2pdf/genelements.py:60:1: F401 '.flowables.BoundByWidth' imported but unused
rst2pdf/genelements.py:60:1: F401 '.flowables.Reference' imported but unused
rst2pdf/genelements.py:66:1: F811 redefinition of unused 'Paragraph' from line 57
rst2pdf/genelements.py:66:1: F401 '.opt_imports.wordaxe' imported but unused
rst2pdf/genelements.py:66:1: F401 '.opt_imports.ParagraphStyle' imported but unused
rst2pdf/genelements.py:143:9: F841 local variable 'cellStyles' is assigned to but never used
rst2pdf/genelements.py:231:17: F841 local variable 'snum' is assigned to but never used
rst2pdf/genelements.py:232:13: F841 local variable 'key' is assigned to but never used
rst2pdf/genelements.py:415:25: E116 unexpected indentation (comment)
rst2pdf/genelements.py:416:25: E116 unexpected indentation (comment)
rst2pdf/genelements.py:417:25: E116 unexpected indentation (comment)
rst2pdf/genelements.py:418:25: E116 unexpected indentation (comment)
rst2pdf/genelements.py:424:21: E116 unexpected indentation (comment)
rst2pdf/genelements.py:594:13: F841 local variable 'fli' is assigned to but never used
rst2pdf/genelements.py:610:13: F841 local variable 'sbb' is assigned to but never used
rst2pdf/genelements.py:704:44: E271 multiple spaces after keyword
rst2pdf/genelements.py:738:9: F841 local variable 'image' is assigned to but never used
rst2pdf/genelements.py:742:13: F841 local variable 'caption' is assigned to but never used
rst2pdf/genelements.py:747:13: F841 local variable 'legend' is assigned to but never used
rst2pdf/findfonts.py:218:22: W605 invalid escape sequence '\M'
rst2pdf/findfonts.py:218:32: W605 invalid escape sequence '\W'
rst2pdf/findfonts.py:218:43: W605 invalid escape sequence '\C'
rst2pdf/findfonts.py:219:18: W605 invalid escape sequence '\F'
rst2pdf/findfonts.py:230:36: F841 local variable 'err' is assigned to but never used
rst2pdf/findfonts.py:257:17: E131 continuation line unaligned for hanging indent
rst2pdf/findfonts.py:259:17: E131 continuation line unaligned for hanging indent
rst2pdf/findfonts.py:275:39: E262 inline comment should start with '# '
rst2pdf/findfonts.py:303:49: F812 list comprehension redefines 'f' from line 273
rst2pdf/findfonts.py:360:26: E262 inline comment should start with '# '
rst2pdf/utils.py:9:1: F403 'from .flowables import *' used; unable to detect undefined names
rst2pdf/utils.py:10:1: F401 'rst2pdf.flowables' imported but unused
rst2pdf/utils.py:40:33: F405 'MyPageBreak' may be undefined, or defined from star imports: .flowables
rst2pdf/utils.py:42:33: F405 'MyPageBreak' may be undefined, or defined from star imports: .flowables
rst2pdf/utils.py:45:33: F405 'MyPageBreak' may be undefined, or defined from star imports: .flowables
rst2pdf/utils.py:47:33: F405 'MyPageBreak' may be undefined, or defined from star imports: .flowables
rst2pdf/utils.py:50:33: F405 'MyPageBreak' may be undefined, or defined from star imports: .flowables
rst2pdf/utils.py:52:33: F405 'MyPageBreak' may be undefined, or defined from star imports: .flowables
rst2pdf/utils.py:55:33: F405 'CondPageBreak' may be undefined, or defined from star imports: .flowables
rst2pdf/utils.py:57:33: F405 'CondPageBreak' may be undefined, or defined from star imports: .flowables
rst2pdf/utils.py:59:29: F405 'MySpacer' may be undefined, or defined from star imports: .flowables
rst2pdf/utils.py:62:29: F405 'Transition' may be undefined, or defined from star imports: .flowables
rst2pdf/utils.py:64:29: F405 'flowables' may be undefined, or defined from star imports: .flowables
rst2pdf/utils.py:66:29: F405 'TextAnnotation' may be undefined, or defined from star imports: .flowables
rst2pdf/utils.py:71:1: E402 module level import not at top of file
rst2pdf/utils.py:71:1: F401 'reportlab.lib.colors.HexColor' imported but unused
rst2pdf/utils.py:71:1: F401 'reportlab.lib.colors.CMYKColor' imported but unused
rst2pdf/utils.py:71:1: F401 'reportlab.lib.colors.getAllNamedColors' imported but unused
rst2pdf/utils.py:94:9: E731 do not assign a lambda expression, use a def
rst2pdf/utils.py:96:9: F401 'sx.pisa3.pisa_default.DEFAULT_CSS' imported but unused
rst2pdf/utils.py:97:9: F401 'sx.pisa3.pisa_parser.pisaParser' imported but unused
rst2pdf/utils.py:99:9: F401 'reportlab.platypus.flowables.Spacer' imported but unused
rst2pdf/utils.py:100:9: F401 'reportlab.platypus.frames.Frame' imported but unused
rst2pdf/utils.py:101:9: F401 'sx.pisa3.pisa_reportlab.PmlPageTemplate' imported but unused
rst2pdf/utils.py:101:9: F401 'sx.pisa3.pisa_reportlab.PmlBaseDoc' imported but unused
rst2pdf/utils.py:102:9: F401 'sx.pisa3.pisa_util.pyPdf' imported but unused
rst2pdf/utils.py:102:9: F401 'sx.pisa3.pisa_util.pisaTempFile' imported but unused
rst2pdf/utils.py:102:9: F401 'sx.pisa3.pisa_util.getBox' imported but unused
rst2pdf/utils.py:129:14: F405 'rgb_re' may be undefined, or defined from star imports: .flowables
rst2pdf/utils.py:131:40: F405 'rgb_re' may be undefined, or defined from star imports: .flowables
rst2pdf/utils.py:141:5: F401 'cgi' imported but unused
rst2pdf/utils.py:142:5: F401 'logging' imported but unused
rst2pdf/utils.py:167:21: W504 line break after binary operator
rst2pdf/utils.py:168:21: W504 line break after binary operator
rst2pdf/utils.py:169:21: W504 line break after binary operator
rst2pdf/utils.py:405:9: F841 local variable 'dest' is assigned to but never used
rst2pdf/utils.py:413:9: F841 local variable 'raise_exception' is assigned to but never used
rst2pdf/rson.py:196:25: F841 local variable 'linestart' is assigned to but never used
rst2pdf/rson.py:475:13: E722 do not use bare 'except'
rst2pdf/rson.py:648:18: E271 multiple spaces after keyword
rst2pdf/rson.py:883:27: E272 multiple spaces before keyword
rst2pdf/rson.py:919:21: W504 line break after binary operator
rst2pdf/rson.py:920:22: W504 line break after binary operator
rst2pdf/rson.py:947:20: W503 line break before binary operator
rst2pdf/styles.py:11:1: F403 'from types import *' used; unable to detect undefined names
rst2pdf/styles.py:12:1: F401 'os.path.expanduser' imported but unused
rst2pdf/styles.py:17:1: F403 'from reportlab.platypus import *' used; unable to detect undefined names
rst2pdf/styles.py:22:1: F403 'from reportlab.lib.styles import *' used; unable to detect undefined names
rst2pdf/styles.py:23:1: F403 'from reportlab.lib.enums import *' used; unable to detect undefined names
rst2pdf/styles.py:39:9: W605 invalid escape sequence '\.'
rst2pdf/styles.py:167:23: E262 inline comment should start with '# '
rst2pdf/styles.py:300:25: F841 local variable 'faceName' is assigned to but never used
rst2pdf/styles.py:414:29: E116 unexpected indentation (comment)
rst2pdf/styles.py:415:29: E116 unexpected indentation (comment)
rst2pdf/styles.py:416:33: E116 unexpected indentation (comment)
rst2pdf/styles.py:417:29: E116 unexpected indentation (comment)
rst2pdf/styles.py:418:33: E116 unexpected indentation (comment)
rst2pdf/styles.py:465:27: F405 'StyleSheet1' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.styles, reportlab.platypus, types
rst2pdf/styles.py:517:21: W504 line break after binary operator
rst2pdf/styles.py:544:27: W601 .has_key() is deprecated, use 'in'
rst2pdf/styles.py:602:38: E262 inline comment should start with '# '
rst2pdf/styles.py:671:33: F601 dictionary key 1 repeated with different values
rst2pdf/styles.py:671:46: F601 dictionary key 1 repeated with different values
rst2pdf/styles.py:783:56: W601 .has_key() is deprecated, use 'in'
rst2pdf/styles.py:814:5: E741 ambiguous variable name 'l'
rst2pdf/styles.py:814:13: W605 invalid escape sequence '\.'
rst2pdf/styles.py:928:37: F405 'ListType' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.styles, reportlab.platypus, types
rst2pdf/styles.py:928:46: F405 'TupleType' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.styles, reportlab.platypus, types
rst2pdf/styles.py:932:37: F405 'ListType' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.styles, reportlab.platypus, types
rst2pdf/styles.py:932:46: F405 'TupleType' may be undefined, or defined from star imports: reportlab.lib.enums, reportlab.lib.styles, reportlab.platypus, types
rst2pdf/styles.py:937:9: E741 ambiguous variable name 'l'
rst2pdf/styles.py:979:1: W391 blank line at end of file
rst2pdf/math_flowable.py:8:1: F403 'from reportlab.platypus import *' used; unable to detect undefined names
rst2pdf/math_flowable.py:30:12: F405 'Flowable' may be undefined, or defined from star imports: reportlab.platypus
rst2pdf/math_flowable.py:43:9: F405 'Flowable' may be undefined, or defined from star imports: reportlab.platypus
rst2pdf/math_flowable.py:53:13: E722 do not use bare 'except'
rst2pdf/math_flowable.py:60:13: F401 'reportlab.lib.enums.TA_JUSTIFY' imported but unused
rst2pdf/math_flowable.py:67:33: W602 deprecated form of raising exception
rst2pdf/math_flowable.py:78:24: E713 test for membership should be 'not in'
rst2pdf/math_flowable.py:91:13: E722 do not use bare 'except'
rst2pdf/math_flowable.py:133:13: F401 'PIL.ImageColor' imported but unused
rst2pdf/math_flowable.py:173:11: F405 'SimpleDocTemplate' may be undefined, or defined from star imports: reportlab.platypus
rst2pdf/pygments_code_block_directive.py:51:1: E402 module level import not at top of file
rst2pdf/pygments_code_block_directive.py:240:8: E713 test for membership should be 'not in'
rst2pdf/oddeven_directive.py:26:9: F841 local variable 'text' is assigned to but never used
rst2pdf/oddeven_directive.py:33:1: W391 blank line at end of file
rst2pdf/smartypants.py:87:1: W191 indentation contains tabs
rst2pdf/smartypants.py:89:1: W191 indentation contains tabs
rst2pdf/smartypants.py:90:1: W191 indentation contains tabs
rst2pdf/smartypants.py:91:1: W191 indentation contains tabs
rst2pdf/smartypants.py:94:1: W191 indentation contains tabs
rst2pdf/smartypants.py:95:1: W191 indentation contains tabs
rst2pdf/smartypants.py:96:1: W191 indentation contains tabs
rst2pdf/smartypants.py:97:1: W191 indentation contains tabs
rst2pdf/smartypants.py:100:1: W191 indentation contains tabs
rst2pdf/smartypants.py:101:1: W191 indentation contains tabs
rst2pdf/smartypants.py:102:1: W191 indentation contains tabs
rst2pdf/smartypants.py:105:1: W191 indentation contains tabs
rst2pdf/smartypants.py:106:1: W191 indentation contains tabs
rst2pdf/smartypants.py:107:1: W191 indentation contains tabs
rst2pdf/smartypants.py:108:1: W191 indentation contains tabs
rst2pdf/smartypants.py:119:1: W191 indentation contains tabs
rst2pdf/smartypants.py:122:1: W191 indentation contains tabs
rst2pdf/smartypants.py:125:1: W191 indentation contains tabs
rst2pdf/smartypants.py:128:1: W191 indentation contains tabs
rst2pdf/smartypants.py:131:1: W191 indentation contains tabs
rst2pdf/smartypants.py:132:1: W191 indentation contains tabs
rst2pdf/smartypants.py:135:1: W191 indentation contains tabs
rst2pdf/smartypants.py:136:1: W191 indentation contains tabs
rst2pdf/smartypants.py:139:1: W191 indentation contains tabs
rst2pdf/smartypants.py:142:1: W191 indentation contains tabs
rst2pdf/smartypants.py:143:1: W191 indentation contains tabs
rst2pdf/smartypants.py:144:1: W191 indentation contains tabs
rst2pdf/smartypants.py:145:1: W191 indentation contains tabs
rst2pdf/smartypants.py:146:1: W191 indentation contains tabs
rst2pdf/smartypants.py:147:1: W191 indentation contains tabs
rst2pdf/smartypants.py:148:1: W191 indentation contains tabs
rst2pdf/smartypants.py:149:1: W191 indentation contains tabs
rst2pdf/smartypants.py:150:1: W191 indentation contains tabs
rst2pdf/smartypants.py:151:1: W191 indentation contains tabs
rst2pdf/smartypants.py:152:1: W191 indentation contains tabs
rst2pdf/smartypants.py:153:1: W191 indentation contains tabs
rst2pdf/smartypants.py:232:1: W191 indentation contains tabs
rst2pdf/smartypants.py:233:1: W191 indentation contains tabs
rst2pdf/smartypants.py:233:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:236:1: W191 indentation contains tabs
rst2pdf/smartypants.py:237:1: W191 indentation contains tabs
rst2pdf/smartypants.py:237:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:238:1: W191 indentation contains tabs
rst2pdf/smartypants.py:239:1: W191 indentation contains tabs
rst2pdf/smartypants.py:239:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:242:1: W191 indentation contains tabs
rst2pdf/smartypants.py:243:1: W191 indentation contains tabs
rst2pdf/smartypants.py:244:1: W191 indentation contains tabs
rst2pdf/smartypants.py:245:1: W191 indentation contains tabs
rst2pdf/smartypants.py:245:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:248:1: W191 indentation contains tabs
rst2pdf/smartypants.py:249:1: W191 indentation contains tabs
rst2pdf/smartypants.py:249:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:250:1: W191 indentation contains tabs
rst2pdf/smartypants.py:253:1: W191 indentation contains tabs
rst2pdf/smartypants.py:254:1: W191 indentation contains tabs
rst2pdf/smartypants.py:254:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:257:1: W191 indentation contains tabs
rst2pdf/smartypants.py:260:1: W191 indentation contains tabs
rst2pdf/smartypants.py:303:1: W191 indentation contains tabs
rst2pdf/smartypants.py:304:1: W191 indentation contains tabs
rst2pdf/smartypants.py:305:1: W191 indentation contains tabs
rst2pdf/smartypants.py:307:1: W191 indentation contains tabs
rst2pdf/smartypants.py:308:1: W191 indentation contains tabs
rst2pdf/smartypants.py:309:1: W191 indentation contains tabs
rst2pdf/smartypants.py:311:1: W191 indentation contains tabs
rst2pdf/smartypants.py:312:1: W191 indentation contains tabs
rst2pdf/smartypants.py:314:1: W191 indentation contains tabs
rst2pdf/smartypants.py:315:1: W191 indentation contains tabs
rst2pdf/smartypants.py:316:1: W191 indentation contains tabs
rst2pdf/smartypants.py:317:1: W191 indentation contains tabs
rst2pdf/smartypants.py:319:1: W191 indentation contains tabs
rst2pdf/smartypants.py:320:1: W191 indentation contains tabs
rst2pdf/smartypants.py:321:1: W191 indentation contains tabs
rst2pdf/smartypants.py:323:1: W191 indentation contains tabs
rst2pdf/smartypants.py:324:1: W191 indentation contains tabs
rst2pdf/smartypants.py:325:1: W191 indentation contains tabs
rst2pdf/smartypants.py:326:1: W191 indentation contains tabs
rst2pdf/smartypants.py:327:1: W191 indentation contains tabs
rst2pdf/smartypants.py:328:1: W191 indentation contains tabs
rst2pdf/smartypants.py:329:1: W191 indentation contains tabs
rst2pdf/smartypants.py:330:1: W191 indentation contains tabs
rst2pdf/smartypants.py:331:1: W191 indentation contains tabs
rst2pdf/smartypants.py:332:1: W191 indentation contains tabs
rst2pdf/smartypants.py:333:1: W191 indentation contains tabs
rst2pdf/smartypants.py:338:1: W191 indentation contains tabs
rst2pdf/smartypants.py:340:1: W191 indentation contains tabs
rst2pdf/smartypants.py:341:1: W191 indentation contains tabs
rst2pdf/smartypants.py:342:1: W191 indentation contains tabs
rst2pdf/smartypants.py:344:1: W191 indentation contains tabs
rst2pdf/smartypants.py:345:1: W191 indentation contains tabs
rst2pdf/smartypants.py:347:1: W191 indentation contains tabs
rst2pdf/smartypants.py:348:1: W191 indentation contains tabs
rst2pdf/smartypants.py:349:1: W191 indentation contains tabs
rst2pdf/smartypants.py:350:1: W191 indentation contains tabs
rst2pdf/smartypants.py:352:1: W191 indentation contains tabs
rst2pdf/smartypants.py:353:1: W191 indentation contains tabs
rst2pdf/smartypants.py:354:1: W191 indentation contains tabs
rst2pdf/smartypants.py:355:1: W191 indentation contains tabs
rst2pdf/smartypants.py:356:1: W191 indentation contains tabs
rst2pdf/smartypants.py:357:1: W191 indentation contains tabs
rst2pdf/smartypants.py:358:1: W191 indentation contains tabs
rst2pdf/smartypants.py:359:1: W191 indentation contains tabs
rst2pdf/smartypants.py:360:1: W191 indentation contains tabs
rst2pdf/smartypants.py:361:1: W191 indentation contains tabs
rst2pdf/smartypants.py:362:1: W191 indentation contains tabs
rst2pdf/smartypants.py:385:1: W191 indentation contains tabs
rst2pdf/smartypants.py:386:1: W191 indentation contains tabs
rst2pdf/smartypants.py:390:1: W191 indentation contains tabs
rst2pdf/smartypants.py:392:1: W191 indentation contains tabs
rst2pdf/smartypants.py:393:1: W191 indentation contains tabs
rst2pdf/smartypants.py:394:1: W191 indentation contains tabs
rst2pdf/smartypants.py:395:1: W191 indentation contains tabs
rst2pdf/smartypants.py:397:1: W191 indentation contains tabs
rst2pdf/smartypants.py:398:1: W191 indentation contains tabs
rst2pdf/smartypants.py:399:1: W191 indentation contains tabs
rst2pdf/smartypants.py:400:1: W191 indentation contains tabs
rst2pdf/smartypants.py:402:1: W191 indentation contains tabs
rst2pdf/smartypants.py:403:1: W191 indentation contains tabs
rst2pdf/smartypants.py:405:1: W191 indentation contains tabs
rst2pdf/smartypants.py:407:1: W191 indentation contains tabs
rst2pdf/smartypants.py:408:1: W191 indentation contains tabs
rst2pdf/smartypants.py:409:1: W191 indentation contains tabs
rst2pdf/smartypants.py:410:1: W191 indentation contains tabs
rst2pdf/smartypants.py:411:1: W191 indentation contains tabs
rst2pdf/smartypants.py:412:1: W191 indentation contains tabs
rst2pdf/smartypants.py:414:1: W191 indentation contains tabs
rst2pdf/smartypants.py:415:1: W191 indentation contains tabs
rst2pdf/smartypants.py:416:1: W191 indentation contains tabs
rst2pdf/smartypants.py:422:1: W191 indentation contains tabs
rst2pdf/smartypants.py:424:1: W191 indentation contains tabs
rst2pdf/smartypants.py:425:1: W191 indentation contains tabs
rst2pdf/smartypants.py:426:1: W191 indentation contains tabs
rst2pdf/smartypants.py:427:1: W191 indentation contains tabs
rst2pdf/smartypants.py:428:1: W191 indentation contains tabs
rst2pdf/smartypants.py:429:1: W191 indentation contains tabs
rst2pdf/smartypants.py:430:1: W191 indentation contains tabs
rst2pdf/smartypants.py:431:1: W191 indentation contains tabs
rst2pdf/smartypants.py:432:1: W191 indentation contains tabs
rst2pdf/smartypants.py:433:1: W191 indentation contains tabs
rst2pdf/smartypants.py:434:1: W191 indentation contains tabs
rst2pdf/smartypants.py:435:1: W191 indentation contains tabs
rst2pdf/smartypants.py:436:1: W191 indentation contains tabs
rst2pdf/smartypants.py:437:1: W191 indentation contains tabs
rst2pdf/smartypants.py:439:1: W191 indentation contains tabs
rst2pdf/smartypants.py:440:1: W191 indentation contains tabs
rst2pdf/smartypants.py:441:1: W191 indentation contains tabs
rst2pdf/smartypants.py:442:1: W191 indentation contains tabs
rst2pdf/smartypants.py:443:1: W191 indentation contains tabs
rst2pdf/smartypants.py:444:1: W191 indentation contains tabs
rst2pdf/smartypants.py:446:1: W191 indentation contains tabs
rst2pdf/smartypants.py:447:1: W191 indentation contains tabs
rst2pdf/smartypants.py:448:1: W191 indentation contains tabs
rst2pdf/smartypants.py:449:1: W191 indentation contains tabs
rst2pdf/smartypants.py:450:1: W191 indentation contains tabs
rst2pdf/smartypants.py:451:1: W191 indentation contains tabs
rst2pdf/smartypants.py:452:1: W191 indentation contains tabs
rst2pdf/smartypants.py:453:1: W191 indentation contains tabs
rst2pdf/smartypants.py:454:1: W191 indentation contains tabs
rst2pdf/smartypants.py:455:1: W191 indentation contains tabs
rst2pdf/smartypants.py:456:1: W191 indentation contains tabs
rst2pdf/smartypants.py:457:1: W191 indentation contains tabs
rst2pdf/smartypants.py:458:1: W191 indentation contains tabs
rst2pdf/smartypants.py:459:1: W191 indentation contains tabs
rst2pdf/smartypants.py:460:1: W191 indentation contains tabs
rst2pdf/smartypants.py:461:1: W191 indentation contains tabs
rst2pdf/smartypants.py:462:1: W191 indentation contains tabs
rst2pdf/smartypants.py:463:1: W191 indentation contains tabs
rst2pdf/smartypants.py:464:1: W191 indentation contains tabs
rst2pdf/smartypants.py:465:1: W191 indentation contains tabs
rst2pdf/smartypants.py:466:1: W191 indentation contains tabs
rst2pdf/smartypants.py:467:1: W191 indentation contains tabs
rst2pdf/smartypants.py:468:1: W191 indentation contains tabs
rst2pdf/smartypants.py:469:1: W191 indentation contains tabs
rst2pdf/smartypants.py:470:1: W191 indentation contains tabs
rst2pdf/smartypants.py:471:1: W191 indentation contains tabs
rst2pdf/smartypants.py:472:1: W191 indentation contains tabs
rst2pdf/smartypants.py:473:1: W191 indentation contains tabs
rst2pdf/smartypants.py:474:1: W191 indentation contains tabs
rst2pdf/smartypants.py:475:1: W191 indentation contains tabs
rst2pdf/smartypants.py:476:1: W191 indentation contains tabs
rst2pdf/smartypants.py:477:1: W191 indentation contains tabs
rst2pdf/smartypants.py:478:1: W191 indentation contains tabs
rst2pdf/smartypants.py:479:1: W191 indentation contains tabs
rst2pdf/smartypants.py:480:1: W191 indentation contains tabs
rst2pdf/smartypants.py:481:1: W191 indentation contains tabs
rst2pdf/smartypants.py:483:1: W191 indentation contains tabs
rst2pdf/smartypants.py:484:1: W191 indentation contains tabs
rst2pdf/smartypants.py:485:1: W191 indentation contains tabs
rst2pdf/smartypants.py:487:1: W191 indentation contains tabs
rst2pdf/smartypants.py:488:1: W191 indentation contains tabs
rst2pdf/smartypants.py:489:1: W191 indentation contains tabs
rst2pdf/smartypants.py:490:1: W191 indentation contains tabs
rst2pdf/smartypants.py:491:1: W191 indentation contains tabs
rst2pdf/smartypants.py:492:1: W191 indentation contains tabs
rst2pdf/smartypants.py:493:1: W191 indentation contains tabs
rst2pdf/smartypants.py:495:1: W191 indentation contains tabs
rst2pdf/smartypants.py:496:1: W191 indentation contains tabs
rst2pdf/smartypants.py:497:1: W191 indentation contains tabs
rst2pdf/smartypants.py:498:1: W191 indentation contains tabs
rst2pdf/smartypants.py:499:1: W191 indentation contains tabs
rst2pdf/smartypants.py:500:1: W191 indentation contains tabs
rst2pdf/smartypants.py:501:1: W191 indentation contains tabs
rst2pdf/smartypants.py:502:1: W191 indentation contains tabs
rst2pdf/smartypants.py:503:1: W191 indentation contains tabs
rst2pdf/smartypants.py:504:1: W191 indentation contains tabs
rst2pdf/smartypants.py:505:1: W191 indentation contains tabs
rst2pdf/smartypants.py:506:1: W191 indentation contains tabs
rst2pdf/smartypants.py:507:1: W191 indentation contains tabs
rst2pdf/smartypants.py:508:1: W191 indentation contains tabs
rst2pdf/smartypants.py:509:1: W191 indentation contains tabs
rst2pdf/smartypants.py:510:1: W191 indentation contains tabs
rst2pdf/smartypants.py:511:1: W191 indentation contains tabs
rst2pdf/smartypants.py:512:1: W191 indentation contains tabs
rst2pdf/smartypants.py:513:1: W191 indentation contains tabs
rst2pdf/smartypants.py:514:1: W191 indentation contains tabs
rst2pdf/smartypants.py:515:1: W191 indentation contains tabs
rst2pdf/smartypants.py:516:1: W191 indentation contains tabs
rst2pdf/smartypants.py:517:1: W191 indentation contains tabs
rst2pdf/smartypants.py:517:5: F841 local variable 'oldstr' is assigned to but never used
rst2pdf/smartypants.py:518:1: W191 indentation contains tabs
rst2pdf/smartypants.py:520:1: W191 indentation contains tabs
rst2pdf/smartypants.py:521:1: W191 indentation contains tabs
rst2pdf/smartypants.py:523:1: W191 indentation contains tabs
rst2pdf/smartypants.py:524:1: W191 indentation contains tabs
rst2pdf/smartypants.py:525:1: W191 indentation contains tabs
rst2pdf/smartypants.py:526:1: W191 indentation contains tabs
rst2pdf/smartypants.py:527:1: W191 indentation contains tabs
rst2pdf/smartypants.py:528:1: W191 indentation contains tabs
rst2pdf/smartypants.py:529:1: W191 indentation contains tabs
rst2pdf/smartypants.py:531:1: W191 indentation contains tabs
rst2pdf/smartypants.py:532:1: W191 indentation contains tabs
rst2pdf/smartypants.py:534:1: W191 indentation contains tabs
rst2pdf/smartypants.py:535:1: W191 indentation contains tabs
rst2pdf/smartypants.py:536:1: W191 indentation contains tabs
rst2pdf/smartypants.py:538:1: W191 indentation contains tabs
rst2pdf/smartypants.py:539:1: W191 indentation contains tabs
rst2pdf/smartypants.py:541:1: W191 indentation contains tabs
rst2pdf/smartypants.py:542:1: W191 indentation contains tabs
rst2pdf/smartypants.py:543:1: W191 indentation contains tabs
rst2pdf/smartypants.py:544:1: W191 indentation contains tabs
rst2pdf/smartypants.py:544:8: W605 invalid escape sequence '\S'
rst2pdf/smartypants.py:545:1: W191 indentation contains tabs
rst2pdf/smartypants.py:546:1: W191 indentation contains tabs
rst2pdf/smartypants.py:547:1: W191 indentation contains tabs
rst2pdf/smartypants.py:548:1: W191 indentation contains tabs
rst2pdf/smartypants.py:549:1: W191 indentation contains tabs
rst2pdf/smartypants.py:550:1: W191 indentation contains tabs
rst2pdf/smartypants.py:550:8: W605 invalid escape sequence '\S'
rst2pdf/smartypants.py:551:1: W191 indentation contains tabs
rst2pdf/smartypants.py:552:1: W191 indentation contains tabs
rst2pdf/smartypants.py:553:1: W191 indentation contains tabs
rst2pdf/smartypants.py:555:1: W191 indentation contains tabs
rst2pdf/smartypants.py:556:1: W191 indentation contains tabs
rst2pdf/smartypants.py:557:1: W191 indentation contains tabs
rst2pdf/smartypants.py:559:1: W191 indentation contains tabs
rst2pdf/smartypants.py:560:1: W191 indentation contains tabs
rst2pdf/smartypants.py:562:1: W191 indentation contains tabs
rst2pdf/smartypants.py:563:1: W191 indentation contains tabs
rst2pdf/smartypants.py:565:1: W191 indentation contains tabs
rst2pdf/smartypants.py:570:1: W191 indentation contains tabs
rst2pdf/smartypants.py:572:1: W191 indentation contains tabs
rst2pdf/smartypants.py:574:1: W191 indentation contains tabs
rst2pdf/smartypants.py:575:1: W191 indentation contains tabs
rst2pdf/smartypants.py:576:1: W191 indentation contains tabs
rst2pdf/smartypants.py:578:1: W191 indentation contains tabs
rst2pdf/smartypants.py:578:2: F841 local variable 'oldstr' is assigned to but never used
rst2pdf/smartypants.py:579:1: W191 indentation contains tabs
rst2pdf/smartypants.py:581:1: W191 indentation contains tabs
rst2pdf/smartypants.py:582:1: W191 indentation contains tabs
rst2pdf/smartypants.py:583:1: W191 indentation contains tabs
rst2pdf/smartypants.py:584:1: W191 indentation contains tabs
rst2pdf/smartypants.py:586:1: W191 indentation contains tabs
rst2pdf/smartypants.py:587:1: W191 indentation contains tabs
rst2pdf/smartypants.py:588:1: W191 indentation contains tabs
rst2pdf/smartypants.py:589:1: W191 indentation contains tabs
rst2pdf/smartypants.py:591:1: W191 indentation contains tabs
rst2pdf/smartypants.py:592:1: W191 indentation contains tabs
rst2pdf/smartypants.py:594:1: W191 indentation contains tabs
rst2pdf/smartypants.py:595:1: W191 indentation contains tabs
rst2pdf/smartypants.py:597:1: W191 indentation contains tabs
rst2pdf/smartypants.py:599:1: W191 indentation contains tabs
rst2pdf/smartypants.py:600:1: W191 indentation contains tabs
rst2pdf/smartypants.py:601:1: W191 indentation contains tabs
rst2pdf/smartypants.py:602:1: W191 indentation contains tabs
rst2pdf/smartypants.py:603:1: W191 indentation contains tabs
rst2pdf/smartypants.py:604:1: W191 indentation contains tabs
rst2pdf/smartypants.py:605:1: W191 indentation contains tabs
rst2pdf/smartypants.py:606:1: W191 indentation contains tabs
rst2pdf/smartypants.py:607:1: W191 indentation contains tabs
rst2pdf/smartypants.py:608:1: W191 indentation contains tabs
rst2pdf/smartypants.py:609:1: W191 indentation contains tabs
rst2pdf/smartypants.py:610:1: W191 indentation contains tabs
rst2pdf/smartypants.py:613:1: W191 indentation contains tabs
rst2pdf/smartypants.py:614:1: W191 indentation contains tabs
rst2pdf/smartypants.py:615:1: W191 indentation contains tabs
rst2pdf/smartypants.py:616:1: W191 indentation contains tabs
rst2pdf/smartypants.py:617:1: W191 indentation contains tabs
rst2pdf/smartypants.py:620:1: W191 indentation contains tabs
rst2pdf/smartypants.py:621:1: W191 indentation contains tabs
rst2pdf/smartypants.py:622:1: W191 indentation contains tabs
rst2pdf/smartypants.py:623:1: W191 indentation contains tabs
rst2pdf/smartypants.py:624:1: W191 indentation contains tabs
rst2pdf/smartypants.py:626:1: W191 indentation contains tabs
rst2pdf/smartypants.py:627:1: W191 indentation contains tabs
rst2pdf/smartypants.py:629:1: W191 indentation contains tabs
rst2pdf/smartypants.py:631:1: W191 indentation contains tabs
rst2pdf/smartypants.py:632:1: W191 indentation contains tabs
rst2pdf/smartypants.py:633:1: W191 indentation contains tabs
rst2pdf/smartypants.py:634:1: W191 indentation contains tabs
rst2pdf/smartypants.py:635:1: W191 indentation contains tabs
rst2pdf/smartypants.py:636:1: W191 indentation contains tabs
rst2pdf/smartypants.py:637:1: W191 indentation contains tabs
rst2pdf/smartypants.py:638:1: W191 indentation contains tabs
rst2pdf/smartypants.py:639:1: W191 indentation contains tabs
rst2pdf/smartypants.py:640:1: W191 indentation contains tabs
rst2pdf/smartypants.py:641:1: W191 indentation contains tabs
rst2pdf/smartypants.py:642:1: W191 indentation contains tabs
rst2pdf/smartypants.py:644:1: W191 indentation contains tabs
rst2pdf/smartypants.py:646:1: W191 indentation contains tabs
rst2pdf/smartypants.py:647:1: W191 indentation contains tabs
rst2pdf/smartypants.py:648:1: W191 indentation contains tabs
rst2pdf/smartypants.py:649:1: W191 indentation contains tabs
rst2pdf/smartypants.py:650:1: W191 indentation contains tabs
rst2pdf/smartypants.py:653:1: W191 indentation contains tabs
rst2pdf/smartypants.py:654:1: W191 indentation contains tabs
rst2pdf/smartypants.py:655:1: W191 indentation contains tabs
rst2pdf/smartypants.py:656:1: W191 indentation contains tabs
rst2pdf/smartypants.py:658:1: W191 indentation contains tabs
rst2pdf/smartypants.py:659:1: W191 indentation contains tabs
rst2pdf/smartypants.py:661:1: W191 indentation contains tabs
rst2pdf/smartypants.py:666:1: W191 indentation contains tabs
rst2pdf/smartypants.py:667:1: W191 indentation contains tabs
rst2pdf/smartypants.py:668:1: W191 indentation contains tabs
rst2pdf/smartypants.py:668:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:669:1: W191 indentation contains tabs
rst2pdf/smartypants.py:670:1: W191 indentation contains tabs
rst2pdf/smartypants.py:671:1: W191 indentation contains tabs
rst2pdf/smartypants.py:673:1: W191 indentation contains tabs
rst2pdf/smartypants.py:674:1: W191 indentation contains tabs
rst2pdf/smartypants.py:675:1: W191 indentation contains tabs
rst2pdf/smartypants.py:680:1: W191 indentation contains tabs
rst2pdf/smartypants.py:681:1: W191 indentation contains tabs
rst2pdf/smartypants.py:682:1: W191 indentation contains tabs
rst2pdf/smartypants.py:682:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:684:1: W191 indentation contains tabs
rst2pdf/smartypants.py:685:1: W191 indentation contains tabs
rst2pdf/smartypants.py:686:1: W191 indentation contains tabs
rst2pdf/smartypants.py:688:1: W191 indentation contains tabs
rst2pdf/smartypants.py:689:1: W191 indentation contains tabs
rst2pdf/smartypants.py:690:1: W191 indentation contains tabs
rst2pdf/smartypants.py:695:1: W191 indentation contains tabs
rst2pdf/smartypants.py:697:1: W191 indentation contains tabs
rst2pdf/smartypants.py:698:1: W191 indentation contains tabs
rst2pdf/smartypants.py:698:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:699:1: W191 indentation contains tabs
rst2pdf/smartypants.py:701:1: W191 indentation contains tabs
rst2pdf/smartypants.py:702:1: W191 indentation contains tabs
rst2pdf/smartypants.py:703:1: W191 indentation contains tabs
rst2pdf/smartypants.py:708:1: W191 indentation contains tabs
rst2pdf/smartypants.py:710:1: W191 indentation contains tabs
rst2pdf/smartypants.py:711:1: W191 indentation contains tabs
rst2pdf/smartypants.py:711:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:712:1: W191 indentation contains tabs
rst2pdf/smartypants.py:712:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:713:1: W191 indentation contains tabs
rst2pdf/smartypants.py:715:1: W191 indentation contains tabs
rst2pdf/smartypants.py:716:1: W191 indentation contains tabs
rst2pdf/smartypants.py:717:1: W191 indentation contains tabs
rst2pdf/smartypants.py:722:1: W191 indentation contains tabs
rst2pdf/smartypants.py:724:1: W191 indentation contains tabs
rst2pdf/smartypants.py:725:1: W191 indentation contains tabs
rst2pdf/smartypants.py:725:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:726:1: W191 indentation contains tabs
rst2pdf/smartypants.py:726:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:727:1: W191 indentation contains tabs
rst2pdf/smartypants.py:727:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:728:1: W191 indentation contains tabs
rst2pdf/smartypants.py:728:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:729:1: W191 indentation contains tabs
rst2pdf/smartypants.py:729:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:730:1: W191 indentation contains tabs
rst2pdf/smartypants.py:730:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:731:1: W191 indentation contains tabs
rst2pdf/smartypants.py:731:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:732:1: W191 indentation contains tabs
rst2pdf/smartypants.py:732:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:733:1: W191 indentation contains tabs
rst2pdf/smartypants.py:733:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:734:1: W191 indentation contains tabs
rst2pdf/smartypants.py:735:1: W191 indentation contains tabs
rst2pdf/smartypants.py:736:1: W191 indentation contains tabs
rst2pdf/smartypants.py:737:1: W191 indentation contains tabs
rst2pdf/smartypants.py:743:1: W191 indentation contains tabs
rst2pdf/smartypants.py:744:1: W191 indentation contains tabs
rst2pdf/smartypants.py:745:1: W191 indentation contains tabs
rst2pdf/smartypants.py:745:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:747:1: W191 indentation contains tabs
rst2pdf/smartypants.py:748:1: W191 indentation contains tabs
rst2pdf/smartypants.py:749:1: W191 indentation contains tabs
rst2pdf/smartypants.py:751:1: W191 indentation contains tabs
rst2pdf/smartypants.py:752:1: W191 indentation contains tabs
rst2pdf/smartypants.py:753:1: W191 indentation contains tabs
rst2pdf/smartypants.py:758:1: W191 indentation contains tabs
rst2pdf/smartypants.py:759:1: W191 indentation contains tabs
rst2pdf/smartypants.py:760:1: W191 indentation contains tabs
rst2pdf/smartypants.py:760:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:762:1: W191 indentation contains tabs
rst2pdf/smartypants.py:763:1: W191 indentation contains tabs
rst2pdf/smartypants.py:764:1: W191 indentation contains tabs
rst2pdf/smartypants.py:766:1: W191 indentation contains tabs
rst2pdf/smartypants.py:767:1: W191 indentation contains tabs
rst2pdf/smartypants.py:769:1: W191 indentation contains tabs
rst2pdf/smartypants.py:770:1: W191 indentation contains tabs
rst2pdf/smartypants.py:772:1: W191 indentation contains tabs
rst2pdf/smartypants.py:773:1: W191 indentation contains tabs
rst2pdf/smartypants.py:775:1: W191 indentation contains tabs
rst2pdf/smartypants.py:777:1: W191 indentation contains tabs
rst2pdf/smartypants.py:782:1: W191 indentation contains tabs
rst2pdf/smartypants.py:783:1: W191 indentation contains tabs
rst2pdf/smartypants.py:784:1: W191 indentation contains tabs
rst2pdf/smartypants.py:784:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:785:1: W191 indentation contains tabs
rst2pdf/smartypants.py:785:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:787:1: W191 indentation contains tabs
rst2pdf/smartypants.py:787:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:788:1: W191 indentation contains tabs
rst2pdf/smartypants.py:788:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:789:1: W191 indentation contains tabs
rst2pdf/smartypants.py:789:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:790:1: W191 indentation contains tabs
rst2pdf/smartypants.py:790:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:791:1: W191 indentation contains tabs
rst2pdf/smartypants.py:791:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:792:1: W191 indentation contains tabs
rst2pdf/smartypants.py:792:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:793:1: W191 indentation contains tabs
rst2pdf/smartypants.py:793:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:794:1: W191 indentation contains tabs
rst2pdf/smartypants.py:794:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:795:1: W191 indentation contains tabs
rst2pdf/smartypants.py:796:1: W191 indentation contains tabs
rst2pdf/smartypants.py:797:1: W191 indentation contains tabs
rst2pdf/smartypants.py:798:1: W191 indentation contains tabs
rst2pdf/smartypants.py:799:1: W191 indentation contains tabs
rst2pdf/smartypants.py:800:1: W191 indentation contains tabs
rst2pdf/smartypants.py:801:1: W191 indentation contains tabs
rst2pdf/smartypants.py:803:1: W191 indentation contains tabs
rst2pdf/smartypants.py:808:1: W191 indentation contains tabs
rst2pdf/smartypants.py:809:1: W191 indentation contains tabs
rst2pdf/smartypants.py:810:1: W191 indentation contains tabs
rst2pdf/smartypants.py:810:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:811:1: W191 indentation contains tabs
rst2pdf/smartypants.py:811:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:812:1: W191 indentation contains tabs
rst2pdf/smartypants.py:812:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:813:1: W191 indentation contains tabs
rst2pdf/smartypants.py:813:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:814:1: W191 indentation contains tabs
rst2pdf/smartypants.py:814:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:816:1: W191 indentation contains tabs
rst2pdf/smartypants.py:817:1: W191 indentation contains tabs
rst2pdf/smartypants.py:817:2: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:818:1: W191 indentation contains tabs
rst2pdf/smartypants.py:820:1: W191 indentation contains tabs
rst2pdf/smartypants.py:820:2: F841 local variable 'pos' is assigned to but never used
rst2pdf/smartypants.py:821:1: W191 indentation contains tabs
rst2pdf/smartypants.py:821:2: F841 local variable 'length' is assigned to but never used
rst2pdf/smartypants.py:822:1: W191 indentation contains tabs
rst2pdf/smartypants.py:824:1: W191 indentation contains tabs
rst2pdf/smartypants.py:825:1: W191 indentation contains tabs
rst2pdf/smartypants.py:825:2: F841 local variable 'nested_tags' is assigned to but never used
rst2pdf/smartypants.py:826:1: W191 indentation contains tabs
rst2pdf/smartypants.py:827:1: W191 indentation contains tabs
rst2pdf/smartypants.py:828:1: W191 indentation contains tabs
rst2pdf/smartypants.py:829:1: W191 indentation contains tabs
rst2pdf/smartypants.py:831:1: W191 indentation contains tabs
rst2pdf/smartypants.py:833:1: W191 indentation contains tabs
rst2pdf/smartypants.py:834:1: W191 indentation contains tabs
rst2pdf/smartypants.py:835:1: W191 indentation contains tabs
rst2pdf/smartypants.py:836:1: W191 indentation contains tabs
rst2pdf/smartypants.py:838:1: W191 indentation contains tabs
rst2pdf/smartypants.py:840:1: W191 indentation contains tabs
rst2pdf/smartypants.py:841:1: W191 indentation contains tabs
rst2pdf/smartypants.py:843:1: W191 indentation contains tabs
rst2pdf/smartypants.py:844:1: W191 indentation contains tabs
rst2pdf/smartypants.py:846:1: W191 indentation contains tabs
rst2pdf/smartypants.py:852:1: W191 indentation contains tabs
rst2pdf/smartypants.py:854:1: W191 indentation contains tabs
rst2pdf/smartypants.py:855:1: W191 indentation contains tabs
rst2pdf/smartypants.py:856:1: W191 indentation contains tabs
rst2pdf/smartypants.py:856:2: E722 do not use bare 'except'
rst2pdf/smartypants.py:857:1: W191 indentation contains tabs
rst2pdf/smartypants.py:859:1: W191 indentation contains tabs
rst2pdf/smartypants.py:860:1: W191 indentation contains tabs
rst2pdf/smartypants.py:862:1: W191 indentation contains tabs
rst2pdf/smartypants.py:865:1: W191 indentation contains tabs
rst2pdf/smartypants.py:866:1: W191 indentation contains tabs
rst2pdf/smartypants.py:867:1: W191 indentation contains tabs
rst2pdf/smartypants.py:869:1: W191 indentation contains tabs
rst2pdf/smartypants.py:870:1: W191 indentation contains tabs
rst2pdf/smartypants.py:872:1: W191 indentation contains tabs
rst2pdf/smartypants.py:873:1: W191 indentation contains tabs
rst2pdf/smartypants.py:874:1: W191 indentation contains tabs
rst2pdf/smartypants.py:875:1: W191 indentation contains tabs
rst2pdf/smartypants.py:876:1: W191 indentation contains tabs
rst2pdf/smartypants.py:877:1: W191 indentation contains tabs
rst2pdf/smartypants.py:878:1: W191 indentation contains tabs
rst2pdf/smartypants.py:879:1: W191 indentation contains tabs
rst2pdf/smartypants.py:881:1: W191 indentation contains tabs
rst2pdf/smartypants.py:882:1: W191 indentation contains tabs
rst2pdf/smartypants.py:883:1: W191 indentation contains tabs
rst2pdf/smartypants.py:884:1: W191 indentation contains tabs
rst2pdf/smartypants.py:884:5: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:884:8: E131 continuation line unaligned for hanging indent
rst2pdf/smartypants.py:885:1: W191 indentation contains tabs
rst2pdf/smartypants.py:886:1: W191 indentation contains tabs
rst2pdf/smartypants.py:887:1: W191 indentation contains tabs
rst2pdf/smartypants.py:887:5: E101 indentation contains mixed spaces and tabs
rst2pdf/smartypants.py:887:8: E131 continuation line unaligned for hanging indent
rst2pdf/smartypants.py:890:1: W191 indentation contains tabs
rst2pdf/smartypants.py:891:1: W191 indentation contains tabs
rst2pdf/smartypants.py:892:1: W191 indentation contains tabs
rst2pdf/smartypants.py:894:1: W191 indentation contains tabs
rst2pdf/smartypants.py:895:1: W191 indentation contains tabs
rst2pdf/smartypants.py:897:1: W191 indentation contains tabs
rst2pdf/pdfbuilder.py:26:1: F401 'os.path.expanduser' imported but unused
rst2pdf/pdfbuilder.py:26:1: F401 'os.path.join' imported but unused
rst2pdf/pdfbuilder.py:27:1: F401 'pprint.pprint' imported but unused
rst2pdf/pdfbuilder.py:28:1: F401 'copy.deepcopy' imported but unused
rst2pdf/pdfbuilder.py:29:1: F401 'xml.sax.saxutils.unescape' imported but unused
rst2pdf/pdfbuilder.py:29:1: F401 'xml.sax.saxutils.escape' imported but unused
rst2pdf/pdfbuilder.py:32:1: F401 'urlparse.urljoin' imported but unused
rst2pdf/pdfbuilder.py:32:1: F401 'urlparse.urlparse' imported but unused
rst2pdf/pdfbuilder.py:34:1: F401 'pygments.lexers.get_lexer_by_name' imported but unused
rst2pdf/pdfbuilder.py:38:1: F401 'docutils.languages' imported but unused
rst2pdf/pdfbuilder.py:50:1: F401 'sphinx.locale.admonitionlabels' imported but unused
rst2pdf/pdfbuilder.py:54:1: E402 module level import not at top of file
rst2pdf/pdfbuilder.py:55:1: E402 module level import not at top of file
rst2pdf/pdfbuilder.py:55:1: F401 'rst2pdf.oddeven_directive' imported but unused
rst2pdf/pdfbuilder.py:56:1: E402 module level import not at top of file
rst2pdf/pdfbuilder.py:57:1: E402 module level import not at top of file
rst2pdf/pdfbuilder.py:247:13: F841 local variable 'indexcontext' is assigned to but never used
rst2pdf/pdfbuilder.py:433:9: F841 local variable 'autonum' is assigned to but never used
rst2pdf/pdfbuilder.py:446:18: W503 line break before binary operator
rst2pdf/pdfbuilder.py:691:39: E262 inline comment should start with '# '
rst2pdf/languages.py:32:13: W503 line break before binary operator
rst2pdf/languages.py:37:21: W503 line break before binary operator
rst2pdf/image.py:5:1: F401 'os.path.expanduser' imported but unused
rst2pdf/image.py:5:1: F401 'os.path.join' imported but unused
rst2pdf/image.py:10:1: F403 'from reportlab.lib.units import *' used; unable to detect undefined names
rst2pdf/image.py:119:9: E722 do not use bare 'except'
rst2pdf/image.py:138:13: E722 do not use bare 'except'
rst2pdf/image.py:156:13: E722 do not use bare 'except'
rst2pdf/image.py:184:13: E722 do not use bare 'except'
rst2pdf/image.py:329:17: F841 local variable 'box' is assigned to but never used
rst2pdf/image.py:330:26: F405 'x2' may be undefined, or defined from star imports: reportlab.lib.units
rst2pdf/image.py:330:31: F405 'x1' may be undefined, or defined from star imports: reportlab.lib.units
rst2pdf/image.py:330:35: F405 'y2' may be undefined, or defined from star imports: reportlab.lib.units
rst2pdf/image.py:330:40: F405 'y1' may be undefined, or defined from star imports: reportlab.lib.units
rst2pdf/image.py:334:13: F841 local variable 'size_known' is assigned to but never used
rst2pdf/image.py:385:20: F405 'inch' may be undefined, or defined from star imports: reportlab.lib.units
rst2pdf/image.py:386:20: F405 'inch' may be undefined, or defined from star imports: reportlab.lib.units
rst2pdf/image.py:406:53: F405 'inch' may be undefined, or defined from star imports: reportlab.lib.units
rst2pdf/image.py:409:53: F405 'inch' may be undefined, or defined from star imports: reportlab.lib.units
rst2pdf/image.py:417:24: F405 'inch' may be undefined, or defined from star imports: reportlab.lib.units
rst2pdf/image.py:418:24: F405 'inch' may be undefined, or defined from star imports: reportlab.lib.units
rst2pdf/image.py:426:24: F405 'cm' may be undefined, or defined from star imports: reportlab.lib.units
rst2pdf/image.py:426:30: F405 'cm' may be undefined, or defined from star imports: reportlab.lib.units
rst2pdf/createpdf.py:48:1: E402 module level import not at top of file
rst2pdf/createpdf.py:49:1: E402 module level import not at top of file
rst2pdf/createpdf.py:50:1: E402 module level import not at top of file
rst2pdf/createpdf.py:50:1: F401 'tempfile' imported but unused
rst2pdf/createpdf.py:51:1: E402 module level import not at top of file
rst2pdf/createpdf.py:52:1: E402 module level import not at top of file
rst2pdf/createpdf.py:53:1: E402 module level import not at top of file
rst2pdf/createpdf.py:59:5: F401 'io.StringIO' imported but unused
rst2pdf/createpdf.py:60:5: F401 'urllib.parse.urljoin' imported but unused
rst2pdf/createpdf.py:60:5: F401 'urllib.parse.urlparse' imported but unused
rst2pdf/createpdf.py:61:1: E402 module level import not at top of file
rst2pdf/createpdf.py:62:1: E402 module level import not at top of file
rst2pdf/createpdf.py:63:1: E402 module level import not at top of file
rst2pdf/createpdf.py:64:1: E402 module level import not at top of file
rst2pdf/createpdf.py:64:1: F401 'pprint.pprint' imported but unused
rst2pdf/createpdf.py:65:1: E402 module level import not at top of file
rst2pdf/createpdf.py:65:1: F401 'xml.sax.saxutils.escape' imported but unused
rst2pdf/createpdf.py:65:1: F401 'xml.sax.saxutils.unescape' imported but unused
rst2pdf/createpdf.py:67:1: E402 module level import not at top of file
rst2pdf/createpdf.py:68:1: E402 module level import not at top of file
rst2pdf/createpdf.py:69:1: E402 module level import not at top of file
rst2pdf/createpdf.py:70:1: E402 module level import not at top of file
rst2pdf/createpdf.py:71:1: E402 module level import not at top of file
rst2pdf/createpdf.py:72:1: E402 module level import not at top of file
rst2pdf/createpdf.py:79:1: E402 module level import not at top of file
rst2pdf/createpdf.py:79:1: F403 'from reportlab.platypus import *' used; unable to detect undefined names
rst2pdf/createpdf.py:80:1: E402 module level import not at top of file
rst2pdf/createpdf.py:81:1: E402 module level import not at top of file
rst2pdf/createpdf.py:82:1: E402 module level import not at top of file
rst2pdf/createpdf.py:82:1: F401 'reportlab.pdfbase.pdfdoc.PDFPageLabel' imported but unused
rst2pdf/createpdf.py:87:1: E402 module level import not at top of file
rst2pdf/createpdf.py:89:1: E402 module level import not at top of file
rst2pdf/createpdf.py:89:1: F401 'rst2pdf.counter_role' imported but unused
rst2pdf/createpdf.py:89:1: F401 'rst2pdf.oddeven_directive' imported but unused
rst2pdf/createpdf.py:90:1: E402 module level import not at top of file
rst2pdf/createpdf.py:91:1: E402 module level import not at top of file
rst2pdf/createpdf.py:92:1: E402 module level import not at top of file
rst2pdf/createpdf.py:92:1: F403 'from rst2pdf.flowables import *' used; unable to detect undefined names
rst2pdf/createpdf.py:93:1: E402 module level import not at top of file
rst2pdf/createpdf.py:94:1: E402 module level import not at top of file
rst2pdf/createpdf.py:95:1: E402 module level import not at top of file
rst2pdf/createpdf.py:95:1: F401 'rst2pdf.aafigure_directive.Aanode' imported but unused
rst2pdf/createpdf.py:96:1: E402 module level import not at top of file
rst2pdf/createpdf.py:97:1: E402 module level import not at top of file
rst2pdf/createpdf.py:98:1: E402 module level import not at top of file
rst2pdf/createpdf.py:99:1: E402 module level import not at top of file
rst2pdf/createpdf.py:100:1: E402 module level import not at top of file
rst2pdf/createpdf.py:101:1: E402 module level import not at top of file
rst2pdf/createpdf.py:105:1: E402 module level import not at top of file
rst2pdf/createpdf.py:225:13: F401 'math_directive' imported but unused
rst2pdf/createpdf.py:421:17: W503 line break before binary operator
rst2pdf/createpdf.py:424:17: W503 line break before binary operator
rst2pdf/createpdf.py:502:16: F405 'BoundByWidth' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:502:34: F405 'cm' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:503:22: F405 'XXPreformatted' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:592:31: F405 'PageBreak' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:597:29: F405 'MySpacer' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:597:43: F405 'cm' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:598:29: F405 'Separation' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:600:27: F405 'TableStyle' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:602:33: F405 'DelayedTable' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:610:25: W503 line break before binary operator
rst2pdf/createpdf.py:614:37: F405 'ImageAndFlowables' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:679:50: F405 'MyPageBreak' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:681:50: F405 'Separation' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:697:34: F841 local variable 'v' is assigned to but never used
rst2pdf/createpdf.py:720:1: E402 module level import not at top of file
rst2pdf/createpdf.py:722:24: F405 'BaseDocTemplate' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:726:33: F405 'Heading' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:751:25: F405 'PageBreak' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:752:29: F405 'SlowPageBreak' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:757:27: F405 'ActionFlowable' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:765:37: F405 'FrameActionFlowable' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:777:45: F405 'PageBreak' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:777:55: F405 'SlowPageBreak' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:777:69: F405 'ActionFlowable' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:786:35: F405 'LayoutError' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:796:31: F405 'LayoutError' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:809:19: F405 'Flowable' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:814:9: F405 'Flowable' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:848:31: F405 'Flowable' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:898:41: F405 'Separation' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:900:38: F405 'Separation' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:932:16: E272 multiple spaces before keyword
rst2pdf/createpdf.py:937:32: F405 'DelayedTable' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:945:26: F405 'DelayedTable' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:947:32: F405 'BoundByWidth' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:953:32: F405 'OddEven' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:956:26: F405 'OddEven' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:971:17: F405 'PageTemplate' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:983:9: F405 'PageTemplate' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:1013:23: F841 local variable 'kind' is assigned to but never used
rst2pdf/createpdf.py:1101:32: F405 'SmartFrame' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:1106:21: E131 continuation line unaligned for hanging indent
rst2pdf/createpdf.py:1460:8: F405 'reportlab' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:1462:57: F405 'reportlab' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:1497:1: E101 indentation contains mixed spaces and tabs
rst2pdf/createpdf.py:1497:1: W191 indentation contains tabs
rst2pdf/createpdf.py:1497:6: E131 continuation line unaligned for hanging indent
rst2pdf/createpdf.py:1498:1: W191 indentation contains tabs
rst2pdf/createpdf.py:1498:2: E101 indentation contains mixed spaces and tabs
rst2pdf/createpdf.py:1498:6: E131 continuation line unaligned for hanging indent
rst2pdf/createpdf.py:1499:1: E101 indentation contains mixed spaces and tabs
rst2pdf/createpdf.py:1508:1: F405 'reportlab' may be undefined, or defined from star imports: reportlab.platypus, rst2pdf.flowables
rst2pdf/createpdf.py:1539:13: F841 local variable 'dhh' is assigned to but never used
rst2pdf/createpdf.py:1539:18: F841 local variable 'dmm' is assigned to but never used
rst2pdf/createpdf.py:1542:25: E131 continuation line unaligned for hanging indent
rst2pdf/aafigure_directive.py:29:1: F401 'docutils.nodes.Inline' imported but unused
rst2pdf/aafigure_directive.py:29:1: F401 'docutils.nodes.General' imported but unused
rst2pdf/aafigure_directive.py:31:1: F811 redefinition of unused 'nodes' from line 28
rst2pdf/aafigure_directive.py:31:1: F401 'docutils.parsers.rst.nodes' imported but unused
rst2pdf/tests/profilerun.py:33:13: E722 do not use bare 'except'
rst2pdf/tests/execmgr.py:91:17: E722 do not use bare 'except'
rst2pdf/tests/migrate_checksums.py:46:1: F811 redefinition of unused 'glob' from line 43
rst2pdf/tests/migrate_checksums.py:55:9: F841 local variable 'result' is assigned to but never used
rst2pdf/tests/migrate_checksums.py:60:5: F841 local variable 'devnull' is assigned to but never used
rst2pdf/tests/migrate_checksums.py:99:13: F841 local variable 'result' is assigned to but never used
rst2pdf/tests/migrate_checksums.py:105:17: F841 local variable 'differences' is assigned to but never used
rst2pdf/tests/migrate_checksums.py:110:1: W293 blank line contains whitespace
rst2pdf/tests/htmllog.py:15:1: F401 'sys' imported but unused
rst2pdf/tests/autotest.py:206:19: F821 undefined name 'PdfReader'
rst2pdf/tests/autotest.py:229:5: F821 undefined name 'PdfWriter'
rst2pdf/tests/autotest.py:275:25: W503 line break before binary operator
rst2pdf/tests/test.py:4:1: F401 'sys' imported but unused
rst2pdf/tests/test.py:52:1: E402 module level import not at top of file
rst2pdf/tests/test.py:53:1: E402 module level import not at top of file
rst2pdf/tests/test.py:173:5: F841 local variable 'results' is assigned to but never used
rst2pdf/tests/test.py:181:5: F841 local variable 'results' is assigned to but never used
rst2pdf/tests/test.py:188:5: F841 local variable 'results' is assigned to but never used
rst2pdf/tests/zinspector12.py:108:13: W504 line break after binary operator
rst2pdf/tests/input/test_issue_410.py:2:5: F841 local variable 'a' is assigned to but never used
rst2pdf/tests/input/test_issue_410.py:3:5: F841 local variable 'b' is assigned to but never used
rst2pdf/tests/input/test_issue_410.py:4:1: W391 blank line at end of file
rst2pdf/tests/input/test_180.py:2:1: F401 'reportlab.platypus.SimpleDocTemplate' imported but unused
rst2pdf/tests/input/test_180.py:5:1: F401 'reportlab.lib.colors.Color' imported but unused
rst2pdf/tests/input/test_180.py:6:1: F401 'reportlab.platypus.flowables._FUZZ' imported but unused
rst2pdf/tests/input/test_180.py:6:1: F401 'reportlab.platypus.flowables._listWrapOn' imported but unused
rst2pdf/tests/input/test_180.py:7:1: F811 redefinition of unused 'Paragraph' from line 3
rst2pdf/tests/input/test_180.py:8:1: F811 redefinition of unused 'ParagraphStyle' from line 4
rst2pdf/tests/input/test_180.py:8:1: F811 redefinition of unused 'getSampleStyleSheet' from line 4
rst2pdf/tests/input/test_180.py:8:1: F401 'wordaxe.rl.styles.ParagraphStyle' imported but unused
rst2pdf/tests/input/test_extensions.py:1:1: F401 'sys' imported but unused
rst2pdf/tests/input/pyurl3.py:14:1: F401 'twill.commands.code' imported but unused
rst2pdf/tests/input/pyurl3.py:14:1: F401 'twill.commands.find' imported but unused
rst2pdf/tests/input/pyurl3.py:14:1: F401 'twill.commands.title' imported but unused
rst2pdf/tests/input/pyurl3.py:14:1: F401 'twill.commands.notfind' imported but unused
rst2pdf/tests/input/pyurl3.py:39:17: F841 local variable 'r' is assigned to but never used
rst2pdf/tests/input/pyurl3.py:40:9: E722 do not use bare 'except'
rst2pdf/tests/input/pyurl3.py:46:1: E402 module level import not at top of file
rst2pdf/tests/input/pyurl3.py:46:1: F403 'from storm.locals import *' used; unable to detect undefined names
rst2pdf/tests/input/pyurl3.py:69:14: F405 'Int' may be undefined, or defined from star imports: storm.locals
rst2pdf/tests/input/pyurl3.py:70:14: F405 'Unicode' may be undefined, or defined from star imports: storm.locals
rst2pdf/tests/input/pyurl3.py:71:14: F405 'Unicode' may be undefined, or defined from star imports: storm.locals
rst2pdf/tests/input/pyurl3.py:72:14: F405 'Unicode' may be undefined, or defined from star imports: storm.locals
rst2pdf/tests/input/pyurl3.py:73:14: F405 'Bool' may be undefined, or defined from star imports: storm.locals
rst2pdf/tests/input/pyurl3.py:74:14: F405 'Bool' may be undefined, or defined from star imports: storm.locals
rst2pdf/tests/input/pyurl3.py:75:14: F405 'DateTime' may be undefined, or defined from star imports: storm.locals
rst2pdf/tests/input/pyurl3.py:109:28: F405 'create_database' may be undefined, or defined from star imports: storm.locals
rst2pdf/tests/input/pyurl3.py:110:25: F405 'Store' may be undefined, or defined from star imports: storm.locals
rst2pdf/tests/input/pyurl3.py:125:13: E722 do not use bare 'except'
rst2pdf/tests/input/pyurl3.py:128:28: F405 'create_database' may be undefined, or defined from star imports: storm.locals
rst2pdf/tests/input/pyurl3.py:129:25: F405 'Store' may be undefined, or defined from star imports: storm.locals
rst2pdf/tests/input/pyurl3.py:190:1: E402 module level import not at top of file
rst2pdf/tests/input/pyurl3.py:193:1: E402 module level import not at top of file
rst2pdf/tests/input/pyurl3.py:194:1: E402 module level import not at top of file
rst2pdf/tests/input/pyurl3.py:195:1: E402 module level import not at top of file
rst2pdf/tests/input/pyurl3.py:210:8: E713 test for membership should be 'not in'
rst2pdf/tests/input/pyurl3.py:259:8: E713 test for membership should be 'not in'
rst2pdf/tests/input/pyurl3.py:284:8: E713 test for membership should be 'not in'
rst2pdf/tests/input/pyurl3.py:298:8: E713 test for membership should be 'not in'
rst2pdf/tests/input/test_issue_147.py:3:1: F401 'reportlab.lib.styles.ParagraphStyle' imported but unused
rst2pdf/tests/input/test_issue_173.py:6:1: F403 'from reportlab.platypus.tables import *' used; unable to detect undefined names
rst2pdf/tests/input/test_issue_173.py:11:12: F405 'TableStyle' may be undefined, or defined from star imports: reportlab.platypus.tables
rst2pdf/tests/input/test_issue_173.py:21:21: F405 'Table' may be undefined, or defined from star imports: reportlab.platypus.tables
rst2pdf/tests/input/test_issue_216.py:5:1: F401 'reportlab.platypus.doctemplate.Indenter' imported but unused
rst2pdf/tests/input/test_issue_216.py:6:1: F403 'from reportlab.platypus.flowables import *' used; unable to detect undefined names
rst2pdf/tests/input/test_issue_216.py:7:1: F403 'from reportlab.platypus.xpreformatted import *' used; unable to detect undefined names
rst2pdf/tests/input/test_issue_216.py:19:18: F405 'XPreformatted' may be undefined, or defined from star imports: reportlab.platypus.flowables, reportlab.platypus.xpreformatted
rst2pdf/tests/input/test_issue_277.py:5:1: F401 'reportlab.platypus.doctemplate.Indenter' imported but unused
rst2pdf/tests/input/test_issue_277.py:6:1: F403 'from reportlab.platypus.flowables import *' used; unable to detect undefined names
rst2pdf/tests/input/test_issue_277.py:7:1: F403 'from reportlab.platypus.tables import *' used; unable to detect undefined names
rst2pdf/tests/input/test_issue_277.py:8:1: F403 'from reportlab.platypus.xpreformatted import *' used; unable to detect undefined names
rst2pdf/tests/input/test_issue_277.py:16:12: F405 'TableStyle' may be undefined, or defined from star imports: reportlab.platypus.flowables, reportlab.platypus.tables, reportlab.platypus.xpreformatted
rst2pdf/tests/input/test_issue_277.py:21:18: F405 'Table' may be undefined, or defined from star imports: reportlab.platypus.flowables, reportlab.platypus.tables, reportlab.platypus.xpreformatted
rst2pdf/tests/input/test_issue_65.py:5:1: F403 'from reportlab.platypus.tables import *' used; unable to detect undefined names
rst2pdf/tests/input/test_issue_65.py:11:29: F405 'ParagraphStyle' may be undefined, or defined from star imports: reportlab.platypus.tables
rst2pdf/tests/input/test_issue_65.py:15:1: E101 indentation contains mixed spaces and tabs
rst2pdf/tests/input/test_issue_65.py:15:1: W191 indentation contains tabs
rst2pdf/tests/input/test_issue_65.py:16:1: E101 indentation contains mixed spaces and tabs
rst2pdf/tests/input/test_issue_65.py:18:21: F405 'Table' may be undefined, or defined from star imports: reportlab.platypus.tables
rst2pdf/tests/input/sphinx-issue319/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue319/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue388/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue388/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue318/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue318/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue320/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue320/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue183/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue183/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue170/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue170/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue252/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue252/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-repeat-table-rows/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-repeat-table-rows/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue254/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue254/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue285/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue285/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue284/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue284/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-markup/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-markup/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue360/source/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue360/source/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue367/source/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue367/source/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue367/source/conf.py:19:1: E402 module level import not at top of file
rst2pdf/tests/input/sphinx-issue367/source/conf.py:19:1: F401 'rst2pdf' imported but unused
rst2pdf/tests/input/sphinx-issue196/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue196/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue162/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue162/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue172/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue172/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue187/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue187/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue251/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue251/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-brokenlinks/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-brokenlinks/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue257/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue257/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-multidoc/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-multidoc/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue229/source/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue229/source/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue280/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue280/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue158/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue158/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue169/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue169/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue364/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue364/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue168/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue168/conf.py:14:1: F401 'os' imported but unused
rst2pdf/tests/input/sphinx-issue166/conf.py:14:1: F401 'sys' imported but unused
rst2pdf/tests/input/sphinx-issue166/conf.py:14:1: F401 'os' imported but unused
rst2pdf/extensions/inkscape_r2p.py:56:31: F841 local variable 'e' is assigned to but never used
rst2pdf/extensions/preprocess_r2p.py:138:13: E722 do not use bare 'except'
rst2pdf/extensions/plantuml.py:71:19: F821 undefined name 'PlantUmlError'
rst2pdf/extensions/plantuml.py:75:19: F821 undefined name 'PlantUmlError'
rst2pdf/extensions/fancytitles.py:9:1: F401 're' imported but unused
rst2pdf/extensions/fancytitles.py:10:1: F401 'xml.sax.saxutils.unescape' imported but unused
rst2pdf/extensions/fancytitles.py:58:13: F841 local variable 'key' is assigned to but never used
rst2pdf/extensions/vectorpdf_r2p.py:4:1: F401 'sys' imported but unused
rst2pdf/extensions/vectorpdf_r2p.py:5:1: F401 'os' imported but unused
rst2pdf/extensions/vectorpdf_r2p.py:18:5: F401 'rst2pdf.log.log' imported but unused
```<!--- Provide a general summary of the issue in the Title above -->

**Description of problem**
<!-- What steps will reproduce the problem? -->
<!-- Provide a detailed description of the change or addition you are proposing -->
<!-- If it is a feature request what problem is it solving-->

<!-- What have you already tried in order to try and solve the problem? -->


**What is the expected output? What do you see instead?**


🖥 **Versions**
<!-- Please paste the output of following commands -->

<!--Which python version are you using?-->
`python -V`

`pip freeze | grep rst2pdf`

`pip freeze | grep reportlab`

<!--- (Optional) If you are using Sphinx, please paste output of this too.-->
`pip freeze | grep Sphinx`

<!--- (Optional) If you are using wordaxe, please write the version of it below:.-->
(Optional) wordaxe version :

Which operating system are you using?

**Additional information**
<!-- Please provide further information about the issure/feature request -->
<!--- If this is a feature request, why is this change important to you? -->
<!--- How can it benefit other users? -->

@ralsina ralsina self-assigned this Jan 3, 2019
@stephenfin
Copy link
Contributor

#792 resolves this, but I need to get unit tests passing locally first so I can fix the issues I've introduced there.

@stephenfin
Copy link
Contributor

#792 is dead. However, I've a queue of patches lined up to resolve this that are just waiting on the Python 3 PRs to merge. I'd like to use black to automate the fixing up of most code, followed by some manual tweaks to resolve things it can't fix (like wildcard imports). This will bork git-blame somewhat, but I think that's an acceptable thing to do for the long-term gains we'll see in maintainability.

stephenfin added a commit to stephenfin/rst2pdf that referenced this issue Jun 15, 2020
One should generally avoid applying large, style-only changes to
existing code bases because they tend to make a complete mess of our
ability to use 'git-blame' and related tools effectively. With that
said, the code base is in pretty bad shape owing to its sheer age and
we'd otherwise be fixing this stuff manually for years. Bite the bullet
and run all the code through black [1] (specifically, 'black -S', to
avoid unnecessary conversion of single quotes to double quotes) to
address the worst of the issues. A future change will address the
remaining issues like use of wildcard imports and commented out (dead)
code.

Note that black defaults to a max line length of 88, not 79 [2], which
means we need to configure flake8 to allow this.

[1] https://pypi.org/project/black/
[2] https://black.readthedocs.io/en/stable/the_black_code_style.html

Signed-off-by: Stephen Finucane <stephen@that.guru>
Closes: rst2pdf#724
Closes: rst2pdf#711
@akrabat akrabat closed this as completed in 825ba00 Jul 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants