Closed chkumar246 closed 8 years ago
How to reproduce: ➜ scripts git:(test) pep8 auto_test.py auto_test.py:3:80: E501 line too long (92 > 79 characters) auto_test.py:19:10: E231 missing whitespace after ',' auto_test.py:19:10: E401 multiple imports on one line auto_test.py:19:14: E231 missing whitespace after ',' auto_test.py:21:1: E302 expected 2 blank lines, found 1 auto_test.py:21:23: E231 missing whitespace after ',' auto_test.py:22:1: W191 indentation contains tabs auto_test.py:22:11: E225 missing whitespace around operator auto_test.py:23:1: W191 indentation contains tabs auto_test.py:23:12: E225 missing whitespace around operator auto_test.py:23:40: E231 missing whitespace after ',' auto_test.py:25:1: W191 indentation contains tabs auto_test.py:25:2: E265 block comment should start with '# ' auto_test.py:25:27: W291 trailing whitespace auto_test.py:26:1: W191 indentation contains tabs auto_test.py:26:8: E225 missing whitespace around operator auto_test.py:27:1: W191 indentation contains tabs auto_test.py:27:7: E225 missing whitespace around operator auto_test.py:29:1: W191 indentation contains tabs auto_test.py:29:2: E265 block comment should start with '# ' auto_test.py:30:1: W191 indentation contains tabs auto_test.py:31:1: W191 indentation contains tabs auto_test.py:31:8: E225 missing whitespace around operator auto_test.py:31:23: W291 trailing whitespace auto_test.py:32:1: W191 indentation contains tabs auto_test.py:32:61: E228 missing whitespace around modulo operator auto_test.py:32:71: E231 missing whitespace after ',' auto_test.py:32:80: E501 line too long (81 > 79 characters) auto_test.py:33:1: W191 indentation contains tabs auto_test.py:33:80: E501 line too long (81 > 79 characters) auto_test.py:33:82: W291 trailing whitespace auto_test.py:34:1: W191 indentation contains tabs auto_test.py:35:1: W191 indentation contains tabs auto_test.py:35:18: E225 missing whitespace around operator auto_test.py:35:34: W291 trailing whitespace auto_test.py:36:1: W191 indentation contains tabs auto_test.py:37:1: W191 indentation contains tabs auto_test.py:37:9: E225 missing whitespace around operator auto_test.py:39:1: W191 indentation contains tabs auto_test.py:39:2: E265 block comment should start with '# ' auto_test.py:39:30: W291 trailing whitespace auto_test.py:40:1: W191 indentation contains tabs auto_test.py:40:40: E228 missing whitespace around modulo operator auto_test.py:40:47: E231 missing whitespace after ',' auto_test.py:41:1: W191 indentation contains tabs auto_test.py:42:1: W191 indentation contains tabs auto_test.py:43:1: W191 indentation contains tabs auto_test.py:47:1: W191 indentation contains tabs auto_test.py:48:1: W191 indentation contains tabs auto_test.py:48:2: E101 indentation contains mixed spaces and tabs auto_test.py:48:9: E271 multiple spaces after keyword auto_test.py:49:1: W191 indentation contains tabs auto_test.py:50:1: W191 indentation contains tabs auto_test.py:51:1: W191 indentation contains tabs auto_test.py:52:1: W191 indentation contains tabs auto_test.py:52:21: E231 missing whitespace after ','
it needs to be fixed.
How to reproduce: ➜ scripts git:(test) pep8 auto_test.py auto_test.py:3:80: E501 line too long (92 > 79 characters) auto_test.py:19:10: E231 missing whitespace after ',' auto_test.py:19:10: E401 multiple imports on one line auto_test.py:19:14: E231 missing whitespace after ',' auto_test.py:21:1: E302 expected 2 blank lines, found 1 auto_test.py:21:23: E231 missing whitespace after ',' auto_test.py:22:1: W191 indentation contains tabs auto_test.py:22:11: E225 missing whitespace around operator auto_test.py:23:1: W191 indentation contains tabs auto_test.py:23:12: E225 missing whitespace around operator auto_test.py:23:40: E231 missing whitespace after ',' auto_test.py:25:1: W191 indentation contains tabs auto_test.py:25:2: E265 block comment should start with '# ' auto_test.py:25:27: W291 trailing whitespace auto_test.py:26:1: W191 indentation contains tabs auto_test.py:26:8: E225 missing whitespace around operator auto_test.py:27:1: W191 indentation contains tabs auto_test.py:27:7: E225 missing whitespace around operator auto_test.py:29:1: W191 indentation contains tabs auto_test.py:29:2: E265 block comment should start with '# ' auto_test.py:30:1: W191 indentation contains tabs auto_test.py:31:1: W191 indentation contains tabs auto_test.py:31:8: E225 missing whitespace around operator auto_test.py:31:23: W291 trailing whitespace auto_test.py:32:1: W191 indentation contains tabs auto_test.py:32:61: E228 missing whitespace around modulo operator auto_test.py:32:71: E231 missing whitespace after ',' auto_test.py:32:80: E501 line too long (81 > 79 characters) auto_test.py:33:1: W191 indentation contains tabs auto_test.py:33:80: E501 line too long (81 > 79 characters) auto_test.py:33:82: W291 trailing whitespace auto_test.py:34:1: W191 indentation contains tabs auto_test.py:35:1: W191 indentation contains tabs auto_test.py:35:18: E225 missing whitespace around operator auto_test.py:35:34: W291 trailing whitespace auto_test.py:36:1: W191 indentation contains tabs auto_test.py:37:1: W191 indentation contains tabs auto_test.py:37:9: E225 missing whitespace around operator auto_test.py:39:1: W191 indentation contains tabs auto_test.py:39:2: E265 block comment should start with '# ' auto_test.py:39:30: W291 trailing whitespace auto_test.py:40:1: W191 indentation contains tabs auto_test.py:40:40: E228 missing whitespace around modulo operator auto_test.py:40:47: E231 missing whitespace after ',' auto_test.py:41:1: W191 indentation contains tabs auto_test.py:42:1: W191 indentation contains tabs auto_test.py:43:1: W191 indentation contains tabs auto_test.py:47:1: W191 indentation contains tabs auto_test.py:48:1: W191 indentation contains tabs auto_test.py:48:2: E101 indentation contains mixed spaces and tabs auto_test.py:48:9: E271 multiple spaces after keyword auto_test.py:49:1: W191 indentation contains tabs auto_test.py:50:1: W191 indentation contains tabs auto_test.py:51:1: W191 indentation contains tabs auto_test.py:52:1: W191 indentation contains tabs auto_test.py:52:21: E231 missing whitespace after ','
it needs to be fixed.