python-neo icon indicating copy to clipboard operation
python-neo copied to clipboard

Add IO to read MonkeyLogic files

Open JuliaSprenger opened this issue 4 years ago • 1 comments

closes #882

JuliaSprenger avatar Sep 23 '21 11:09 JuliaSprenger

Hello @JuliaSprenger! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 5:1: E302 expected 2 blank lines, found 1

Line 174:100: E501 line too long (103 > 99 characters) Line 183:1: E303 too many blank lines (3) Line 208:22: E231 missing whitespace after ':' Line 208:22: E701 multiple statements on one line (colon) Line 208:23: E225 missing whitespace around operator Line 327:77: E226 missing whitespace around arithmetic operator

Line 24:100: E501 line too long (100 > 99 characters)

Line 26:9: E303 too many blank lines (2)

Comment last updated at 2021-09-29 11:46:51 UTC

pep8speaks avatar Sep 23 '21 11:09 pep8speaks

Documentation that might be relevant for the IO

ree-gupta avatar Dec 19 '22 17:12 ree-gupta