Skip to content

Instantly share code, notes, and snippets.

@CrackerJackMack
Created March 31, 2014 20:44
Show Gist options
  • Save CrackerJackMack/9901819 to your computer and use it in GitHub Desktop.
Save CrackerJackMack/9901819 to your computer and use it in GitHub Desktop.
devel/haigha//examples/gevent_hello.py:13:11: E401 multiple imports on one line
devel/haigha//examples/gevent_hello.py:27:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:28:3: E111 indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:30:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:36:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:39:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:43:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:50:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:52:55: E231 missing whitespace after ':'
devel/haigha//examples/gevent_hello.py:56:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:57:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:58:3: E111 indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:58:3: E303 too many blank lines (2)
devel/haigha//examples/gevent_hello.py:61:7: E111 indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:64:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:68:7: E111 indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:69:7: E111 indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:71:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:72:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:73:3: E111 indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:73:3: E303 too many blank lines (2)
devel/haigha//examples/gevent_hello.py:77:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:82:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:83:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:84:3: E111 indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:84:3: E303 too many blank lines (2)
devel/haigha//examples/gevent_hello.py:86:7: E121 continuation line indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:88:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:92:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:93:3: E111 indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:95:7: E121 continuation line indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:101:3: E111 indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:102:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:103:3: E111 indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:104:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:105:3: E111 indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:106:3: E111 indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:107:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:108:3: E111 indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:109:3: E111 indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:110:1: W293 blank line contains whitespace
devel/haigha//examples/gevent_hello.py:113:1: E303 too many blank lines (3)
devel/haigha//examples/gevent_hello.py:114:3: E111 indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:115:3: E111 indentation is not a multiple of four
devel/haigha//examples/gevent_hello.py:124:1: W391 blank line at end of file
devel/haigha//examples/rpc_client.py:5:1: F401 'time' imported but unused
devel/haigha//examples/rpc_client.py:5:11: E401 multiple imports on one line
devel/haigha//examples/rpc_client.py:11:1: E302 expected 2 blank lines, found 1
devel/haigha//examples/rpc_client.py:13:80: E501 line too long (82 > 79 characters)
devel/haigha//examples/rpc_client.py:21:80: E501 line too long (86 > 79 characters)
devel/haigha//examples/rpc_client.py:25:14: E111 indentation is not a multiple of four
devel/haigha//examples/rpc_client.py:30:80: E501 line too long (88 > 79 characters)
devel/haigha//examples/rpc_client.py:41:1: W391 blank line at end of file
devel/haigha//examples/rpc_server.py:5:1: F401 'time' imported but unused
devel/haigha//examples/rpc_server.py:5:1: F401 'uuid' imported but unused
devel/haigha//examples/rpc_server.py:5:11: E401 multiple imports on one line
devel/haigha//examples/rpc_server.py:15:1: E302 expected 2 blank lines, found 1
devel/haigha//examples/rpc_server.py:23:1: E302 expected 2 blank lines, found 1
devel/haigha//examples/rpc_server.py:26:25: E221 multiple spaces before operator
devel/haigha//examples/rpc_server.py:32:31: E231 missing whitespace after ','
devel/haigha//examples/rpc_server.py:32:34: E231 missing whitespace after ','
devel/haigha//examples/rpc_server.py:43:1: W391 blank line at end of file
devel/haigha//haigha/channel.py:10:1: F403 'from haigha.frames import *' used; unable to detect undefined names
devel/haigha//haigha/channel.py:11:1: F403 'from haigha.exceptions import *' used; unable to detect undefined names
devel/haigha//haigha/channel.py:14:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/channel.py:15:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:19:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:19:3: E301 expected 1 blank line, found 0
devel/haigha//haigha/channel.py:20:17: E225 missing whitespace around operator
devel/haigha//haigha/channel.py:21:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/channel.py:21:24: E231 missing whitespace after ','
devel/haigha//haigha/channel.py:21:51: E225 missing whitespace around operator
devel/haigha//haigha/channel.py:22:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:22:3: E301 expected 1 blank line, found 0
devel/haigha//haigha/channel.py:26:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/channel.py:27:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:31:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:31:35: E701 multiple statements on one line (colon)
devel/haigha//haigha/channel.py:31:80: E501 line too long (99 > 79 characters)
devel/haigha//haigha/channel.py:32:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:32:3: E301 expected 1 blank line, found 0
devel/haigha//haigha/channel.py:32:36: E701 multiple statements on one line (colon)
devel/haigha//haigha/channel.py:32:80: E501 line too long (101 > 79 characters)
devel/haigha//haigha/channel.py:33:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:33:3: E301 expected 1 blank line, found 0
devel/haigha//haigha/channel.py:33:31: E701 multiple statements on one line (colon)
devel/haigha//haigha/channel.py:33:80: E501 line too long (110 > 79 characters)
devel/haigha//haigha/channel.py:35:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:45:12: E231 missing whitespace after ','
devel/haigha//haigha/channel.py:46:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:47:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:48:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:48:23: E201 whitespace after '['
devel/haigha//haigha/channel.py:48:27: E202 whitespace before ']'
devel/haigha//haigha/channel.py:68:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/channel.py:68:22: E203 whitespace before ':'
devel/haigha//haigha/channel.py:69:22: E203 whitespace before ':'
devel/haigha//haigha/channel.py:70:22: E203 whitespace before ':'
devel/haigha//haigha/channel.py:71:22: E203 whitespace before ':'
devel/haigha//haigha/channel.py:77:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:78:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:81:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:82:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:85:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:86:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:90:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:91:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:95:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:96:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:101:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:102:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:108:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:109:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:116:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:122:30: E201 whitespace after '('
devel/haigha//haigha/channel.py:122:39: E202 whitespace before ')'
devel/haigha//haigha/channel.py:124:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:129:34: E201 whitespace after '('
devel/haigha//haigha/channel.py:129:43: E202 whitespace before ')'
devel/haigha//haigha/channel.py:131:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:134:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:134:16: E201 whitespace after '('
devel/haigha//haigha/channel.py:134:21: E202 whitespace before ')'
devel/haigha//haigha/channel.py:136:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:142:31: E201 whitespace after '('
devel/haigha//haigha/channel.py:142:40: E202 whitespace before ')'
devel/haigha//haigha/channel.py:144:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:149:35: E201 whitespace after '('
devel/haigha//haigha/channel.py:149:44: E202 whitespace before ')'
devel/haigha//haigha/channel.py:151:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:154:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:154:16: E201 whitespace after '('
devel/haigha//haigha/channel.py:154:21: E202 whitespace before ')'
devel/haigha//haigha/channel.py:156:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:162:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:171:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:173:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:177:24: E201 whitespace after '('
devel/haigha//haigha/channel.py:177:40: E202 whitespace before ')'
devel/haigha//haigha/channel.py:179:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:186:24: E201 whitespace after '('
devel/haigha//haigha/channel.py:186:40: E202 whitespace before ')'
devel/haigha//haigha/channel.py:187:20: E201 whitespace after '('
devel/haigha//haigha/channel.py:187:26: E202 whitespace before ')'
devel/haigha//haigha/channel.py:189:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:193:33: E201 whitespace after '('
devel/haigha//haigha/channel.py:193:55: E202 whitespace before ')'
devel/haigha//haigha/channel.py:195:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:195:22: E201 whitespace after '('
devel/haigha//haigha/channel.py:195:35: E202 whitespace before ')'
devel/haigha//haigha/channel.py:197:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:197:34: E201 whitespace after '('
devel/haigha//haigha/channel.py:198:9: E128 continuation line under-indented for visual indent
devel/haigha//haigha/channel.py:198:47: E202 whitespace before ')'
devel/haigha//haigha/channel.py:200:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:205:31: E201 whitespace after '('
devel/haigha//haigha/channel.py:205:37: E202 whitespace before ')'
devel/haigha//haigha/channel.py:207:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:212:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:216:23: E201 whitespace after '('
devel/haigha//haigha/channel.py:216:29: E202 whitespace before ')'
devel/haigha//haigha/channel.py:217:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:219:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:219:31: E231 missing whitespace after ','
devel/haigha//haigha/channel.py:222:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:222:27: F841 local variable 'e' is assigned to but never used
devel/haigha//haigha/channel.py:227:11: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:227:22: E201 whitespace after '('
devel/haigha//haigha/channel.py:227:51: E228 missing whitespace around modulo operator
devel/haigha//haigha/channel.py:227:64: E202 whitespace before ')'
devel/haigha//haigha/channel.py:229:11: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:231:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:236:12: E201 whitespace after '('
devel/haigha//haigha/channel.py:236:31: E202 whitespace before ')'
devel/haigha//haigha/channel.py:237:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:240:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:246:35: E201 whitespace after '('
devel/haigha//haigha/channel.py:246:42: E202 whitespace before ')'
devel/haigha//haigha/channel.py:248:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:254:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:254:64: E225 missing whitespace around operator
devel/haigha//haigha/channel.py:256:11: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/channel.py:259:40: E202 whitespace before ')'
devel/haigha//haigha/channel.py:260:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:268:5: E303 too many blank lines (2)
devel/haigha//haigha/channel.py:269:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:269:42: E201 whitespace after '('
devel/haigha//haigha/channel.py:269:63: E231 missing whitespace after ','
devel/haigha//haigha/channel.py:269:76: E202 whitespace before ')'
devel/haigha//haigha/channel.py:270:32: E201 whitespace after '('
devel/haigha//haigha/channel.py:270:80: E501 line too long (86 > 79 characters)
devel/haigha//haigha/channel.py:270:85: E202 whitespace before ')'
devel/haigha//haigha/channel.py:271:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:273:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:273:35: E201 whitespace after '('
devel/haigha//haigha/channel.py:273:41: E202 whitespace before ')'
devel/haigha//haigha/channel.py:275:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:280:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:281:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:281:35: E201 whitespace after '('
devel/haigha//haigha/channel.py:281:43: E202 whitespace before ')'
devel/haigha//haigha/channel.py:282:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:288:11: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:288:68: E225 missing whitespace around operator
devel/haigha//haigha/channel.py:290:15: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/channel.py:293:44: E202 whitespace before ')'
devel/haigha//haigha/channel.py:294:11: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:297:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:299:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:299:35: E201 whitespace after '('
devel/haigha//haigha/channel.py:299:38: E202 whitespace before ')'
devel/haigha//haigha/channel.py:301:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:308:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:311:80: E501 line too long (81 > 79 characters)
devel/haigha//haigha/channel.py:316:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:316:12: E225 missing whitespace around operator
devel/haigha//haigha/channel.py:321:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:326:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:330:75: E231 missing whitespace after ','
devel/haigha//haigha/channel.py:330:80: E501 line too long (82 > 79 characters)
devel/haigha//haigha/channel.py:331:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:331:35: E201 whitespace after '('
devel/haigha//haigha/channel.py:331:66: E202 whitespace before ')'
devel/haigha//haigha/channel.py:333:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:344:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:344:35: E201 whitespace after '('
devel/haigha//haigha/channel.py:344:47: E202 whitespace before ')'
devel/haigha//haigha/channel.py:347:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:349:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:350:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:353:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:356:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:357:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel.py:358:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:9:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/channel_pool.py:10:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:24:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:32:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:47:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:48:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:49:31: E201 whitespace after '('
devel/haigha//haigha/channel_pool.py:49:39: E202 whitespace before ')'
devel/haigha//haigha/channel_pool.py:51:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:51:34: E201 whitespace after '('
devel/haigha//haigha/channel_pool.py:51:52: E202 whitespace before ')'
devel/haigha//haigha/channel_pool.py:59:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:59:31: E201 whitespace after '('
devel/haigha//haigha/channel_pool.py:59:39: E202 whitespace before ')'
devel/haigha//haigha/channel_pool.py:60:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:62:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:62:29: E701 multiple statements on one line (colon)
devel/haigha//haigha/channel_pool.py:65:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:65:35: E201 whitespace after '('
devel/haigha//haigha/channel_pool.py:65:65: E202 whitespace before ')'
devel/haigha//haigha/channel_pool.py:67:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:68:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:68:26: E201 whitespace after '('
devel/haigha//haigha/channel_pool.py:68:32: E231 missing whitespace after ','
devel/haigha//haigha/channel_pool.py:68:40: E202 whitespace before ')'
devel/haigha//haigha/channel_pool.py:70:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:75:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:76:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:76:20: E201 whitespace after '('
devel/haigha//haigha/channel_pool.py:76:36: E202 whitespace before ')'
devel/haigha//haigha/channel_pool.py:78:3: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:86:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:87:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:93:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:94:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:95:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:95:31: E201 whitespace after '('
devel/haigha//haigha/channel_pool.py:95:55: E202 whitespace before ')'
devel/haigha//haigha/channel_pool.py:96:7: E111 indentation is not a multiple of four
devel/haigha//haigha/channel_pool.py:98:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/__init__.py:7:1: F401 'ProtocolClass' imported but unused
devel/haigha//haigha/classes/__init__.py:8:1: F401 'BasicClass' imported but unused
devel/haigha//haigha/classes/__init__.py:9:1: F401 'ChannelClass' imported but unused
devel/haigha//haigha/classes/__init__.py:10:1: F401 'ExchangeClass' imported but unused
devel/haigha//haigha/classes/__init__.py:11:1: F401 'QueueClass' imported but unused
devel/haigha//haigha/classes/__init__.py:12:1: F401 'TransactionClass' imported but unused
devel/haigha//haigha/classes/basic_class.py:14:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/classes/basic_class.py:15:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:19:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:22:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:22:9: E203 whitespace before ':'
devel/haigha//haigha/classes/basic_class.py:23:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:23:9: E203 whitespace before ':'
devel/haigha//haigha/classes/basic_class.py:24:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:24:9: E203 whitespace before ':'
devel/haigha//haigha/classes/basic_class.py:25:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:25:9: E203 whitespace before ':'
devel/haigha//haigha/classes/basic_class.py:26:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:26:9: E203 whitespace before ':'
devel/haigha//haigha/classes/basic_class.py:27:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:27:9: E203 whitespace before ':'
devel/haigha//haigha/classes/basic_class.py:28:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:28:9: E203 whitespace before ':'
devel/haigha//haigha/classes/basic_class.py:29:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:29:10: E203 whitespace before ':'
devel/haigha//haigha/classes/basic_class.py:39:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:40:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:43:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:52:21: E231 missing whitespace after ','
devel/haigha//haigha/classes/basic_class.py:54:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:62:27: E228 missing whitespace around modulo operator
devel/haigha//haigha/classes/basic_class.py:62:29: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:62:68: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:64:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:70:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:71:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:72:21: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:72:64: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:74:37: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:74:55: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:76:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:80:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:81:9: E128 continuation line under-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:88:31: E225 missing whitespace around operator
devel/haigha//haigha/classes/basic_class.py:89:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:93:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:94:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:95:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:95:18: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:95:54: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:96:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:96:22: E261 at least two spaces before inline comment
devel/haigha//haigha/classes/basic_class.py:97:21: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:97:64: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:100:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:100:38: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:100:48: E231 missing whitespace after ','
devel/haigha//haigha/classes/basic_class.py:100:52: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:101:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:101:39: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:101:61: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:103:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:103:25: E201 whitespace after '['
devel/haigha//haigha/classes/basic_class.py:103:38: E202 whitespace before ']'
devel/haigha//haigha/classes/basic_class.py:105:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:109:23: E201 whitespace after '['
devel/haigha//haigha/classes/basic_class.py:109:36: E202 whitespace before ']'
devel/haigha//haigha/classes/basic_class.py:110:10: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/basic_class.py:112:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:119:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:119:15: E231 missing whitespace after ','
devel/haigha//haigha/classes/basic_class.py:120:16: E225 missing whitespace around operator
devel/haigha//haigha/classes/basic_class.py:121:11: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:122:11: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:128:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:129:21: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:129:64: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:132:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:132:30: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:132:33: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:133:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:133:39: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:133:60: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:135:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:137:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:138:29: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:138:80: E501 line too long (93 > 79 characters)
devel/haigha//haigha/classes/basic_class.py:138:92: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:140:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:143:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:145:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:145:27: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:145:80: E501 line too long (91 > 79 characters)
devel/haigha//haigha/classes/basic_class.py:145:90: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:148:10: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/basic_class.py:150:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:150:80: E501 line too long (95 > 79 characters)
devel/haigha//haigha/classes/basic_class.py:156:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:157:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:158:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:160:21: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:160:64: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:161:21: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:161:80: E501 line too long (84 > 79 characters)
devel/haigha//haigha/classes/basic_class.py:161:83: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:164:80: E501 line too long (82 > 79 characters)
devel/haigha//haigha/classes/basic_class.py:165:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:165:23: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:165:29: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:167:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:173:22: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:173:33: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:174:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:174:22: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:174:33: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:175:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:175:22: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:175:31: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:176:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:176:22: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:176:34: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:178:21: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:178:64: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:180:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:185:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:186:26: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:187:7: E128 continuation line under-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:187:55: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:190:12: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/basic_class.py:192:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:201:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:202:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:204:25: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:204:34: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:205:21: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:205:64: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:206:44: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:206:68: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:208:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:215:30: E225 missing whitespace around operator
devel/haigha//haigha/classes/basic_class.py:216:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:216:32: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:216:45: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:217:32: E225 missing whitespace around operator
devel/haigha//haigha/classes/basic_class.py:218:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:218:35: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:218:48: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:220:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:221:26: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:222:7: E128 continuation line under-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:222:55: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:224:10: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/basic_class.py:224:15: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:224:19: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:227:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:231:10: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/basic_class.py:231:15: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:231:20: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:233:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:240:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:242:21: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:242:64: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:244:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:249:25: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:249:38: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:250:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/basic_class.py:250:17: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:250:25: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:252:21: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:252:64: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:254:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:261:20: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:261:28: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:263:21: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:263:65: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:265:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:270:20: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:270:28: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:273:80: E501 line too long (84 > 79 characters)
devel/haigha//haigha/classes/basic_class.py:274:29: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:274:32: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:275:21: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:275:65: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:276:37: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:276:59: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:278:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:280:10: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/basic_class.py:282:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:282:80: E501 line too long (87 > 79 characters)
devel/haigha//haigha/classes/basic_class.py:294:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:295:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:296:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:298:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:301:11: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:301:34: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:301:48: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:302:11: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:302:23: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:302:54: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:304:11: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:304:39: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:304:51: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:305:11: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:307:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:307:35: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:307:50: E202 whitespace before ')'
devel/haigha//haigha/classes/basic_class.py:308:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:311:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:317:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:320:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:327:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:329:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/basic_class.py:331:20: E201 whitespace after '('
devel/haigha//haigha/classes/basic_class.py:331:80: E501 line too long (87 > 79 characters)
devel/haigha//haigha/classes/basic_class.py:331:86: E202 whitespace before ')'
devel/haigha//haigha/classes/channel_class.py:11:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/classes/channel_class.py:12:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:16:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:19:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:19:9: E203 whitespace before ':'
devel/haigha//haigha/classes/channel_class.py:20:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:20:9: E203 whitespace before ':'
devel/haigha//haigha/classes/channel_class.py:21:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:21:9: E203 whitespace before ':'
devel/haigha//haigha/classes/channel_class.py:22:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:22:9: E203 whitespace before ':'
devel/haigha//haigha/classes/channel_class.py:23:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:23:9: E203 whitespace before ':'
devel/haigha//haigha/classes/channel_class.py:27:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:28:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:31:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:33:80: E501 line too long (82 > 79 characters)
devel/haigha//haigha/classes/channel_class.py:34:80: E501 line too long (82 > 79 characters)
devel/haigha//haigha/classes/channel_class.py:39:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:45:21: E201 whitespace after '('
devel/haigha//haigha/classes/channel_class.py:45:64: E202 whitespace before ')'
devel/haigha//haigha/classes/channel_class.py:46:37: E201 whitespace after '('
devel/haigha//haigha/classes/channel_class.py:46:56: E202 whitespace before ')'
devel/haigha//haigha/classes/channel_class.py:48:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:54:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:59:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:59:23: E201 whitespace after '('
devel/haigha//haigha/classes/channel_class.py:59:28: E202 whitespace before ')'
devel/haigha//haigha/classes/channel_class.py:61:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:66:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:66:23: E201 whitespace after '('
devel/haigha//haigha/classes/channel_class.py:66:29: E202 whitespace before ')'
devel/haigha//haigha/classes/channel_class.py:68:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:73:20: E201 whitespace after '('
devel/haigha//haigha/classes/channel_class.py:73:27: E202 whitespace before ')'
devel/haigha//haigha/classes/channel_class.py:74:21: E201 whitespace after '('
devel/haigha//haigha/classes/channel_class.py:74:64: E202 whitespace before ')'
devel/haigha//haigha/classes/channel_class.py:75:37: E201 whitespace after '('
devel/haigha//haigha/classes/channel_class.py:75:56: E202 whitespace before ')'
devel/haigha//haigha/classes/channel_class.py:77:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:84:20: E201 whitespace after '('
devel/haigha//haigha/classes/channel_class.py:84:40: E202 whitespace before ')'
devel/haigha//haigha/classes/channel_class.py:85:21: E201 whitespace after '('
devel/haigha//haigha/classes/channel_class.py:85:64: E202 whitespace before ')'
devel/haigha//haigha/classes/channel_class.py:88:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:90:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:96:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:98:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:105:66: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/channel_class.py:108:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:108:22: E203 whitespace before ':'
devel/haigha//haigha/classes/channel_class.py:109:22: E203 whitespace before ':'
devel/haigha//haigha/classes/channel_class.py:110:22: E203 whitespace before ':'
devel/haigha//haigha/classes/channel_class.py:111:22: E203 whitespace before ':'
devel/haigha//haigha/classes/channel_class.py:117:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:118:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:118:24: E201 whitespace after '('
devel/haigha//haigha/classes/channel_class.py:118:35: E202 whitespace before ')'
devel/haigha//haigha/classes/channel_class.py:119:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:119:27: E201 whitespace after '('
devel/haigha//haigha/classes/channel_class.py:119:44: E202 whitespace before ')'
devel/haigha//haigha/classes/channel_class.py:120:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:120:24: E201 whitespace after '('
devel/haigha//haigha/classes/channel_class.py:120:33: E202 whitespace before ')'
devel/haigha//haigha/classes/channel_class.py:121:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:121:24: E201 whitespace after '('
devel/haigha//haigha/classes/channel_class.py:121:34: E202 whitespace before ')'
devel/haigha//haigha/classes/channel_class.py:122:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:122:23: E201 whitespace after '('
devel/haigha//haigha/classes/channel_class.py:122:66: E202 whitespace before ')'
devel/haigha//haigha/classes/channel_class.py:124:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:124:39: E201 whitespace after '('
devel/haigha//haigha/classes/channel_class.py:124:59: E202 whitespace before ')'
devel/haigha//haigha/classes/channel_class.py:130:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:133:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:138:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/channel_class.py:138:22: E203 whitespace before ':'
devel/haigha//haigha/classes/channel_class.py:139:22: E203 whitespace before ':'
devel/haigha//haigha/classes/channel_class.py:140:22: E203 whitespace before ':'
devel/haigha//haigha/classes/channel_class.py:141:22: E203 whitespace before ':'
devel/haigha//haigha/classes/channel_class.py:145:29: E201 whitespace after '('
devel/haigha//haigha/classes/channel_class.py:145:78: E202 whitespace before ')'
devel/haigha//haigha/classes/channel_class.py:147:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/exchange_class.py:13:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/classes/exchange_class.py:14:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/exchange_class.py:18:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/exchange_class.py:21:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/exchange_class.py:21:9: E203 whitespace before ':'
devel/haigha//haigha/classes/exchange_class.py:22:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/exchange_class.py:22:9: E203 whitespace before ':'
devel/haigha//haigha/classes/exchange_class.py:28:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/exchange_class.py:29:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/exchange_class.py:32:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/exchange_class.py:38:24: E231 missing whitespace after ','
devel/haigha//haigha/classes/exchange_class.py:40:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/exchange_class.py:41:7: E125 continuation line does not distinguish itself from next logical line
devel/haigha//haigha/classes/exchange_class.py:41:7: E128 continuation line under-indented for visual indent
devel/haigha//haigha/classes/exchange_class.py:52:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/exchange_class.py:53:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/exchange_class.py:54:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/exchange_class.py:55:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/exchange_class.py:56:21: E201 whitespace after '('
devel/haigha//haigha/classes/exchange_class.py:56:64: E202 whitespace before ')'
devel/haigha//haigha/classes/exchange_class.py:59:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/exchange_class.py:59:31: E201 whitespace after '('
devel/haigha//haigha/classes/exchange_class.py:59:34: E202 whitespace before ')'
devel/haigha//haigha/classes/exchange_class.py:60:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/exchange_class.py:60:39: E201 whitespace after '('
devel/haigha//haigha/classes/exchange_class.py:60:61: E202 whitespace before ')'
devel/haigha//haigha/classes/exchange_class.py:62:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/exchange_class.py:67:10: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/exchange_class.py:69:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/exchange_class.py:69:80: E501 line too long (81 > 79 characters)
devel/haigha//haigha/classes/exchange_class.py:77:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/exchange_class.py:78:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/exchange_class.py:79:21: E201 whitespace after '('
devel/haigha//haigha/classes/exchange_class.py:79:64: E202 whitespace before ')'
devel/haigha//haigha/classes/exchange_class.py:82:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/exchange_class.py:82:30: E201 whitespace after '('
devel/haigha//haigha/classes/exchange_class.py:82:33: E202 whitespace before ')'
devel/haigha//haigha/classes/exchange_class.py:83:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/exchange_class.py:83:39: E201 whitespace after '('
devel/haigha//haigha/classes/exchange_class.py:83:60: E202 whitespace before ')'
devel/haigha//haigha/classes/exchange_class.py:85:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/exchange_class.py:90:10: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/protocol_class.py:7:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/classes/protocol_class.py:8:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:12:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:12:33: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/protocol_class.py:13:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:13:3: E301 expected 1 blank line, found 0
devel/haigha//haigha/classes/protocol_class.py:13:37: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/protocol_class.py:14:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:14:3: E301 expected 1 blank line, found 0
devel/haigha//haigha/classes/protocol_class.py:14:38: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/protocol_class.py:16:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:18:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:27:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:28:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:31:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:32:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:35:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:36:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:39:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:40:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:43:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:44:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:46:59: E228 missing whitespace around modulo operator
devel/haigha//haigha/classes/protocol_class.py:48:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:49:80: E501 line too long (82 > 79 characters)
devel/haigha//haigha/classes/protocol_class.py:52:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:63:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:67:36: E201 whitespace after '('
devel/haigha//haigha/classes/protocol_class.py:67:59: E202 whitespace before ')'
devel/haigha//haigha/classes/protocol_class.py:69:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:69:52: E201 whitespace after '('
devel/haigha//haigha/classes/protocol_class.py:69:59: E202 whitespace before ')'
devel/haigha//haigha/classes/protocol_class.py:70:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:72:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:72:80: E501 line too long (94 > 79 characters)
devel/haigha//haigha/classes/protocol_class.py:74:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/protocol_class.py:78:29: E201 whitespace after '('
devel/haigha//haigha/classes/protocol_class.py:78:35: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:13:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/classes/queue_class.py:14:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:18:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:21:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:21:9: E203 whitespace before ':'
devel/haigha//haigha/classes/queue_class.py:22:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:22:9: E203 whitespace before ':'
devel/haigha//haigha/classes/queue_class.py:23:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:23:9: E203 whitespace before ':'
devel/haigha//haigha/classes/queue_class.py:24:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:24:9: E203 whitespace before ':'
devel/haigha//haigha/classes/queue_class.py:25:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:25:9: E203 whitespace before ':'
devel/haigha//haigha/classes/queue_class.py:34:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:35:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:38:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:47:21: E231 missing whitespace after ','
devel/haigha//haigha/classes/queue_class.py:49:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:50:7: E128 continuation line under-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:51:7: E125 continuation line does not distinguish itself from next logical line
devel/haigha//haigha/classes/queue_class.py:51:7: E128 continuation line under-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:53:80: E501 line too long (89 > 79 characters)
devel/haigha//haigha/classes/queue_class.py:54:80: E501 line too long (90 > 79 characters)
devel/haigha//haigha/classes/queue_class.py:57:80: E501 line too long (93 > 79 characters)
devel/haigha//haigha/classes/queue_class.py:64:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:65:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:66:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:67:21: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:67:64: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:70:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:70:31: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:70:34: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:71:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:71:46: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:71:68: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:73:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:80:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:80:10: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:80:47: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:83:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:84:7: E125 continuation line does not distinguish itself from next logical line
devel/haigha//haigha/classes/queue_class.py:84:7: E128 continuation line under-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:92:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:93:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:94:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:95:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:96:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:97:21: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:97:64: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:100:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:100:28: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:100:31: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:101:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:101:39: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:101:58: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:103:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:106:10: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/queue_class.py:108:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:108:80: E501 line too long (88 > 79 characters)
devel/haigha//haigha/classes/queue_class.py:114:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:115:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:116:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:117:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:118:21: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:118:64: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:120:28: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:120:31: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:121:37: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:121:58: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:123:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:126:10: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/queue_class.py:128:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:136:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:137:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:138:21: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:138:64: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:141:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:141:29: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:141:32: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:142:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:142:46: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:142:66: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:144:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:147:10: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/queue_class.py:147:15: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:147:29: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:150:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:151:5: E128 continuation line under-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:159:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:160:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/classes/queue_class.py:161:21: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:161:64: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:164:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:164:30: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:164:33: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:165:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:165:46: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:165:67: E202 whitespace before ')'
devel/haigha//haigha/classes/queue_class.py:167:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/queue_class.py:170:10: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/queue_class.py:170:15: E201 whitespace after '('
devel/haigha//haigha/classes/queue_class.py:170:29: E202 whitespace before ')'
devel/haigha//haigha/classes/transaction_class.py:12:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/classes/transaction_class.py:13:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:17:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:20:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:23:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:23:9: E203 whitespace before ':'
devel/haigha//haigha/classes/transaction_class.py:24:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:24:9: E203 whitespace before ':'
devel/haigha//haigha/classes/transaction_class.py:25:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:25:9: E203 whitespace before ':'
devel/haigha//haigha/classes/transaction_class.py:33:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:34:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:37:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:38:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:42:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:49:27: E231 missing whitespace after ','
devel/haigha//haigha/classes/transaction_class.py:51:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:56:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:57:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:57:23: E201 whitespace after '('
devel/haigha//haigha/classes/transaction_class.py:57:60: E202 whitespace before ')'
devel/haigha//haigha/classes/transaction_class.py:58:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:59:7: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:59:39: E201 whitespace after '('
devel/haigha//haigha/classes/transaction_class.py:59:60: E202 whitespace before ')'
devel/haigha//haigha/classes/transaction_class.py:61:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:63:10: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/transaction_class.py:65:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:71:24: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/transaction_class.py:73:21: E201 whitespace after '('
devel/haigha//haigha/classes/transaction_class.py:73:58: E202 whitespace before ')'
devel/haigha//haigha/classes/transaction_class.py:74:28: E201 whitespace after '('
devel/haigha//haigha/classes/transaction_class.py:74:31: E202 whitespace before ')'
devel/haigha//haigha/classes/transaction_class.py:75:37: E201 whitespace after '('
devel/haigha//haigha/classes/transaction_class.py:75:58: E202 whitespace before ')'
devel/haigha//haigha/classes/transaction_class.py:77:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:79:10: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/transaction_class.py:81:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:88:24: E701 multiple statements on one line (colon)
devel/haigha//haigha/classes/transaction_class.py:90:21: E201 whitespace after '('
devel/haigha//haigha/classes/transaction_class.py:90:58: E202 whitespace before ')'
devel/haigha//haigha/classes/transaction_class.py:91:30: E201 whitespace after '('
devel/haigha//haigha/classes/transaction_class.py:91:33: E202 whitespace before ')'
devel/haigha//haigha/classes/transaction_class.py:92:37: E201 whitespace after '('
devel/haigha//haigha/classes/transaction_class.py:92:60: E202 whitespace before ')'
devel/haigha//haigha/classes/transaction_class.py:94:3: E111 indentation is not a multiple of four
devel/haigha//haigha/classes/transaction_class.py:96:10: E701 multiple statements on one line (colon)
devel/haigha//haigha/connection.py:8:1: F403 'from haigha.frames import *' used; unable to detect undefined names
devel/haigha//haigha/connection.py:9:1: F403 'from haigha.classes import *' used; unable to detect undefined names
devel/haigha//haigha/connection.py:13:1: F403 'from exceptions import *' used; unable to detect undefined names
devel/haigha//haigha/connection.py:15:1: F401 'socket' imported but unused
devel/haigha//haigha/connection.py:16:1: F401 'struct' imported but unused
devel/haigha//haigha/connection.py:20:1: F401 'BytesIO' imported but unused
devel/haigha//haigha/connection.py:21:1: F401 'CRITICAL' imported but unused
devel/haigha//haigha/connection.py:21:1: F401 'DEBUG' imported but unused
devel/haigha//haigha/connection.py:21:1: F401 'ERROR' imported but unused
devel/haigha//haigha/connection.py:21:1: F401 'INFO' imported but unused
devel/haigha//haigha/connection.py:21:1: F401 'WARNING' imported but unused
devel/haigha//haigha/connection.py:36:3: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/connection.py:40:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/connection.py:42:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:42:41: E701 multiple statements on one line (colon)
devel/haigha//haigha/connection.py:42:80: E501 line too long (103 > 79 characters)
devel/haigha//haigha/connection.py:43:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:43:3: E301 expected 1 blank line, found 0
devel/haigha//haigha/connection.py:43:40: E701 multiple statements on one line (colon)
devel/haigha//haigha/connection.py:43:80: E501 line too long (117 > 79 characters)
devel/haigha//haigha/connection.py:45:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:71:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:71:31: E201 whitespace after '('
devel/haigha//haigha/connection.py:71:55: E202 whitespace before ')'
devel/haigha//haigha/connection.py:76:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/connection.py:76:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:77:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:78:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:79:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:92:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/connection.py:92:8: E203 whitespace before ':'
devel/haigha//haigha/connection.py:98:80: E501 line too long (81 > 79 characters)
devel/haigha//haigha/connection.py:111:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:111:19: E225 missing whitespace around operator
devel/haigha//haigha/connection.py:113:42: E201 whitespace after '('
devel/haigha//haigha/connection.py:113:47: E202 whitespace before ')'
devel/haigha//haigha/connection.py:114:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:114:21: E225 missing whitespace around operator
devel/haigha//haigha/connection.py:116:43: E201 whitespace after '('
devel/haigha//haigha/connection.py:116:48: E202 whitespace before ')'
devel/haigha//haigha/connection.py:117:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:117:21: E225 missing whitespace around operator
devel/haigha//haigha/connection.py:119:47: E201 whitespace after '('
devel/haigha//haigha/connection.py:119:52: E202 whitespace before ')'
devel/haigha//haigha/connection.py:120:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:120:21: E225 missing whitespace around operator
devel/haigha//haigha/connection.py:122:43: E201 whitespace after '('
devel/haigha//haigha/connection.py:122:48: E202 whitespace before ')'
devel/haigha//haigha/connection.py:124:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:126:78: W291 trailing whitespace
devel/haigha//haigha/connection.py:128:49: E231 missing whitespace after ','
devel/haigha//haigha/connection.py:129:65: E231 missing whitespace after ','
devel/haigha//haigha/connection.py:129:80: E501 line too long (91 > 79 characters)
devel/haigha//haigha/connection.py:132:18: E201 whitespace after '('
devel/haigha//haigha/connection.py:132:41: E202 whitespace before ')'
devel/haigha//haigha/connection.py:134:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:135:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:138:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:139:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:142:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:143:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:146:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:147:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:150:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:151:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:155:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:156:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:160:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:161:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:165:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:166:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:171:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:172:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:176:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:177:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:182:23: E225 missing whitespace around operator
devel/haigha//haigha/connection.py:182:23: E711 comparison to None should be 'if cond is None:'
devel/haigha//haigha/connection.py:183:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:183:66: E225 missing whitespace around operator
devel/haigha//haigha/connection.py:184:63: E225 missing whitespace around operator
devel/haigha//haigha/connection.py:184:64: E502 the backslash is redundant between brackets
devel/haigha//haigha/connection.py:185:11: E128 continuation line under-indented for visual indent
devel/haigha//haigha/connection.py:185:42: E231 missing whitespace after ','
devel/haigha//haigha/connection.py:185:74: E202 whitespace before ')'
devel/haigha//haigha/connection.py:186:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:189:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:201:25: E228 missing whitespace around modulo operator
devel/haigha//haigha/connection.py:201:31: E231 missing whitespace after ','
devel/haigha//haigha/connection.py:204:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/connection.py:204:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:205:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:205:50: E228 missing whitespace around modulo operator
devel/haigha//haigha/connection.py:206:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:207:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:209:1: W293 blank line contains whitespace
devel/haigha//haigha/connection.py:210:29: E201 whitespace after '('
devel/haigha//haigha/connection.py:210:35: E231 missing whitespace after ','
devel/haigha//haigha/connection.py:210:41: E202 whitespace before ')'
devel/haigha//haigha/connection.py:211:27: E201 whitespace after '('
devel/haigha//haigha/connection.py:211:43: E202 whitespace before ')'
devel/haigha//haigha/connection.py:214:77: W291 trailing whitespace
devel/haigha//haigha/connection.py:231:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:231:44: E201 whitespace after '('
devel/haigha//haigha/connection.py:231:74: E202 whitespace before ')'
devel/haigha//haigha/connection.py:232:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:235:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:246:23: E225 missing whitespace around operator
devel/haigha//haigha/connection.py:246:23: E711 comparison to None should be 'if cond is not None:'
devel/haigha//haigha/connection.py:247:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:249:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:250:80: E501 line too long (84 > 79 characters)
devel/haigha//haigha/connection.py:252:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:258:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:266:25: E201 whitespace after '('
devel/haigha//haigha/connection.py:266:55: E228 missing whitespace around modulo operator
devel/haigha//haigha/connection.py:266:80: E501 line too long (93 > 79 characters)
devel/haigha//haigha/connection.py:266:92: E202 whitespace before ')'
devel/haigha//haigha/connection.py:268:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/connection.py:268:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:268:48: E231 missing whitespace after ','
devel/haigha//haigha/connection.py:269:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:270:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:270:46: E231 missing whitespace after ','
devel/haigha//haigha/connection.py:271:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:271:47: E231 missing whitespace after ','
devel/haigha//haigha/connection.py:286:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:290:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:293:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:306:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:307:42: E201 whitespace after '('
devel/haigha//haigha/connection.py:308:11: E128 continuation line under-indented for visual indent
devel/haigha//haigha/connection.py:308:51: E202 whitespace before ')'
devel/haigha//haigha/connection.py:309:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:310:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:313:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:315:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:315:80: E501 line too long (82 > 79 characters)
devel/haigha//haigha/connection.py:315:81: E202 whitespace before ')'
devel/haigha//haigha/connection.py:320:20: E201 whitespace after '['
devel/haigha//haigha/connection.py:320:31: E202 whitespace before ']'
devel/haigha//haigha/connection.py:321:29: E201 whitespace after '('
devel/haigha//haigha/connection.py:321:50: E202 whitespace before ')'
devel/haigha//haigha/connection.py:325:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:330:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:330:26: E201 whitespace after '['
devel/haigha//haigha/connection.py:330:45: E202 whitespace before ']'
devel/haigha//haigha/connection.py:332:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:334:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:334:80: E501 line too long (90 > 79 characters)
devel/haigha//haigha/connection.py:339:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/connection.py:339:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:340:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:341:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:342:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:345:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:346:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:347:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:349:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:351:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:357:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:359:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:365:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:367:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:380:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:385:33: E201 whitespace after '('
devel/haigha//haigha/connection.py:385:49: E202 whitespace before ')'
devel/haigha//haigha/connection.py:387:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:389:21: E201 whitespace after '('
devel/haigha//haigha/connection.py:389:26: E202 whitespace before ')'
devel/haigha//haigha/connection.py:393:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:393:38: E201 whitespace after '('
devel/haigha//haigha/connection.py:393:45: E202 whitespace before ')'
devel/haigha//haigha/connection.py:395:11: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:395:29: E201 whitespace after '('
devel/haigha//haigha/connection.py:395:47: E202 whitespace before ')'
devel/haigha//haigha/connection.py:397:27: E201 whitespace after '('
devel/haigha//haigha/connection.py:397:44: E202 whitespace before ')'
devel/haigha//haigha/connection.py:398:25: E201 whitespace after '('
devel/haigha//haigha/connection.py:398:31: E202 whitespace before ')'
devel/haigha//haigha/connection.py:399:24: E201 whitespace after '('
devel/haigha//haigha/connection.py:399:27: E202 whitespace before ')'
devel/haigha//haigha/connection.py:402:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:402:71: E228 missing whitespace around modulo operator
devel/haigha//haigha/connection.py:402:80: E501 line too long (134 > 79 characters)
devel/haigha//haigha/connection.py:403:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:403:61: E225 missing whitespace around operator
devel/haigha//haigha/connection.py:403:62: E502 the backslash is redundant between brackets
devel/haigha//haigha/connection.py:404:9: E128 continuation line under-indented for visual indent
devel/haigha//haigha/connection.py:404:40: E231 missing whitespace after ','
devel/haigha//haigha/connection.py:404:72: E202 whitespace before ')'
devel/haigha//haigha/connection.py:406:38: E201 whitespace after '('
devel/haigha//haigha/connection.py:406:49: E202 whitespace before ')'
devel/haigha//haigha/connection.py:414:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:414:30: E201 whitespace after '('
devel/haigha//haigha/connection.py:414:51: E202 whitespace before ')'
devel/haigha//haigha/connection.py:416:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:426:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:426:23: E201 whitespace after '('
devel/haigha//haigha/connection.py:426:29: E202 whitespace before ')'
devel/haigha//haigha/connection.py:428:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:435:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:435:66: E225 missing whitespace around operator
devel/haigha//haigha/connection.py:436:63: E225 missing whitespace around operator
devel/haigha//haigha/connection.py:436:64: E502 the backslash is redundant between brackets
devel/haigha//haigha/connection.py:437:11: E128 continuation line under-indented for visual indent
devel/haigha//haigha/connection.py:437:42: E231 missing whitespace after ','
devel/haigha//haigha/connection.py:437:74: E202 whitespace before ')'
devel/haigha//haigha/connection.py:438:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:440:23: E225 missing whitespace around operator
devel/haigha//haigha/connection.py:440:23: E711 comparison to None should be 'if cond is None:'
devel/haigha//haigha/connection.py:440:74: E225 missing whitespace around operator
devel/haigha//haigha/connection.py:441:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:441:40: E201 whitespace after '('
devel/haigha//haigha/connection.py:441:46: E202 whitespace before ')'
devel/haigha//haigha/connection.py:442:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:445:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:445:25: E201 whitespace after '('
devel/haigha//haigha/connection.py:445:44: E202 whitespace before ')'
devel/haigha//haigha/connection.py:450:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:450:80: E501 line too long (166 > 79 characters)
devel/haigha//haigha/connection.py:450:96: E228 missing whitespace around modulo operator
devel/haigha//haigha/connection.py:451:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:451:61: E225 missing whitespace around operator
devel/haigha//haigha/connection.py:451:62: E502 the backslash is redundant between brackets
devel/haigha//haigha/connection.py:452:9: E128 continuation line under-indented for visual indent
devel/haigha//haigha/connection.py:452:40: E231 missing whitespace after ','
devel/haigha//haigha/connection.py:452:72: E202 whitespace before ')'
devel/haigha//haigha/connection.py:453:27: E201 whitespace after '('
devel/haigha//haigha/connection.py:453:31: E202 whitespace before ')'
devel/haigha//haigha/connection.py:459:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:460:80: E501 line too long (83 > 79 characters)
devel/haigha//haigha/connection.py:461:80: E501 line too long (82 > 79 characters)
devel/haigha//haigha/connection.py:462:80: E501 line too long (83 > 79 characters)
devel/haigha//haigha/connection.py:467:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:468:28: E231 missing whitespace after ','
devel/haigha//haigha/connection.py:471:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/connection.py:471:9: E203 whitespace before ':'
devel/haigha//haigha/connection.py:472:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/connection.py:472:9: E203 whitespace before ':'
devel/haigha//haigha/connection.py:473:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/connection.py:473:9: E203 whitespace before ':'
devel/haigha//haigha/connection.py:474:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/connection.py:474:9: E203 whitespace before ':'
devel/haigha//haigha/connection.py:475:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/connection.py:475:9: E203 whitespace before ':'
devel/haigha//haigha/connection.py:476:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/connection.py:476:9: E203 whitespace before ':'
devel/haigha//haigha/connection.py:480:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:484:20: E225 missing whitespace around operator
devel/haigha//haigha/connection.py:485:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:487:22: E225 missing whitespace around operator
devel/haigha//haigha/connection.py:488:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:488:24: E225 missing whitespace around operator
devel/haigha//haigha/connection.py:489:35: E201 whitespace after '('
devel/haigha//haigha/connection.py:489:51: E202 whitespace before ')'
devel/haigha//haigha/connection.py:491:11: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:491:46: E201 whitespace after '('
devel/haigha//haigha/connection.py:491:49: E202 whitespace before ')'
devel/haigha//haigha/connection.py:492:11: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:492:18: E201 whitespace after '('
devel/haigha//haigha/connection.py:492:24: E202 whitespace before ')'
devel/haigha//haigha/connection.py:494:11: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:495:13: E128 continuation line under-indented for visual indent
devel/haigha//haigha/connection.py:495:45: E202 whitespace before ')'
devel/haigha//haigha/connection.py:496:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:497:36: E201 whitespace after '('
devel/haigha//haigha/connection.py:498:11: E128 continuation line under-indented for visual indent
devel/haigha//haigha/connection.py:498:42: E202 whitespace before ')'
devel/haigha//haigha/connection.py:501:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:501:80: E501 line too long (82 > 79 characters)
devel/haigha//haigha/connection.py:502:9: E128 continuation line under-indented for visual indent
devel/haigha//haigha/connection.py:504:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:510:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:522:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:522:80: E501 line too long (85 > 79 characters)
devel/haigha//haigha/connection.py:523:25: E201 whitespace after '('
devel/haigha//haigha/connection.py:523:57: E202 whitespace before ')'
devel/haigha//haigha/connection.py:526:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:530:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:537:21: E201 whitespace after '('
devel/haigha//haigha/connection.py:537:64: E202 whitespace before ')'
devel/haigha//haigha/connection.py:539:29: E201 whitespace after '('
devel/haigha//haigha/connection.py:539:45: E202 whitespace before ')'
devel/haigha//haigha/connection.py:541:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:542:80: E501 line too long (97 > 79 characters)
devel/haigha//haigha/connection.py:543:80: E501 line too long (92 > 79 characters)
devel/haigha//haigha/connection.py:547:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:556:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:558:22: E201 whitespace after '('
devel/haigha//haigha/connection.py:558:51: E202 whitespace before ')'
devel/haigha//haigha/connection.py:559:21: E201 whitespace after '('
devel/haigha//haigha/connection.py:559:48: E202 whitespace before ')'
devel/haigha//haigha/connection.py:562:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:562:24: E201 whitespace after '('
devel/haigha//haigha/connection.py:562:51: E202 whitespace before ')'
devel/haigha//haigha/connection.py:564:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:564:24: E201 whitespace after '('
devel/haigha//haigha/connection.py:564:26: E202 whitespace before ')'
devel/haigha//haigha/connection.py:566:21: E201 whitespace after '('
devel/haigha//haigha/connection.py:566:64: E202 whitespace before ')'
devel/haigha//haigha/connection.py:568:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:571:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:577:21: E201 whitespace after '('
devel/haigha//haigha/connection.py:577:64: E202 whitespace before ')'
devel/haigha//haigha/connection.py:578:29: E201 whitespace after '('
devel/haigha//haigha/connection.py:578:48: E202 whitespace before ')'
devel/haigha//haigha/connection.py:580:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:585:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:587:22: E201 whitespace after '('
devel/haigha//haigha/connection.py:587:64: E202 whitespace before ')'
devel/haigha//haigha/connection.py:588:25: E201 whitespace after '('
devel/haigha//haigha/connection.py:588:73: E202 whitespace before ')'
devel/haigha//haigha/connection.py:589:22: E201 whitespace after '('
devel/haigha//haigha/connection.py:589:62: E202 whitespace before ')'
devel/haigha//haigha/connection.py:590:22: E201 whitespace after '('
devel/haigha//haigha/connection.py:590:63: E202 whitespace before ')'
devel/haigha//haigha/connection.py:591:21: E201 whitespace after '('
devel/haigha//haigha/connection.py:591:64: E202 whitespace before ')'
devel/haigha//haigha/connection.py:592:29: E201 whitespace after '('
devel/haigha//haigha/connection.py:592:49: E202 whitespace before ')'
devel/haigha//haigha/connection.py:594:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:596:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/connection.py:596:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:597:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:598:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:599:22: E203 whitespace before ':'
devel/haigha//haigha/connection.py:610:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connection.py:611:21: E201 whitespace after '('
devel/haigha//haigha/connection.py:611:58: E202 whitespace before ')'
devel/haigha//haigha/connection.py:613:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/__init__.py:7:1: F401 'RabbitConnection' imported but unused
devel/haigha//haigha/connections/rabbit_connection.py:10:1: F403 'from haigha.classes import *' used; unable to detect undefined names
devel/haigha//haigha/connections/rabbit_connection.py:14:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/connections/rabbit_connection.py:15:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:19:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:23:39: E231 missing whitespace after ','
devel/haigha//haigha/connections/rabbit_connection.py:29:27: E231 missing whitespace after ','
devel/haigha//haigha/connections/rabbit_connection.py:31:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/connections/rabbit_connection.py:32:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:36:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:37:30: E231 missing whitespace after ','
devel/haigha//haigha/connections/rabbit_connection.py:46:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:47:7: E128 continuation line under-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:48:7: E125 continuation line does not distinguish itself from next logical line
devel/haigha//haigha/connections/rabbit_connection.py:48:7: E128 continuation line under-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:59:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:60:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:61:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:62:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:63:21: E201 whitespace after '('
devel/haigha//haigha/connections/rabbit_connection.py:63:64: E202 whitespace before ')'
devel/haigha//haigha/connections/rabbit_connection.py:66:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:66:31: E201 whitespace after '('
devel/haigha//haigha/connections/rabbit_connection.py:66:34: E202 whitespace before ')'
devel/haigha//haigha/connections/rabbit_connection.py:67:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:67:39: E201 whitespace after '('
devel/haigha//haigha/connections/rabbit_connection.py:67:61: E202 whitespace before ')'
devel/haigha//haigha/connections/rabbit_connection.py:69:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:70:7: E125 continuation line does not distinguish itself from next logical line
devel/haigha//haigha/connections/rabbit_connection.py:70:7: E128 continuation line under-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:78:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:79:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:80:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:81:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:82:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:83:21: E201 whitespace after '('
devel/haigha//haigha/connections/rabbit_connection.py:83:64: E202 whitespace before ')'
devel/haigha//haigha/connections/rabbit_connection.py:86:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:86:28: E201 whitespace after '('
devel/haigha//haigha/connections/rabbit_connection.py:86:31: E202 whitespace before ')'
devel/haigha//haigha/connections/rabbit_connection.py:87:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:87:39: E201 whitespace after '('
devel/haigha//haigha/connections/rabbit_connection.py:87:58: E202 whitespace before ')'
devel/haigha//haigha/connections/rabbit_connection.py:89:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:92:10: E701 multiple statements on one line (colon)
devel/haigha//haigha/connections/rabbit_connection.py:94:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:95:7: E125 continuation line does not distinguish itself from next logical line
devel/haigha//haigha/connections/rabbit_connection.py:95:7: E128 continuation line under-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:103:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:104:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:105:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:106:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:107:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:108:21: E201 whitespace after '('
devel/haigha//haigha/connections/rabbit_connection.py:108:64: E202 whitespace before ')'
devel/haigha//haigha/connections/rabbit_connection.py:111:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:111:30: E201 whitespace after '('
devel/haigha//haigha/connections/rabbit_connection.py:111:33: E202 whitespace before ')'
devel/haigha//haigha/connections/rabbit_connection.py:112:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:112:39: E201 whitespace after '('
devel/haigha//haigha/connections/rabbit_connection.py:112:60: E202 whitespace before ')'
devel/haigha//haigha/connections/rabbit_connection.py:114:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:117:10: E701 multiple statements on one line (colon)
devel/haigha//haigha/connections/rabbit_connection.py:119:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/connections/rabbit_connection.py:120:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:124:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:125:27: E231 missing whitespace after ','
devel/haigha//haigha/connections/rabbit_connection.py:135:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:145:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:157:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:163:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:164:27: E231 missing whitespace after ','
devel/haigha//haigha/connections/rabbit_connection.py:167:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:170:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:171:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:172:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:174:11: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:175:11: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:176:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:180:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:184:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/connections/rabbit_connection.py:186:21: E201 whitespace after '('
devel/haigha//haigha/connections/rabbit_connection.py:186:65: E202 whitespace before ')'
devel/haigha//haigha/connections/rabbit_connection.py:188:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:191:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:192:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:193:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:195:11: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:196:11: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:197:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:201:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/connections/rabbit_connection.py:202:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:206:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:209:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:209:9: E203 whitespace before ':'
devel/haigha//haigha/connections/rabbit_connection.py:215:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:216:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:219:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:226:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:227:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:228:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:229:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:230:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:232:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:232:23: E201 whitespace after '('
devel/haigha//haigha/connections/rabbit_connection.py:232:66: E202 whitespace before ')'
devel/haigha//haigha/connections/rabbit_connection.py:234:7: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:236:41: E201 whitespace after '('
devel/haigha//haigha/connections/rabbit_connection.py:236:62: E202 whitespace before ')'
devel/haigha//haigha/connections/rabbit_connection.py:238:3: E111 indentation is not a multiple of four
devel/haigha//haigha/connections/rabbit_connection.py:240:10: E701 multiple statements on one line (colon)
devel/haigha//haigha/exceptions.py:7:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/exceptions.py:7:33: E701 multiple statements on one line (colon)
devel/haigha//haigha/exceptions.py:8:1: E302 expected 2 blank lines, found 0
devel/haigha//haigha/exceptions.py:8:40: E701 multiple statements on one line (colon)
devel/haigha//haigha/exceptions.py:8:80: E501 line too long (80 > 79 characters)
devel/haigha//haigha/exceptions.py:10:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/exceptions.py:10:30: E701 multiple statements on one line (colon)
devel/haigha//haigha/exceptions.py:11:1: E302 expected 2 blank lines, found 0
devel/haigha//haigha/exceptions.py:11:34: E701 multiple statements on one line (colon)
devel/haigha//haigha/frames/__init__.py:7:1: F401 'Frame' imported but unused
devel/haigha//haigha/frames/__init__.py:8:1: F401 'MethodFrame' imported but unused
devel/haigha//haigha/frames/__init__.py:9:1: F401 'HeaderFrame' imported but unused
devel/haigha//haigha/frames/__init__.py:10:1: F401 'ContentFrame' imported but unused
devel/haigha//haigha/frames/__init__.py:11:1: F401 'HeartbeatFrame' imported but unused
devel/haigha//haigha/frames/content_frame.py:10:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/frames/content_frame.py:11:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:15:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:16:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:19:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:20:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:23:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:24:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:25:25: E201 whitespace after '('
devel/haigha//haigha/frames/content_frame.py:25:45: E202 whitespace before ')'
devel/haigha//haigha/frames/content_frame.py:27:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:28:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:36:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:37:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:37:22: E225 missing whitespace around operator
devel/haigha//haigha/frames/content_frame.py:37:25: E701 multiple statements on one line (colon)
devel/haigha//haigha/frames/content_frame.py:38:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:40:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:41:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:41:28: E701 multiple statements on one line (colon)
devel/haigha//haigha/frames/content_frame.py:43:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:47:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:49:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:49:25: E201 whitespace after '('
devel/haigha//haigha/frames/content_frame.py:49:34: E228 missing whitespace around modulo operator
devel/haigha//haigha/frames/content_frame.py:49:76: E202 whitespace before ')'
devel/haigha//haigha/frames/content_frame.py:51:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:53:42: E228 missing whitespace around modulo operator
devel/haigha//haigha/frames/content_frame.py:53:44: E201 whitespace after '('
devel/haigha//haigha/frames/content_frame.py:53:80: E501 line too long (95 > 79 characters)
devel/haigha//haigha/frames/content_frame.py:53:94: E202 whitespace before ')'
devel/haigha//haigha/frames/content_frame.py:55:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/content_frame.py:59:21: E201 whitespace after '('
devel/haigha//haigha/frames/content_frame.py:59:25: E202 whitespace before ')'
devel/haigha//haigha/frames/content_frame.py:61:24: E201 whitespace after '('
devel/haigha//haigha/frames/content_frame.py:61:36: E202 whitespace before ')'
devel/haigha//haigha/frames/content_frame.py:62:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/frames/content_frame.py:63:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/frames/content_frame.py:63:18: E201 whitespace after '('
devel/haigha//haigha/frames/content_frame.py:63:37: E202 whitespace before ')'
devel/haigha//haigha/frames/content_frame.py:64:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/frames/content_frame.py:64:13: E201 whitespace after '('
devel/haigha//haigha/frames/content_frame.py:64:27: E202 whitespace before ')'
devel/haigha//haigha/frames/content_frame.py:65:7: E127 continuation line over-indented for visual indent
devel/haigha//haigha/frames/content_frame.py:65:19: E201 whitespace after '('
devel/haigha//haigha/frames/content_frame.py:65:24: E202 whitespace before ')'
devel/haigha//haigha/frames/content_frame.py:69:1: W391 blank line at end of file
devel/haigha//haigha/frames/frame.py:12:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/frames/frame.py:13:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:18:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:18:30: E701 multiple statements on one line (colon)
devel/haigha//haigha/frames/frame.py:19:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:19:3: E301 expected 1 blank line, found 0
devel/haigha//haigha/frames/frame.py:19:32: E701 multiple statements on one line (colon)
devel/haigha//haigha/frames/frame.py:20:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:20:3: E301 expected 1 blank line, found 0
devel/haigha//haigha/frames/frame.py:20:37: E701 multiple statements on one line (colon)
devel/haigha//haigha/frames/frame.py:23:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:26:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:27:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:31:25: E201 whitespace after '['
devel/haigha//haigha/frames/frame.py:31:36: E202 whitespace before ']'
devel/haigha//haigha/frames/frame.py:33:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:34:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:40:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:41:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:46:80: E501 line too long (80 > 79 characters)
devel/haigha//haigha/frames/frame.py:47:80: E501 line too long (81 > 79 characters)
devel/haigha//haigha/frames/frame.py:50:80: E501 line too long (81 > 79 characters)
devel/haigha//haigha/frames/frame.py:57:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:58:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:59:35: E201 whitespace after '('
devel/haigha//haigha/frames/frame.py:59:42: E202 whitespace before ')'
devel/haigha//haigha/frames/frame.py:60:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:63:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:66:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:69:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:70:21: E201 whitespace after '('
devel/haigha//haigha/frames/frame.py:70:37: E202 whitespace before ')'
devel/haigha//haigha/frames/frame.py:73:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:73:19: E201 whitespace after '('
devel/haigha//haigha/frames/frame.py:73:25: E202 whitespace before ')'
devel/haigha//haigha/frames/frame.py:77:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:78:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:80:80: E501 line too long (82 > 79 characters)
devel/haigha//haigha/frames/frame.py:92:17: E201 whitespace after '('
devel/haigha//haigha/frames/frame.py:92:25: E202 whitespace before ')'
devel/haigha//haigha/frames/frame.py:96:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:97:9: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:97:80: E501 line too long (90 > 79 characters)
devel/haigha//haigha/frames/frame.py:98:41: E202 whitespace before ')'
devel/haigha//haigha/frames/frame.py:100:43: E201 whitespace after '('
devel/haigha//haigha/frames/frame.py:100:54: E202 whitespace before ')'
devel/haigha//haigha/frames/frame.py:102:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:103:30: E201 whitespace after '('
devel/haigha//haigha/frames/frame.py:103:50: E202 whitespace before ')'
devel/haigha//haigha/frames/frame.py:107:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:107:3: E303 too many blank lines (2)
devel/haigha//haigha/frames/frame.py:110:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:111:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:118:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:119:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:122:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:123:29: E228 missing whitespace around modulo operator
devel/haigha//haigha/frames/frame.py:123:31: E201 whitespace after '('
devel/haigha//haigha/frames/frame.py:123:72: E202 whitespace before ')'
devel/haigha//haigha/frames/frame.py:125:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/frame.py:130:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:7:1: F401 'struct' imported but unused
devel/haigha//haigha/frames/header_frame.py:14:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/frames/header_frame.py:15:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:18:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:19:5: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:19:80: E227 missing whitespace around bitwise or shift operator
devel/haigha//haigha/frames/header_frame.py:19:80: E501 line too long (85 > 79 characters)
devel/haigha//haigha/frames/header_frame.py:20:80: E501 line too long (89 > 79 characters)
devel/haigha//haigha/frames/header_frame.py:20:84: E227 missing whitespace around bitwise or shift operator
devel/haigha//haigha/frames/header_frame.py:21:78: E227 missing whitespace around bitwise or shift operator
devel/haigha//haigha/frames/header_frame.py:21:80: E501 line too long (83 > 79 characters)
devel/haigha//haigha/frames/header_frame.py:22:72: E227 missing whitespace around bitwise or shift operator
devel/haigha//haigha/frames/header_frame.py:23:67: E227 missing whitespace around bitwise or shift operator
devel/haigha//haigha/frames/header_frame.py:24:80: E501 line too long (87 > 79 characters)
devel/haigha//haigha/frames/header_frame.py:24:82: E227 missing whitespace around bitwise or shift operator
devel/haigha//haigha/frames/header_frame.py:25:76: E227 missing whitespace around bitwise or shift operator
devel/haigha//haigha/frames/header_frame.py:25:80: E501 line too long (80 > 79 characters)
devel/haigha//haigha/frames/header_frame.py:26:78: E227 missing whitespace around bitwise or shift operator
devel/haigha//haigha/frames/header_frame.py:26:80: E501 line too long (82 > 79 characters)
devel/haigha//haigha/frames/header_frame.py:27:78: E227 missing whitespace around bitwise or shift operator
devel/haigha//haigha/frames/header_frame.py:27:80: E501 line too long (82 > 79 characters)
devel/haigha//haigha/frames/header_frame.py:28:80: E227 missing whitespace around bitwise or shift operator
devel/haigha//haigha/frames/header_frame.py:28:80: E501 line too long (84 > 79 characters)
devel/haigha//haigha/frames/header_frame.py:29:72: E227 missing whitespace around bitwise or shift operator
devel/haigha//haigha/frames/header_frame.py:30:75: E227 missing whitespace around bitwise or shift operator
devel/haigha//haigha/frames/header_frame.py:31:74: E227 missing whitespace around bitwise or shift operator
devel/haigha//haigha/frames/header_frame.py:32:78: E227 missing whitespace around bitwise or shift operator
devel/haigha//haigha/frames/header_frame.py:32:80: E501 line too long (81 > 79 characters)
devel/haigha//haigha/frames/header_frame.py:34:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:37:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:37:3: E303 too many blank lines (2)
devel/haigha//haigha/frames/header_frame.py:38:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:41:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:42:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:45:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:46:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:49:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:50:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:53:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:54:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:57:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:58:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:78:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:79:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:81:11: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:81:22: E201 whitespace after '['
devel/haigha//haigha/frames/header_frame.py:81:26: E202 whitespace before ']'
devel/haigha//haigha/frames/header_frame.py:81:37: E201 whitespace after '('
devel/haigha//haigha/frames/header_frame.py:81:45: E202 whitespace before ')'
devel/haigha//haigha/frames/header_frame.py:83:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:84:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:88:11: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:90:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:91:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:93:11: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:95:11: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:96:11: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:98:11: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:98:22: E201 whitespace after '['
devel/haigha//haigha/frames/header_frame.py:98:26: E202 whitespace before ']'
devel/haigha//haigha/frames/header_frame.py:98:37: E201 whitespace after '('
devel/haigha//haigha/frames/header_frame.py:98:45: E202 whitespace before ')'
devel/haigha//haigha/frames/header_frame.py:101:24: E201 whitespace after '('
devel/haigha//haigha/frames/header_frame.py:103:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:110:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:111:80: E501 line too long (185 > 79 characters)
devel/haigha//haigha/frames/header_frame.py:111:81: E228 missing whitespace around modulo operator
devel/haigha//haigha/frames/header_frame.py:111:83: E201 whitespace after '('
devel/haigha//haigha/frames/header_frame.py:111:184: E202 whitespace before ')'
devel/haigha//haigha/frames/header_frame.py:113:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:118:24: E201 whitespace after '('
devel/haigha//haigha/frames/header_frame.py:118:36: E202 whitespace before ')'
devel/haigha//haigha/frames/header_frame.py:119:24: E201 whitespace after '('
devel/haigha//haigha/frames/header_frame.py:119:40: E202 whitespace before ')'
devel/haigha//haigha/frames/header_frame.py:128:24: E201 whitespace after '('
devel/haigha//haigha/frames/header_frame.py:128:39: E202 whitespace before ')'
devel/haigha//haigha/frames/header_frame.py:129:24: E201 whitespace after '('
devel/haigha//haigha/frames/header_frame.py:129:37: E202 whitespace before ')'
devel/haigha//haigha/frames/header_frame.py:130:27: E201 whitespace after '('
devel/haigha//haigha/frames/header_frame.py:130:38: E202 whitespace before ')'
devel/haigha//haigha/frames/header_frame.py:135:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:136:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:137:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:138:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:141:11: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:142:11: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:143:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:143:29: E201 whitespace after '('
devel/haigha//haigha/frames/header_frame.py:143:50: E202 whitespace before ')'
devel/haigha//haigha/frames/header_frame.py:145:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:146:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:147:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:148:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:149:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:152:11: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:157:11: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:158:11: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:158:24: E201 whitespace after '('
devel/haigha//haigha/frames/header_frame.py:158:37: E202 whitespace before ')'
devel/haigha//haigha/frames/header_frame.py:162:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:163:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:165:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/header_frame.py:165:17: E231 missing whitespace after ','
devel/haigha//haigha/frames/header_frame.py:170:26: E201 whitespace after '('
devel/haigha//haigha/frames/header_frame.py:170:58: E202 whitespace before ')'
devel/haigha//haigha/frames/header_frame.py:172:24: E201 whitespace after '('
devel/haigha//haigha/frames/header_frame.py:172:29: E202 whitespace before ')'
devel/haigha//haigha/frames/heartbeat_frame.py:10:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/frames/heartbeat_frame.py:11:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/heartbeat_frame.py:15:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/heartbeat_frame.py:16:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/heartbeat_frame.py:17:80: E501 line too long (81 > 79 characters)
devel/haigha//haigha/frames/heartbeat_frame.py:18:80: E501 line too long (80 > 79 characters)
devel/haigha//haigha/frames/heartbeat_frame.py:20:80: E501 line too long (90 > 79 characters)
devel/haigha//haigha/frames/heartbeat_frame.py:21:80: E501 line too long (129 > 79 characters)
devel/haigha//haigha/frames/heartbeat_frame.py:22:80: E501 line too long (129 > 79 characters)
devel/haigha//haigha/frames/heartbeat_frame.py:23:80: E501 line too long (80 > 79 characters)
devel/haigha//haigha/frames/heartbeat_frame.py:26:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/heartbeat_frame.py:27:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/heartbeat_frame.py:28:27: E201 whitespace after '('
devel/haigha//haigha/frames/heartbeat_frame.py:28:38: E202 whitespace before ')'
devel/haigha//haigha/frames/heartbeat_frame.py:30:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/heartbeat_frame.py:32:24: E201 whitespace after '('
devel/haigha//haigha/frames/heartbeat_frame.py:32:36: E202 whitespace before ')'
devel/haigha//haigha/frames/heartbeat_frame.py:33:24: E201 whitespace after '('
devel/haigha//haigha/frames/heartbeat_frame.py:33:40: E202 whitespace before ')'
devel/haigha//haigha/frames/heartbeat_frame.py:34:23: E201 whitespace after '('
devel/haigha//haigha/frames/heartbeat_frame.py:34:25: E202 whitespace before ')'
devel/haigha//haigha/frames/heartbeat_frame.py:35:24: E201 whitespace after '('
devel/haigha//haigha/frames/heartbeat_frame.py:35:29: E202 whitespace before ')'
devel/haigha//haigha/frames/method_frame.py:11:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/frames/method_frame.py:12:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:16:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:17:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:20:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:21:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:24:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:25:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:28:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:29:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:32:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:33:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:36:24: E201 whitespace after '('
devel/haigha//haigha/frames/method_frame.py:36:65: E202 whitespace before ')'
devel/haigha//haigha/frames/method_frame.py:38:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:44:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:45:37: E231 missing whitespace after ','
devel/haigha//haigha/frames/method_frame.py:46:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:46:70: E225 missing whitespace around operator
devel/haigha//haigha/frames/method_frame.py:47:9: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:47:80: E501 line too long (97 > 79 characters)
devel/haigha//haigha/frames/method_frame.py:49:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:49:72: E225 missing whitespace around operator
devel/haigha//haigha/frames/method_frame.py:50:9: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:50:10: E201 whitespace after '('
devel/haigha//haigha/frames/method_frame.py:50:80: E501 line too long (82 > 79 characters)
devel/haigha//haigha/frames/method_frame.py:52:3: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:54:24: E201 whitespace after '('
devel/haigha//haigha/frames/method_frame.py:54:36: E202 whitespace before ')'
devel/haigha//haigha/frames/method_frame.py:55:24: E201 whitespace after '('
devel/haigha//haigha/frames/method_frame.py:55:40: E202 whitespace before ')'
devel/haigha//haigha/frames/method_frame.py:61:80: E501 line too long (80 > 79 characters)
devel/haigha//haigha/frames/method_frame.py:69:19: E711 comparison to None should be 'if cond is not None:'
devel/haigha//haigha/frames/method_frame.py:70:7: E111 indentation is not a multiple of four
devel/haigha//haigha/frames/method_frame.py:70:20: E201 whitespace after '('
devel/haigha//haigha/frames/method_frame.py:70:40: E202 whitespace before ')'
devel/haigha//haigha/frames/method_frame.py:74:26: E201 whitespace after '('
devel/haigha//haigha/frames/method_frame.py:74:58: E202 whitespace before ')'
devel/haigha//haigha/message.py:7:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/message.py:8:3: E111 indentation is not a multiple of four
devel/haigha//haigha/message.py:12:3: E111 indentation is not a multiple of four
devel/haigha//haigha/message.py:14:7: E111 indentation is not a multiple of four
devel/haigha//haigha/message.py:16:7: E111 indentation is not a multiple of four
devel/haigha//haigha/message.py:18:33: E231 missing whitespace after ','
devel/haigha//haigha/message.py:18:41: E231 missing whitespace after ','
devel/haigha//haigha/message.py:19:7: E111 indentation is not a multiple of four
devel/haigha//haigha/message.py:19:56: E228 missing whitespace around modulo operator
devel/haigha//haigha/message.py:25:3: E111 indentation is not a multiple of four
devel/haigha//haigha/message.py:26:3: E111 indentation is not a multiple of four
devel/haigha//haigha/message.py:29:3: E111 indentation is not a multiple of four
devel/haigha//haigha/message.py:30:16: E201 whitespace after '('
devel/haigha//haigha/message.py:30:27: E202 whitespace before ')'
devel/haigha//haigha/message.py:32:3: E111 indentation is not a multiple of four
devel/haigha//haigha/message.py:36:3: E111 indentation is not a multiple of four
devel/haigha//haigha/message.py:37:24: E231 missing whitespace after ','
devel/haigha//haigha/message.py:38:7: E111 indentation is not a multiple of four
devel/haigha//haigha/message.py:39:14: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/message.py:42:3: E111 indentation is not a multiple of four
devel/haigha//haigha/message.py:43:3: E111 indentation is not a multiple of four
devel/haigha//haigha/message.py:46:3: E111 indentation is not a multiple of four
devel/haigha//haigha/message.py:47:3: E111 indentation is not a multiple of four
devel/haigha//haigha/message.py:50:3: E111 indentation is not a multiple of four
devel/haigha//haigha/message.py:51:66: E225 missing whitespace around operator
devel/haigha//haigha/message.py:52:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/message.py:52:8: E201 whitespace after '('
devel/haigha//haigha/message.py:52:80: E501 line too long (88 > 79 characters)
devel/haigha//haigha/message.py:52:87: E202 whitespace before ')'
devel/haigha//haigha/reader.py:7:1: F401 'unpack' imported but unused
devel/haigha//haigha/reader.py:7:1: F401 'unpack_from' imported but unused
devel/haigha//haigha/reader.py:11:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/reader.py:12:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:16:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:16:31: E701 multiple statements on one line (colon)
devel/haigha//haigha/reader.py:17:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:17:3: E301 expected 1 blank line, found 0
devel/haigha//haigha/reader.py:17:37: E701 multiple statements on one line (colon)
devel/haigha//haigha/reader.py:17:80: E501 line too long (84 > 79 characters)
devel/haigha//haigha/reader.py:18:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:18:3: E301 expected 1 blank line, found 0
devel/haigha//haigha/reader.py:18:32: E701 multiple statements on one line (colon)
devel/haigha//haigha/reader.py:20:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:28:7: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:30:7: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:32:7: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:32:28: E201 whitespace after '('
devel/haigha//haigha/reader.py:32:42: E202 whitespace before ')'
devel/haigha//haigha/reader.py:34:7: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:36:7: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:38:7: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:43:7: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:45:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:46:20: E201 whitespace after '('
devel/haigha//haigha/reader.py:46:29: E228 missing whitespace around modulo operator
devel/haigha//haigha/reader.py:46:80: E501 line too long (101 > 79 characters)
devel/haigha//haigha/reader.py:46:100: E202 whitespace before ')'
devel/haigha//haigha/reader.py:48:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:54:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:58:14: E225 missing whitespace around operator
devel/haigha//haigha/reader.py:59:7: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:60:16: E225 missing whitespace around operator
devel/haigha//haigha/reader.py:61:7: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:63:7: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:63:20: E201 whitespace after '('
devel/haigha//haigha/reader.py:63:36: E202 whitespace before ')'
devel/haigha//haigha/reader.py:65:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:70:7: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:72:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:78:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:82:19: E201 whitespace after '('
devel/haigha//haigha/reader.py:82:80: E501 line too long (82 > 79 characters)
devel/haigha//haigha/reader.py:82:81: E202 whitespace before ')'
devel/haigha//haigha/reader.py:84:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:90:27: E201 whitespace after '('
devel/haigha//haigha/reader.py:90:29: E202 whitespace before ')'
devel/haigha//haigha/reader.py:91:24: E201 whitespace after '['
devel/haigha//haigha/reader.py:91:46: E202 whitespace before ']'
devel/haigha//haigha/reader.py:95:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:97:80: E501 line too long (80 > 79 characters)
devel/haigha//haigha/reader.py:102:34: E701 multiple statements on one line (colon)
devel/haigha//haigha/reader.py:103:30: E201 whitespace after '['
devel/haigha//haigha/reader.py:103:40: E202 whitespace before ']'
devel/haigha//haigha/reader.py:107:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:114:80: E501 line too long (83 > 79 characters)
devel/haigha//haigha/reader.py:121:34: E701 multiple statements on one line (colon)
devel/haigha//haigha/reader.py:122:27: E701 multiple statements on one line (colon)
devel/haigha//haigha/reader.py:124:33: E227 missing whitespace around bitwise or shift operator
devel/haigha//haigha/reader.py:124:53: E202 whitespace before ')'
devel/haigha//haigha/reader.py:128:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:128:80: E501 line too long (80 > 79 characters)
devel/haigha//haigha/reader.py:137:34: E701 multiple statements on one line (colon)
devel/haigha//haigha/reader.py:138:21: E201 whitespace after '('
devel/haigha//haigha/reader.py:138:44: E202 whitespace before ')'
devel/haigha//haigha/reader.py:142:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:142:80: E501 line too long (82 > 79 characters)
devel/haigha//haigha/reader.py:149:27: E201 whitespace after '('
devel/haigha//haigha/reader.py:149:32: E202 whitespace before ')'
devel/haigha//haigha/reader.py:150:21: E201 whitespace after '('
devel/haigha//haigha/reader.py:150:44: E202 whitespace before ')'
devel/haigha//haigha/reader.py:154:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:154:80: E501 line too long (81 > 79 characters)
devel/haigha//haigha/reader.py:161:27: E201 whitespace after '('
devel/haigha//haigha/reader.py:161:32: E202 whitespace before ')'
devel/haigha//haigha/reader.py:162:21: E201 whitespace after '('
devel/haigha//haigha/reader.py:162:44: E202 whitespace before ')'
devel/haigha//haigha/reader.py:166:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:166:80: E501 line too long (85 > 79 characters)
devel/haigha//haigha/reader.py:173:27: E201 whitespace after '('
devel/haigha//haigha/reader.py:173:32: E202 whitespace before ')'
devel/haigha//haigha/reader.py:174:21: E201 whitespace after '('
devel/haigha//haigha/reader.py:174:44: E202 whitespace before ')'
devel/haigha//haigha/reader.py:178:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:190:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:202:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:211:38: E201 whitespace after '('
devel/haigha//haigha/reader.py:211:59: E202 whitespace before ')'
devel/haigha//haigha/reader.py:213:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:227:7: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:228:7: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:231:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:235:25: E201 whitespace after '['
devel/haigha//haigha/reader.py:235:35: E202 whitespace before ']'
devel/haigha//haigha/reader.py:238:38: E201 whitespace after '('
devel/haigha//haigha/reader.py:238:44: E202 whitespace before ')'
devel/haigha//haigha/reader.py:240:7: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:244:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:245:30: E201 whitespace after '['
devel/haigha//haigha/reader.py:245:40: E202 whitespace before ']'
devel/haigha//haigha/reader.py:249:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:249:80: E501 line too long (92 > 79 characters)
devel/haigha//haigha/reader.py:250:21: E201 whitespace after '('
devel/haigha//haigha/reader.py:250:44: E202 whitespace before ')'
devel/haigha//haigha/reader.py:254:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:254:80: E501 line too long (93 > 79 characters)
devel/haigha//haigha/reader.py:255:21: E201 whitespace after '('
devel/haigha//haigha/reader.py:255:44: E202 whitespace before ')'
devel/haigha//haigha/reader.py:259:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:259:80: E501 line too long (88 > 79 characters)
devel/haigha//haigha/reader.py:260:21: E201 whitespace after '('
devel/haigha//haigha/reader.py:260:44: E202 whitespace before ')'
devel/haigha//haigha/reader.py:264:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:264:80: E501 line too long (89 > 79 characters)
devel/haigha//haigha/reader.py:265:21: E201 whitespace after '('
devel/haigha//haigha/reader.py:265:44: E202 whitespace before ')'
devel/haigha//haigha/reader.py:269:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:269:80: E501 line too long (87 > 79 characters)
devel/haigha//haigha/reader.py:270:21: E201 whitespace after '('
devel/haigha//haigha/reader.py:270:44: E202 whitespace before ')'
devel/haigha//haigha/reader.py:274:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:274:80: E501 line too long (88 > 79 characters)
devel/haigha//haigha/reader.py:275:21: E201 whitespace after '('
devel/haigha//haigha/reader.py:275:44: E202 whitespace before ')'
devel/haigha//haigha/reader.py:279:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:279:80: E501 line too long (92 > 79 characters)
devel/haigha//haigha/reader.py:280:21: E201 whitespace after '('
devel/haigha//haigha/reader.py:280:44: E202 whitespace before ')'
devel/haigha//haigha/reader.py:284:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:284:80: E501 line too long (93 > 79 characters)
devel/haigha//haigha/reader.py:285:21: E201 whitespace after '('
devel/haigha//haigha/reader.py:285:44: E202 whitespace before ')'
devel/haigha//haigha/reader.py:289:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:289:80: E501 line too long (84 > 79 characters)
devel/haigha//haigha/reader.py:290:21: E201 whitespace after '('
devel/haigha//haigha/reader.py:290:44: E202 whitespace before ')'
devel/haigha//haigha/reader.py:294:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:294:80: E501 line too long (85 > 79 characters)
devel/haigha//haigha/reader.py:295:21: E201 whitespace after '('
devel/haigha//haigha/reader.py:295:44: E202 whitespace before ')'
devel/haigha//haigha/reader.py:301:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:306:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:308:24: E201 whitespace after '['
devel/haigha//haigha/reader.py:308:49: E202 whitespace before ']'
devel/haigha//haigha/reader.py:312:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:314:24: E201 whitespace after '['
devel/haigha//haigha/reader.py:314:49: E202 whitespace before ']'
devel/haigha//haigha/reader.py:318:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:323:7: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:323:19: E201 whitespace after '('
devel/haigha//haigha/reader.py:323:38: E202 whitespace before ')'
devel/haigha//haigha/reader.py:326:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:335:38: E201 whitespace after '('
devel/haigha//haigha/reader.py:335:67: E202 whitespace before ')'
devel/haigha//haigha/reader.py:337:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:339:22: E201 whitespace after '('
devel/haigha//haigha/reader.py:339:35: E201 whitespace after '['
devel/haigha//haigha/reader.py:339:60: E202 whitespace before ']'
devel/haigha//haigha/reader.py:339:62: E202 whitespace before ')'
devel/haigha//haigha/reader.py:343:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:349:3: E111 indentation is not a multiple of four
devel/haigha//haigha/reader.py:350:5: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/reader.py:350:8: E203 whitespace before ':'
devel/haigha//haigha/reader.py:351:8: E203 whitespace before ':'
devel/haigha//haigha/reader.py:352:8: E203 whitespace before ':'
devel/haigha//haigha/reader.py:353:8: E203 whitespace before ':'
devel/haigha//haigha/reader.py:354:8: E203 whitespace before ':'
devel/haigha//haigha/reader.py:355:8: E203 whitespace before ':'
devel/haigha//haigha/reader.py:356:8: E203 whitespace before ':'
devel/haigha//haigha/reader.py:357:8: E203 whitespace before ':'
devel/haigha//haigha/reader.py:358:8: E203 whitespace before ':'
devel/haigha//haigha/reader.py:359:8: E203 whitespace before ':'
devel/haigha//haigha/reader.py:360:8: E203 whitespace before ':'
devel/haigha//haigha/reader.py:361:8: E203 whitespace before ':'
devel/haigha//haigha/reader.py:362:8: E203 whitespace before ':'
devel/haigha//haigha/reader.py:363:8: E203 whitespace before ':'
devel/haigha//haigha/transports/__init__.py:7:1: F401 'Transport' imported but unused
devel/haigha//haigha/transports/event_transport.py:10:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:11:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:13:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:14:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:15:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:17:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/transports/event_transport.py:18:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:22:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:23:25: E231 missing whitespace after ','
devel/haigha//haigha/transports/event_transport.py:29:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:31:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:31:45: E228 missing whitespace around modulo operator
devel/haigha//haigha/transports/event_transport.py:34:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:36:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:36:42: E228 missing whitespace around modulo operator
devel/haigha//haigha/transports/event_transport.py:39:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:45:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:45:26: E231 missing whitespace after ','
devel/haigha//haigha/transports/event_transport.py:50:25: E228 missing whitespace around modulo operator
devel/haigha//haigha/transports/event_transport.py:50:31: E231 missing whitespace after ','
devel/haigha//haigha/transports/event_transport.py:52:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:53:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:54:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:55:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:56:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:56:36: E202 whitespace before ')'
devel/haigha//haigha/transports/event_transport.py:58:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:58:12: E231 missing whitespace after ','
devel/haigha//haigha/transports/event_transport.py:59:15: E231 missing whitespace after ','
devel/haigha//haigha/transports/event_transport.py:61:28: E201 whitespace after '('
devel/haigha//haigha/transports/event_transport.py:61:34: E202 whitespace before ')'
devel/haigha//haigha/transports/event_transport.py:62:24: E201 whitespace after '('
devel/haigha//haigha/transports/event_transport.py:62:30: E231 missing whitespace after ','
devel/haigha//haigha/transports/event_transport.py:62:78: E202 whitespace before ')'
devel/haigha//haigha/transports/event_transport.py:65:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:76:80: E501 line too long (81 > 79 characters)
devel/haigha//haigha/transports/event_transport.py:77:80: E501 line too long (82 > 79 characters)
devel/haigha//haigha/transports/event_transport.py:78:80: E501 line too long (80 > 79 characters)
devel/haigha//haigha/transports/event_transport.py:79:24: E231 missing whitespace after ','
devel/haigha//haigha/transports/event_transport.py:80:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:85:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:87:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:88:9: E127 continuation line over-indented for visual indent
devel/haigha//haigha/transports/event_transport.py:88:23: E201 whitespace after '('
devel/haigha//haigha/transports/event_transport.py:88:63: E202 whitespace before ')'
devel/haigha//haigha/transports/event_transport.py:90:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:91:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:95:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:99:24: E231 missing whitespace after ','
devel/haigha//haigha/transports/event_transport.py:100:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:101:23: E201 whitespace after '('
devel/haigha//haigha/transports/event_transport.py:101:28: E202 whitespace before ')'
devel/haigha//haigha/transports/event_transport.py:103:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:107:24: E231 missing whitespace after ','
devel/haigha//haigha/transports/event_transport.py:108:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:109:22: E201 whitespace after '('
devel/haigha//haigha/transports/event_transport.py:109:27: E202 whitespace before ')'
devel/haigha//haigha/transports/event_transport.py:111:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/event_transport.py:119:24: E231 missing whitespace after ','
devel/haigha//haigha/transports/event_transport.py:120:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:9:1: F401 'errno' imported but unused
devel/haigha//haigha/transports/gevent_transport.py:11:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:12:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:13:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:16:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:18:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:19:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:21:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:22:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:23:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:24:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:25:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:26:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:30:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:36:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:37:26: E231 missing whitespace after ','
devel/haigha//haigha/transports/gevent_transport.py:48:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:48:26: E231 missing whitespace after ','
devel/haigha//haigha/transports/gevent_transport.py:52:26: E231 missing whitespace after ','
devel/haigha//haigha/transports/gevent_transport.py:52:41: E201 whitespace after '('
devel/haigha//haigha/transports/gevent_transport.py:52:47: E231 missing whitespace after ','
devel/haigha//haigha/transports/gevent_transport.py:52:74: E202 whitespace before ')'
devel/haigha//haigha/transports/gevent_transport.py:54:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:65:69: W291 trailing whitespace
devel/haigha//haigha/transports/gevent_transport.py:70:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:71:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:75:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:75:35: E231 missing whitespace after ','
devel/haigha//haigha/transports/gevent_transport.py:77:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:78:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:79:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:81:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:87:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:87:35: E231 missing whitespace after ','
devel/haigha//haigha/transports/gevent_transport.py:89:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:91:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:101:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:101:35: E231 missing whitespace after ','
devel/haigha//haigha/transports/gevent_transport.py:103:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:108:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:109:30: E231 missing whitespace after ','
devel/haigha//haigha/transports/gevent_transport.py:111:35: E231 missing whitespace after ','
devel/haigha//haigha/transports/gevent_transport.py:113:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:115:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:116:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:120:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:130:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/gevent_transport.py:130:24: E201 whitespace after '('
devel/haigha//haigha/transports/gevent_transport.py:130:47: E202 whitespace before ')'
devel/haigha//haigha/transports/socket_transport.py:12:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/transports/socket_transport.py:13:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:17:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:18:26: E231 missing whitespace after ','
devel/haigha//haigha/transports/socket_transport.py:25:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:25:26: E231 missing whitespace after ','
devel/haigha//haigha/transports/socket_transport.py:29:25: E228 missing whitespace around modulo operator
devel/haigha//haigha/transports/socket_transport.py:29:31: E231 missing whitespace after ','
devel/haigha//haigha/transports/socket_transport.py:31:28: E201 whitespace after '('
devel/haigha//haigha/transports/socket_transport.py:31:33: E202 whitespace before ')'
devel/haigha//haigha/transports/socket_transport.py:32:27: E201 whitespace after '('
devel/haigha//haigha/transports/socket_transport.py:32:60: E202 whitespace before ')'
devel/haigha//haigha/transports/socket_transport.py:34:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:34:12: E231 missing whitespace after ','
devel/haigha//haigha/transports/socket_transport.py:35:15: E231 missing whitespace after ','
devel/haigha//haigha/transports/socket_transport.py:37:24: E201 whitespace after '('
devel/haigha//haigha/transports/socket_transport.py:37:30: E231 missing whitespace after ','
devel/haigha//haigha/transports/socket_transport.py:37:36: E202 whitespace before ')'
devel/haigha//haigha/transports/socket_transport.py:40:27: E201 whitespace after '('
devel/haigha//haigha/transports/socket_transport.py:40:32: E202 whitespace before ')'
devel/haigha//haigha/transports/socket_transport.py:42:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:48:24: E231 missing whitespace after ','
devel/haigha//haigha/transports/socket_transport.py:49:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:54:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:55:31: E201 whitespace after '('
devel/haigha//haigha/transports/socket_transport.py:55:39: E202 whitespace before ')'
devel/haigha//haigha/transports/socket_transport.py:56:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:57:31: E201 whitespace after '('
devel/haigha//haigha/transports/socket_transport.py:57:36: E202 whitespace before ')'
devel/haigha//haigha/transports/socket_transport.py:58:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:58:30: E201 whitespace after '('
devel/haigha//haigha/transports/socket_transport.py:58:70: E231 missing whitespace after ','
devel/haigha//haigha/transports/socket_transport.py:58:80: E501 line too long (89 > 79 characters)
devel/haigha//haigha/transports/socket_transport.py:58:88: E202 whitespace before ')'
devel/haigha//haigha/transports/socket_transport.py:60:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:62:11: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:62:40: E201 whitespace after '('
devel/haigha//haigha/transports/socket_transport.py:62:64: E228 missing whitespace around modulo operator
devel/haigha//haigha/transports/socket_transport.py:62:80: E501 line too long (89 > 79 characters)
devel/haigha//haigha/transports/socket_transport.py:62:88: E202 whitespace before ')'
devel/haigha//haigha/transports/socket_transport.py:64:11: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:64:31: E201 whitespace after '('
devel/haigha//haigha/transports/socket_transport.py:64:36: E202 whitespace before ')'
devel/haigha//haigha/transports/socket_transport.py:65:11: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:66:11: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:76:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:80:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:80:34: E231 missing whitespace after ','
devel/haigha//haigha/transports/socket_transport.py:80:52: E231 missing whitespace after ','
devel/haigha//haigha/transports/socket_transport.py:83:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:83:40: E201 whitespace after '('
devel/haigha//haigha/transports/socket_transport.py:83:64: E228 missing whitespace around modulo operator
devel/haigha//haigha/transports/socket_transport.py:83:77: E202 whitespace before ')'
devel/haigha//haigha/transports/socket_transport.py:85:38: E201 whitespace after '('
devel/haigha//haigha/transports/socket_transport.py:85:66: E228 missing whitespace around modulo operator
devel/haigha//haigha/transports/socket_transport.py:85:79: E202 whitespace before ')'
devel/haigha//haigha/transports/socket_transport.py:85:80: E501 line too long (80 > 79 characters)
devel/haigha//haigha/transports/socket_transport.py:87:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:89:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:93:24: E231 missing whitespace after ','
devel/haigha//haigha/transports/socket_transport.py:94:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:98:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:98:27: E201 whitespace after '('
devel/haigha//haigha/transports/socket_transport.py:98:32: E202 whitespace before ')'
devel/haigha//haigha/transports/socket_transport.py:100:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:102:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:106:24: E231 missing whitespace after ','
devel/haigha//haigha/transports/socket_transport.py:107:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:110:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:110:26: E201 whitespace after '('
devel/haigha//haigha/transports/socket_transport.py:110:31: E202 whitespace before ')'
devel/haigha//haigha/transports/socket_transport.py:112:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:113:38: E201 whitespace after '('
devel/haigha//haigha/transports/socket_transport.py:113:60: E228 missing whitespace around modulo operator
devel/haigha//haigha/transports/socket_transport.py:113:80: E501 line too long (85 > 79 characters)
devel/haigha//haigha/transports/socket_transport.py:113:84: E202 whitespace before ')'
devel/haigha//haigha/transports/socket_transport.py:115:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:116:32: F841 local variable 'e' is assigned to but never used
devel/haigha//haigha/transports/socket_transport.py:122:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:122:40: E201 whitespace after '('
devel/haigha//haigha/transports/socket_transport.py:122:62: E228 missing whitespace around modulo operator
devel/haigha//haigha/transports/socket_transport.py:122:75: E202 whitespace before ')'
devel/haigha//haigha/transports/socket_transport.py:124:38: E201 whitespace after '('
devel/haigha//haigha/transports/socket_transport.py:124:64: E228 missing whitespace around modulo operator
devel/haigha//haigha/transports/socket_transport.py:124:77: E202 whitespace before ')'
devel/haigha//haigha/transports/socket_transport.py:126:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:131:24: E231 missing whitespace after ','
devel/haigha//haigha/transports/socket_transport.py:132:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:135:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/socket_transport.py:137:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/transport.py:7:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/transports/transport.py:8:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/transport.py:12:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/transport.py:18:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/transport.py:19:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/transport.py:24:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/transport.py:25:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/transport.py:28:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/transport.py:38:7: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/transport.py:40:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/transport.py:51:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/transport.py:56:3: E111 indentation is not a multiple of four
devel/haigha//haigha/transports/transport.py:61:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:7:1: F401 'pack' imported but unused
devel/haigha//haigha/writer.py:13:1: E302 expected 2 blank lines, found 1
devel/haigha//haigha/writer.py:14:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:20:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:22:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:24:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:26:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:27:20: E201 whitespace after '('
devel/haigha//haigha/writer.py:27:29: E228 missing whitespace around modulo operator
devel/haigha//haigha/writer.py:27:80: E501 line too long (83 > 79 characters)
devel/haigha//haigha/writer.py:27:82: E202 whitespace before ')'
devel/haigha//haigha/writer.py:29:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:31:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:33:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:36:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:42:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:46:32: E201 whitespace after '('
devel/haigha//haigha/writer.py:46:34: E202 whitespace before ')'
devel/haigha//haigha/writer.py:49:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:59:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:61:32: E201 whitespace after '('
devel/haigha//haigha/writer.py:62:7: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/writer.py:62:22: E231 missing whitespace after ','
devel/haigha//haigha/writer.py:62:31: E231 missing whitespace after ','
devel/haigha//haigha/writer.py:62:39: E227 missing whitespace around bitwise or shift operator
devel/haigha//haigha/writer.py:62:67: E202 whitespace before ')'
devel/haigha//haigha/writer.py:66:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:70:32: E201 whitespace after '('
devel/haigha//haigha/writer.py:70:59: E202 whitespace before ')'
devel/haigha//haigha/writer.py:73:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:78:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:78:34: E201 whitespace after '('
devel/haigha//haigha/writer.py:78:42: E202 whitespace before ')'
devel/haigha//haigha/writer.py:80:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:83:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:88:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:88:34: E201 whitespace after '('
devel/haigha//haigha/writer.py:88:42: E202 whitespace before ')'
devel/haigha//haigha/writer.py:90:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:93:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:99:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:101:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:104:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:109:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:109:34: E201 whitespace after '('
devel/haigha//haigha/writer.py:109:42: E202 whitespace before ')'
devel/haigha//haigha/writer.py:111:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:114:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:120:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:122:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:125:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:130:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:130:34: E201 whitespace after '('
devel/haigha//haigha/writer.py:130:42: E202 whitespace before ')'
devel/haigha//haigha/writer.py:132:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:135:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:141:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:142:22: E201 whitespace after '('
devel/haigha//haigha/writer.py:142:29: E202 whitespace before ')'
devel/haigha//haigha/writer.py:143:16: E201 whitespace after '('
devel/haigha//haigha/writer.py:143:18: E202 whitespace before ')'
devel/haigha//haigha/writer.py:146:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:152:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:153:21: E201 whitespace after '('
devel/haigha//haigha/writer.py:153:28: E202 whitespace before ')'
devel/haigha//haigha/writer.py:154:16: E201 whitespace after '('
devel/haigha//haigha/writer.py:154:18: E202 whitespace before ')'
devel/haigha//haigha/writer.py:157:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:163:32: E201 whitespace after '('
devel/haigha//haigha/writer.py:163:65: E202 whitespace before ')'
devel/haigha//haigha/writer.py:166:80: E501 line too long (81 > 79 characters)
devel/haigha//haigha/writer.py:169:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:180:25: E201 whitespace after '('
devel/haigha//haigha/writer.py:180:45: E202 whitespace before ')'
devel/haigha//haigha/writer.py:181:21: E201 whitespace after '('
devel/haigha//haigha/writer.py:181:23: E202 whitespace before ')'
devel/haigha//haigha/writer.py:182:45: E202 whitespace before ')'
devel/haigha//haigha/writer.py:184:12: E231 missing whitespace after ','
devel/haigha//haigha/writer.py:185:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:185:24: E201 whitespace after '('
devel/haigha//haigha/writer.py:185:35: E202 whitespace before ')'
devel/haigha//haigha/writer.py:190:24: E201 whitespace after '('
devel/haigha//haigha/writer.py:190:49: E202 whitespace before ')'
devel/haigha//haigha/writer.py:193:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:193:35: E202 whitespace before ')'
devel/haigha//haigha/writer.py:195:23: E201 whitespace after '('
devel/haigha//haigha/writer.py:195:29: E202 whitespace before ')'
devel/haigha//haigha/writer.py:197:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:197:31: E202 whitespace before ')'
devel/haigha//haigha/writer.py:198:38: E201 whitespace after '('
devel/haigha//haigha/writer.py:198:50: E202 whitespace before ')'
devel/haigha//haigha/writer.py:200:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:202:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:204:11: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:205:11: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:206:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:208:26: E201 whitespace after '('
devel/haigha//haigha/writer.py:208:32: E202 whitespace before ')'
devel/haigha//haigha/writer.py:210:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:211:32: E201 whitespace after '('
devel/haigha//haigha/writer.py:211:36: E202 whitespace before ')'
devel/haigha//haigha/writer.py:212:32: E201 whitespace after '('
devel/haigha//haigha/writer.py:212:38: E201 whitespace after '('
devel/haigha//haigha/writer.py:212:61: E202 whitespace before ')'
devel/haigha//haigha/writer.py:212:63: E202 whitespace before ')'
devel/haigha//haigha/writer.py:214:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:214:59: E502 the backslash is redundant between brackets
devel/haigha//haigha/writer.py:215:3: E128 continuation line under-indented for visual indent
devel/haigha//haigha/writer.py:217:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:217:34: E201 whitespace after '('
devel/haigha//haigha/writer.py:217:38: E202 whitespace before ')'
devel/haigha//haigha/writer.py:218:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:218:34: E201 whitespace after '('
devel/haigha//haigha/writer.py:218:50: E202 whitespace before ')'
devel/haigha//haigha/writer.py:220:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:220:34: E201 whitespace after '('
devel/haigha//haigha/writer.py:220:38: E202 whitespace before ')'
devel/haigha//haigha/writer.py:221:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:221:34: E201 whitespace after '('
devel/haigha//haigha/writer.py:221:48: E202 whitespace before ')'
devel/haigha//haigha/writer.py:223:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:223:34: E201 whitespace after '('
devel/haigha//haigha/writer.py:223:38: E202 whitespace before ')'
devel/haigha//haigha/writer.py:224:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:224:34: E201 whitespace after '('
devel/haigha//haigha/writer.py:224:49: E202 whitespace before ')'
devel/haigha//haigha/writer.py:226:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:227:32: E201 whitespace after '('
devel/haigha//haigha/writer.py:227:36: E202 whitespace before ')'
devel/haigha//haigha/writer.py:228:32: E201 whitespace after '('
devel/haigha//haigha/writer.py:228:42: E202 whitespace before ')'
devel/haigha//haigha/writer.py:232:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:232:80: E501 line too long (87 > 79 characters)
devel/haigha//haigha/writer.py:237:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:239:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:240:32: E201 whitespace after '('
devel/haigha//haigha/writer.py:240:52: E202 whitespace before ')'
devel/haigha//haigha/writer.py:241:32: E201 whitespace after '('
devel/haigha//haigha/writer.py:241:44: E202 whitespace before ')'
devel/haigha//haigha/writer.py:243:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:247:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:250:24: E201 whitespace after '('
devel/haigha//haigha/writer.py:250:28: E202 whitespace before ')'
devel/haigha//haigha/writer.py:252:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:253:32: E201 whitespace after '('
devel/haigha//haigha/writer.py:253:36: E202 whitespace before ')'
devel/haigha//haigha/writer.py:254:26: E201 whitespace after '('
devel/haigha//haigha/writer.py:254:30: E202 whitespace before ')'
devel/haigha//haigha/writer.py:256:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:258:22: E201 whitespace after '('
devel/haigha//haigha/writer.py:258:26: E202 whitespace before ')'
devel/haigha//haigha/writer.py:260:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:263:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:265:24: E201 whitespace after '('
devel/haigha//haigha/writer.py:265:28: E202 whitespace before ')'
devel/haigha//haigha/writer.py:267:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:268:32: E201 whitespace after '('
devel/haigha//haigha/writer.py:268:36: E202 whitespace before ')'
devel/haigha//haigha/writer.py:270:7: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:270:25: E201 whitespace after '('
devel/haigha//haigha/writer.py:270:27: E202 whitespace before ')'
devel/haigha//haigha/writer.py:272:3: E111 indentation is not a multiple of four
devel/haigha//haigha/writer.py:273:5: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/writer.py:273:14: E203 whitespace before ':'
devel/haigha//haigha/writer.py:274:5: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/writer.py:274:14: E203 whitespace before ':'
devel/haigha//haigha/writer.py:275:5: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/writer.py:275:14: E203 whitespace before ':'
devel/haigha//haigha/writer.py:276:5: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/writer.py:276:14: E203 whitespace before ':'
devel/haigha//haigha/writer.py:277:5: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/writer.py:277:14: E203 whitespace before ':'
devel/haigha//haigha/writer.py:278:5: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/writer.py:278:14: E203 whitespace before ':'
devel/haigha//haigha/writer.py:279:5: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/writer.py:279:14: E203 whitespace before ':'
devel/haigha//haigha/writer.py:280:5: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/writer.py:280:14: E203 whitespace before ':'
devel/haigha//haigha/writer.py:281:5: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/writer.py:281:14: E203 whitespace before ':'
devel/haigha//haigha/writer.py:282:5: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/writer.py:283:5: E121 continuation line indentation is not a multiple of four
devel/haigha//haigha/writer.py:283:14: E203 whitespace before ':'
devel/haigha//setup.py:2:1: F401 'os' imported but unused
devel/haigha//setup.py:17:13: E251 unexpected spaces around keyword / parameter equals
devel/haigha//setup.py:17:15: E251 unexpected spaces around keyword / parameter equals
devel/haigha//setup.py:17:80: E501 line too long (104 > 79 characters)
devel/haigha//setup.py:18:21: E251 unexpected spaces around keyword / parameter equals
devel/haigha//setup.py:18:23: E251 unexpected spaces around keyword / parameter equals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment