palash25 / pyphers

Ciphers implemented in python [This is not a serious project. Just an attempt to learn python]
11 stars 5 forks source link

updated playfair cipher code #4

Closed debck closed 6 years ago

pep8speaks commented 6 years ago

Hello @debck! Thanks for updating the PR.

Line 2:1: W191 indentation contains tabs Line 2:8: E225 missing whitespace around operator Line 4:1: W191 indentation contains tabs Line 5:1: W191 indentation contains tabs Line 5:80: E501 line too long (80 > 79 characters) Line 6:1: W191 indentation contains tabs Line 7:1: W191 indentation contains tabs Line 9:1: W191 indentation contains tabs Line 10:1: W191 indentation contains tabs Line 11:1: W191 indentation contains tabs Line 11:10: E225 missing whitespace around operator Line 13:1: W191 indentation contains tabs Line 14:1: W191 indentation contains tabs Line 15:1: W191 indentation contains tabs Line 17:1: W191 indentation contains tabs Line 17:2: E265 block comment should start with '# ' Line 18:1: W191 indentation contains tabs Line 18:14: E225 missing whitespace around operator Line 19:1: W191 indentation contains tabs Line 20:1: W191 indentation contains tabs Line 22:1: W191 indentation contains tabs Line 22:2: E265 block comment should start with '# ' Line 23:1: W191 indentation contains tabs Line 23:17: E225 missing whitespace around operator Line 24:1: W191 indentation contains tabs Line 24:17: E225 missing whitespace around operator Line 25:1: W191 indentation contains tabs Line 25:17: E225 missing whitespace around operator Line 26:1: W191 indentation contains tabs Line 26:17: E225 missing whitespace around operator Line 27:1: W191 indentation contains tabs Line 27:17: E225 missing whitespace around operator Line 28:1: W191 indentation contains tabs Line 30:1: E302 expected 2 blank lines, found 1 Line 31:1: W191 indentation contains tabs Line 31:2: E265 block comment should start with '# ' Line 32:1: W191 indentation contains tabs Line 32:9: E225 missing whitespace around operator Line 33:1: W191 indentation contains tabs Line 34:1: W191 indentation contains tabs Line 36:1: W191 indentation contains tabs Line 36:1: W293 blank line contains whitespace Line 37:1: W191 indentation contains tabs Line 37:3: E303 too many blank lines (2) Line 38:1: W191 indentation contains tabs Line 40:1: W191 indentation contains tabs Line 41:1: W191 indentation contains tabs Line 41:2: E265 block comment should start with '# ' Line 42:1: W191 indentation contains tabs Line 42:3: E225 missing whitespace around operator Line 43:1: W191 indentation contains tabs Line 44:1: W191 indentation contains tabs Line 44:16: E225 missing whitespace around operator Line 45:1: W191 indentation contains tabs Line 45:22: E231 missing whitespace after ',' Line 46:1: W191 indentation contains tabs Line 46:4: E225 missing whitespace around operator Line 48:1: W191 indentation contains tabs Line 49:1: W191 indentation contains tabs Line 49:2: E265 block comment should start with '# ' Line 50:1: W191 indentation contains tabs Line 50:17: E228 missing whitespace around modulo operator Line 50:19: E225 missing whitespace around operator Line 51:1: W191 indentation contains tabs Line 52:1: W191 indentation contains tabs Line 52:2: E265 block comment should start with '# ' Line 53:1: W191 indentation contains tabs Line 53:3: E225 missing whitespace around operator Line 54:1: W191 indentation contains tabs Line 54:5: E225 missing whitespace around operator Line 55:1: W191 indentation contains tabs Line 55:3: E113 unexpected indentation Line 56:1: W191 indentation contains tabs Line 56:4: E225 missing whitespace around operator Line 57:1: W191 indentation contains tabs Line 59:1: E302 expected 2 blank lines, found 1 Line 59:29: E231 missing whitespace after ',' Line 60:1: W191 indentation contains tabs Line 60:3: E225 missing whitespace around operator Line 60:5: E225 missing whitespace around operator Line 61:1: W191 indentation contains tabs Line 62:1: W191 indentation contains tabs Line 63:1: W191 indentation contains tabs Line 63:23: E225 missing whitespace around operator Line 64:1: W191 indentation contains tabs Line 64:6: E225 missing whitespace around operator Line 65:1: W191 indentation contains tabs Line 65:6: E225 missing whitespace around operator Line 67:1: W191 indentation contains tabs Line 67:10: E231 missing whitespace after ',' Line 69:1: E302 expected 2 blank lines, found 1 Line 70:1: W191 indentation contains tabs Line 70:9: E225 missing whitespace around operator Line 71:1: W191 indentation contains tabs Line 71:12: E225 missing whitespace around operator Line 72:1: W191 indentation contains tabs Line 72:8: E225 missing whitespace around operator Line 73:1: W191 indentation contains tabs Line 75:1: W191 indentation contains tabs Line 75:80: E501 line too long (112 > 79 characters) Line 76:1: W191 indentation contains tabs Line 76:5: E231 missing whitespace after ',' Line 76:8: E225 missing whitespace around operator Line 76:33: E231 missing whitespace after ',' Line 77:1: W191 indentation contains tabs Line 77:5: E231 missing whitespace after ',' Line 77:8: E225 missing whitespace around operator Line 77:33: E231 missing whitespace after ',' Line 78:1: W191 indentation contains tabs Line 78:8: E225 missing whitespace around operator Line 79:1: W191 indentation contains tabs Line 79:9: E225 missing whitespace around operator Line 80:1: W191 indentation contains tabs Line 80:7: E225 missing whitespace around operator Line 81:1: W191 indentation contains tabs Line 81:9: E225 missing whitespace around operator Line 82:1: W191 indentation contains tabs Line 82:7: E225 missing whitespace around operator Line 83:1: W191 indentation contains tabs Line 84:1: W191 indentation contains tabs Line 85:1: W191 indentation contains tabs Line 85:10: E225 missing whitespace around operator Line 86:1: W191 indentation contains tabs Line 86:9: E225 missing whitespace around operator Line 87:1: W191 indentation contains tabs Line 87:7: E225 missing whitespace around operator Line 87:10: E703 statement ends with a semicolon Line 88:1: W191 indentation contains tabs Line 88:9: E225 missing whitespace around operator Line 89:1: W191 indentation contains tabs Line 89:7: E225 missing whitespace around operator Line 89:10: E703 statement ends with a semicolon Line 90:1: W191 indentation contains tabs Line 91:1: W191 indentation contains tabs Line 92:1: W191 indentation contains tabs Line 93:1: W191 indentation contains tabs Line 94:1: W191 indentation contains tabs Line 95:1: W191 indentation contains tabs Line 97:1: E302 expected 2 blank lines, found 1 Line 98:1: W191 indentation contains tabs Line 98:3: E225 missing whitespace around operator Line 99:1: W191 indentation contains tabs Line 99:5: E225 missing whitespace around operator Line 100:1: W191 indentation contains tabs Line 100:3: E113 unexpected indentation Line 101:1: W191 indentation contains tabs Line 101:4: E225 missing whitespace around operator Line 102:1: W191 indentation contains tabs Line 106:1: W191 indentation contains tabs Line 106:8: E225 missing whitespace around operator Line 107:1: W191 indentation contains tabs Line 107:12: E225 missing whitespace around operator Line 108:1: W191 indentation contains tabs Line 108:11: E225 missing whitespace around operator Line 109:1: W191 indentation contains tabs Line 110:1: W191 indentation contains tabs Line 110:5: E231 missing whitespace after ',' Line 110:8: E225 missing whitespace around operator Line 110:33: E231 missing whitespace after ',' Line 111:1: W191 indentation contains tabs Line 111:5: E231 missing whitespace after ',' Line 111:8: E225 missing whitespace around operator Line 111:33: E231 missing whitespace after ',' Line 112:1: W191 indentation contains tabs Line 112:8: E225 missing whitespace around operator Line 113:1: W191 indentation contains tabs Line 113:9: E225 missing whitespace around operator Line 114:1: W191 indentation contains tabs Line 114:7: E225 missing whitespace around operator Line 115:1: W191 indentation contains tabs Line 115:9: E225 missing whitespace around operator Line 116:1: W191 indentation contains tabs Line 116:7: E225 missing whitespace around operator Line 117:1: W191 indentation contains tabs Line 118:1: W191 indentation contains tabs Line 119:1: W191 indentation contains tabs Line 119:10: E225 missing whitespace around operator Line 120:1: W191 indentation contains tabs Line 120:9: E225 missing whitespace around operator Line 121:1: W191 indentation contains tabs Line 121:7: E225 missing whitespace around operator Line 121:10: E703 statement ends with a semicolon Line 122:1: W191 indentation contains tabs Line 122:9: E225 missing whitespace around operator Line 123:1: W191 indentation contains tabs Line 123:7: E225 missing whitespace around operator Line 123:10: E703 statement ends with a semicolon Line 124:1: W191 indentation contains tabs Line 125:1: W191 indentation contains tabs Line 126:1: W191 indentation contains tabs Line 127:1: W191 indentation contains tabs Line 128:1: W191 indentation contains tabs Line 130:1: W191 indentation contains tabs Line 131:1: W191 indentation contains tabs Line 133:1: W191 indentation contains tabs Line 133:8: E225 missing whitespace around operator Line 134:1: W191 indentation contains tabs Line 135:1: W191 indentation contains tabs Line 135:9: E225 missing whitespace around operator Line 136:1: W191 indentation contains tabs Line 138:1: E265 block comment should start with '# ' Line 139:1: E265 block comment should start with '# ' Line 140:1: E265 block comment should start with '# ' Line 142:1: E265 block comment should start with '# ' Line 143:1: E265 block comment should start with '# ' Line 144:1: E265 block comment should start with '# ' Line 148:6: E225 missing whitespace around operator Line 149:9: E225 missing whitespace around operator Line 150:1: W191 indentation contains tabs Line 150:5: E225 missing whitespace around operator Line 151:1: W191 indentation contains tabs Line 151:9: E225 missing whitespace around operator Line 152:1: W191 indentation contains tabs Line 153:1: W191 indentation contains tabs Line 154:1: W191 indentation contains tabs Line 156:1: W191 indentation contains tabs Line 157:1: W191 indentation contains tabs Line 158:1: W191 indentation contains tabs Line 159:1: W191 indentation contains tabs Line 161:1: W191 indentation contains tabs Line 162:1: W191 indentation contains tabs Line 163:11: E225 missing whitespace around operator Line 164:1: W191 indentation contains tabs Line 164:5: E225 missing whitespace around operator Line 165:1: W191 indentation contains tabs Line 165:8: E225 missing whitespace around operator Line 166:1: W191 indentation contains tabs Line 166:2: E265 block comment should start with '# ' Line 167:1: W191 indentation contains tabs Line 168:1: W191 indentation contains tabs Line 169:1: W191 indentation contains tabs Line 171:1: W191 indentation contains tabs

Comment last updated on December 17, 2017 at 06:41 Hours UTC
debck commented 6 years ago

@sibasish14 kk

palash25 commented 6 years ago

@debck there is no way that this code is going to run python is very sensitive about indentation.

debck commented 6 years ago

@palash25 Ok then ...I am closing this PR now ...will check again then push it

palash25 commented 6 years ago

@debck dont close PR's without asking you could push again to the same PR after making your changes. Next time keep that in mind.

debck commented 6 years ago

plz check the code again. Did my best

sibasish14 commented 6 years ago

@debck do not close a PR unless you're asked to do so.

sibasish14 commented 6 years ago

Travis CI build will always fail because it has not been updated. Just ignore it and make sure you follow the pep8 guidelines.