Skip to content

Instantly share code, notes, and snippets.

@Monal5031
Created August 6, 2018 05:45
Show Gist options
  • Save Monal5031/616865b697e123351c231bdc7950a0db to your computer and use it in GitHub Desktop.
Save Monal5031/616865b697e123351c231bdc7950a0db to your computer and use it in GitHub Desktop.
Errors raised after integrating flake8
./job/views.py:10:1: F401 'django.views.generic.ListView' imported but unused
./job/views.py:20:81: E501 line too long (83 > 80 characters)
./job/views.py:21:81: E501 line too long (93 > 80 characters)
./job/views.py:23:1: E302 expected 2 blank lines, found 1
./job/views.py:60:17: W503 line break before binary operator
./job/views.py:144:17: W503 line break before binary operator
./job/views.py:181:81: E501 line too long (84 > 80 characters)
./job/views.py:201:13: E122 continuation line missing indentation or outdented
./job/views.py:202:9: E122 continuation line missing indentation or outdented
./job/views.py:215:81: E501 line too long (101 > 80 characters)
./job/views.py:217:22: E126 continuation line over-indented for hanging indent
./job/views.py:219:22: E123 closing bracket does not match indentation of opening bracket's line
./job/urls.py:6:81: E501 line too long (93 > 80 characters)
./job/services.py:109:1: E302 expected 2 blank lines, found 1
./job/services.py:148:1: E302 expected 2 blank lines, found 1
./job/services.py:167:8: E111 indentation is not a multiple of four
./job/services.py:169:8: E111 indentation is not a multiple of four
./job/services.py:171:81: E501 line too long (83 > 80 characters)
./job/forms.py:26:1: E302 expected 2 blank lines, found 1
./job/forms.py:28:7: E121 continuation line under-indented for hanging indent
./job/forms.py:28:81: E501 line too long (97 > 80 characters)
./job/tests/test_jobDetails.py:71:81: E501 line too long (88 > 80 characters)
./job/tests/test_jobDetails.py:81:81: E501 line too long (101 > 80 characters)
./job/tests/test_jobDetails.py:92:81: E501 line too long (84 > 80 characters)
./job/tests/test_jobDetails.py:93:81: E501 line too long (82 > 80 characters)
./job/tests/test_jobDetails.py:192:81: E501 line too long (95 > 80 characters)
./job/tests/test_jobDetails.py:231:81: E501 line too long (81 > 80 characters)
./job/tests/test_jobDetails.py:247:81: E501 line too long (107 > 80 characters)
./job/tests/test_searchJob.py:14:81: E501 line too long (189 > 80 characters)
./job/tests/test_searchJob.py:16:1: E302 expected 2 blank lines, found 1
./job/tests/test_searchJob.py:44:81: E501 line too long (130 > 80 characters)
./job/tests/test_searchJob.py:45:81: E501 line too long (130 > 80 characters)
./job/tests/test_searchJob.py:69:1: W293 blank line contains whitespace
./job/tests/test_searchJob.py:76:59: W291 trailing whitespace
./job/tests/test_searchJob.py:83:9: F841 local variable 'j1' is assigned to but never used
./job/tests/test_searchJob.py:84:9: F841 local variable 'j2' is assigned to but never used
./job/tests/test_searchJob.py:120:81: E501 line too long (83 > 80 characters)
./job/tests/test_searchJob.py:321:81: E501 line too long (89 > 80 characters)
./job/tests/test_services.py:9:81: E501 line too long (86 > 80 characters)
./job/tests/test_services.py:13:81: E501 line too long (140 > 80 characters)
./job/tests/test_services.py:14:81: E501 line too long (89 > 80 characters)
./job/tests/test_services.py:15:81: E501 line too long (124 > 80 characters)
./job/tests/test_services.py:155:81: E501 line too long (83 > 80 characters)
./job/tests/test_services.py:156:81: E501 line too long (91 > 80 characters)
./job/tests/test_services.py:164:81: E501 line too long (94 > 80 characters)
./job/tests/test_services.py:182:41: E127 continuation line over-indented for visual indent
./job/tests/test_model.py:51:81: E501 line too long (85 > 80 characters)
./job/tests/test_model.py:59:81: E501 line too long (85 > 80 characters)
./job/tests/test_model.py:60:9: F841 local variable 'created_job' is assigned to but never used
./job/tests/test_model.py:80:81: E501 line too long (85 > 80 characters)
./job/tests/test_model.py:91:81: E501 line too long (83 > 80 characters)
./job/tests/test_model.py:92:81: E501 line too long (87 > 80 characters)
./job/tests/test_model.py:102:81: E501 line too long (83 > 80 characters)
./job/tests/test_model.py:103:81: E501 line too long (87 > 80 characters)
./job/tests/test_model.py:113:81: E501 line too long (86 > 80 characters)
./job/tests/test_model.py:146:81: E501 line too long (85 > 80 characters)
./shift/models.py:50:1: E302 expected 2 blank lines, found 1
./shift/models.py:74:81: E501 line too long (93 > 80 characters)
./shift/models.py:87:8: E111 indentation is not a multiple of four
./shift/views.py:28:81: E501 line too long (482 > 80 characters)
./shift/views.py:80:25: W503 line break before binary operator
./shift/views.py:135:25: W503 line break before binary operator
./shift/views.py:191:81: E501 line too long (85 > 80 characters)
./shift/views.py:216:29: E123 closing bracket does not match indentation of opening bracket's line
./shift/views.py:219:31: E128 continuation line under-indented for visual indent
./shift/views.py:297:17: W503 line break before binary operator
./shift/views.py:374:81: E501 line too long (111 > 80 characters)
./shift/views.py:374:111: E502 the backslash is redundant between brackets
./shift/views.py:375:13: E129 visually indented line with same indent as next logical line
./shift/views.py:433:25: W503 line break before binary operator
./shift/views.py:434:30: E222 multiple spaces after operator
./shift/views.py:438:47: E128 continuation line under-indented for visual indent
./shift/views.py:441:81: E501 line too long (87 > 80 characters)
./shift/views.py:442:81: E501 line too long (83 > 80 characters)
./shift/views.py:449:81: E501 line too long (106 > 80 characters)
./shift/views.py:451:81: E501 line too long (83 > 80 characters)
./shift/views.py:495:81: E501 line too long (86 > 80 characters)
./shift/views.py:505:9: F841 local variable 'edit_request' is assigned to but never used
./shift/views.py:518:25: W503 line break before binary operator
./shift/views.py:523:41: E128 continuation line under-indented for visual indent
./shift/views.py:523:81: E501 line too long (86 > 80 characters)
./shift/views.py:524:43: E127 continuation line over-indented for visual indent
./shift/views.py:525:41: E124 closing bracket does not match visual indentation
./shift/views.py:527:81: E501 line too long (102 > 80 characters)
./shift/views.py:544:48: F821 undefined name 'volunteer_shift'
./shift/views.py:558:44: F821 undefined name 'volunteer_shift'
./shift/views.py:591:25: W503 line break before binary operator
./shift/views.py:681:81: E501 line too long (88 > 80 characters)
./shift/views.py:736:37: E123 closing bracket does not match indentation of opening bracket's line
./shift/views.py:739:40: E128 continuation line under-indented for visual indent
./shift/views.py:740:40: E128 continuation line under-indented for visual indent
./shift/views.py:742:81: E501 line too long (87 > 80 characters)
./shift/views.py:784:81: E501 line too long (81 > 80 characters)
./shift/views.py:786:46: E226 missing whitespace around arithmetic operator
./shift/urls.py:6:81: E501 line too long (278 > 80 characters)
./shift/urls.py:32:81: E501 line too long (99 > 80 characters)
./shift/services.py:11:1: F401 'organization.services.get_organization_by_name' imported but unused
./shift/services.py:11:1: F401 'organization.services.get_organizations_ordered_by_name' imported but unused
./shift/services.py:56:13: F841 local variable 'shift' is assigned to but never used
./shift/services.py:87:1: E302 expected 2 blank lines, found 1
./shift/services.py:110:17: E122 continuation line missing indentation or outdented
./shift/services.py:110:81: E501 line too long (82 > 80 characters)
./shift/services.py:111:17: E122 continuation line missing indentation or outdented
./shift/services.py:112:17: E122 continuation line missing indentation or outdented
./shift/services.py:113:17: E122 continuation line missing indentation or outdented
./shift/services.py:114:17: E122 continuation line missing indentation or outdented
./shift/services.py:115:17: E122 continuation line missing indentation or outdented
./shift/services.py:116:17: E122 continuation line missing indentation or outdented
./shift/services.py:117:17: E122 continuation line missing indentation or outdented
./shift/services.py:118:17: E122 continuation line missing indentation or outdented
./shift/services.py:119:17: E122 continuation line missing indentation or outdented
./shift/services.py:120:17: E122 continuation line missing indentation or outdented
./shift/services.py:121:17: E122 continuation line missing indentation or outdented
./shift/services.py:122:17: E122 continuation line missing indentation or outdented
./shift/services.py:303:1: E302 expected 2 blank lines, found 1
./shift/services.py:304:81: E501 line too long (120 > 80 characters)
./shift/services.py:304:85: E227 missing whitespace around bitwise or shift operator
./shift/services.py:304:120: E225 missing whitespace around operator
./shift/services.py:305:81: E501 line too long (117 > 80 characters)
./shift/services.py:318:47: E227 missing whitespace around bitwise or shift operator
./shift/services.py:318:81: E501 line too long (82 > 80 characters)
./shift/services.py:318:82: E225 missing whitespace around operator
./shift/services.py:354:78: E227 missing whitespace around bitwise or shift operator
./shift/services.py:354:81: E501 line too long (120 > 80 characters)
./shift/services.py:354:120: E225 missing whitespace around operator
./shift/services.py:355:49: E128 continuation line under-indented for visual indent
./shift/services.py:355:81: E501 line too long (129 > 80 characters)
./shift/utils.py:35:81: E501 line too long (93 > 80 characters)
./shift/utils.py:50:81: E501 line too long (95 > 80 characters)
./shift/utils.py:52:81: E501 line too long (95 > 80 characters)
./shift/utils.py:59:81: E501 line too long (84 > 80 characters)
./shift/utils.py:271:19: E251 unexpected spaces around keyword / parameter equals
./shift/utils.py:271:21: E251 unexpected spaces around keyword / parameter equals
./shift/utils.py:278:9: E123 closing bracket does not match indentation of opening bracket's line
./shift/utils.py:286:19: E251 unexpected spaces around keyword / parameter equals
./shift/utils.py:286:21: E251 unexpected spaces around keyword / parameter equals
./shift/utils.py:293:9: E123 closing bracket does not match indentation of opening bracket's line
./shift/utils.py:301:19: E251 unexpected spaces around keyword / parameter equals
./shift/utils.py:301:21: E251 unexpected spaces around keyword / parameter equals
./shift/utils.py:308:9: E123 closing bracket does not match indentation of opening bracket's line
./shift/utils.py:330:19: E251 unexpected spaces around keyword / parameter equals
./shift/utils.py:330:21: E251 unexpected spaces around keyword / parameter equals
./shift/utils.py:344:19: E251 unexpected spaces around keyword / parameter equals
./shift/utils.py:344:21: E251 unexpected spaces around keyword / parameter equals
./shift/utils.py:351:9: E123 closing bracket does not match indentation of opening bracket's line
./shift/forms.py:42:12: E121 continuation line under-indented for hanging indent
./shift/forms.py:43:15: E126 continuation line over-indented for hanging indent
./shift/tests/test_unit.py:10:81: E501 line too long (153 > 80 characters)
./shift/tests/test_unit.py:11:81: E501 line too long (120 > 80 characters)
./shift/tests/test_unit.py:12:81: E501 line too long (110 > 80 characters)
./shift/tests/test_unit.py:55:81: E501 line too long (85 > 80 characters)
./shift/tests/test_unit.py:178:9: F841 local variable 'shift' is assigned to but never used
./shift/tests/test_unit.py:226:81: E501 line too long (85 > 80 characters)
./shift/tests/test_unit.py:298:81: E501 line too long (91 > 80 characters)
./shift/tests/test_unit.py:299:81: E501 line too long (87 > 80 characters)
./shift/tests/test_unit.py:300:81: E501 line too long (94 > 80 characters)
./shift/tests/test_unit.py:301:81: E501 line too long (92 > 80 characters)
./shift/tests/test_unit.py:311:9: F841 local variable 'vol_shift' is assigned to but never used
./shift/tests/test_unit.py:314:81: E501 line too long (100 > 80 characters)
./shift/tests/test_unit.py:333:81: E501 line too long (91 > 80 characters)
./shift/tests/test_unit.py:334:81: E501 line too long (87 > 80 characters)
./shift/tests/test_unit.py:335:81: E501 line too long (94 > 80 characters)
./shift/tests/test_unit.py:336:81: E501 line too long (92 > 80 characters)
./shift/tests/test_unit.py:352:81: E501 line too long (91 > 80 characters)
./shift/tests/test_unit.py:353:81: E501 line too long (87 > 80 characters)
./shift/tests/test_unit.py:359:5: E303 too many blank lines (2)
./shift/tests/test_unit.py:375:81: E501 line too long (91 > 80 characters)
./shift/tests/test_unit.py:376:81: E501 line too long (87 > 80 characters)
./shift/tests/test_unit.py:377:81: E501 line too long (94 > 80 characters)
./shift/tests/test_unit.py:378:81: E501 line too long (92 > 80 characters)
./shift/tests/test_unit.py:384:81: E501 line too long (106 > 80 characters)
./shift/tests/test_unit.py:402:81: E501 line too long (91 > 80 characters)
./shift/tests/test_unit.py:403:81: E501 line too long (87 > 80 characters)
./shift/tests/test_unit.py:404:81: E501 line too long (99 > 80 characters)
./shift/tests/test_unit.py:405:81: E501 line too long (94 > 80 characters)
./shift/tests/test_unit.py:406:81: E501 line too long (92 > 80 characters)
./shift/tests/test_unit.py:407:81: E501 line too long (84 > 80 characters)
./shift/tests/test_unit.py:408:81: E501 line too long (98 > 80 characters)
./shift/tests/test_unit.py:422:9: F841 local variable 'vol_shift' is assigned to but never used
./shift/tests/test_unit.py:465:81: E501 line too long (85 > 80 characters)
./shift/tests/test_unit.py:508:81: E501 line too long (83 > 80 characters)
./shift/tests/test_unit.py:524:81: E501 line too long (88 > 80 characters)
./shift/tests/test_unit.py:527:81: E501 line too long (132 > 80 characters)
./shift/tests/test_unit.py:528:81: E501 line too long (130 > 80 characters)
./shift/tests/test_unit.py:529:81: E501 line too long (129 > 80 characters)
./shift/tests/test_unit.py:530:81: E501 line too long (125 > 80 characters)
./shift/tests/test_unit.py:547:26: E222 multiple spaces after operator
./shift/tests/test_unit.py:549:81: E501 line too long (88 > 80 characters)
./shift/tests/test_unit.py:552:81: E501 line too long (132 > 80 characters)
./shift/tests/test_unit.py:553:81: E501 line too long (130 > 80 characters)
./shift/tests/test_unit.py:554:81: E501 line too long (129 > 80 characters)
./shift/tests/test_unit.py:555:81: E501 line too long (125 > 80 characters)
./shift/tests/test_unit.py:573:81: E501 line too long (88 > 80 characters)
./shift/tests/test_unit.py:576:81: E501 line too long (129 > 80 characters)
./shift/tests/test_unit.py:577:81: E501 line too long (125 > 80 characters)
./shift/tests/test_unit.py:580:81: E501 line too long (91 > 80 characters)
./shift/tests/test_unit.py:581:81: E501 line too long (90 > 80 characters)
./shift/tests/test_unit.py:597:81: E501 line too long (88 > 80 characters)
./shift/tests/test_unit.py:600:81: E501 line too long (132 > 80 characters)
./shift/tests/test_unit.py:601:81: E501 line too long (130 > 80 characters)
./shift/tests/test_unit.py:602:81: E501 line too long (129 > 80 characters)
./shift/tests/test_unit.py:603:81: E501 line too long (125 > 80 characters)
./shift/tests/test_unit.py:624:81: E501 line too long (88 > 80 characters)
./shift/tests/test_unit.py:627:81: E501 line too long (85 > 80 characters)
./shift/tests/test_unit.py:646:81: E501 line too long (85 > 80 characters)
./shift/tests/test_unit.py:662:14: E131 continuation line unaligned for hanging indent
./shift/tests/test_unit.py:686:21: E225 missing whitespace around operator
./shift/tests/test_unit.py:689:81: E501 line too long (132 > 80 characters)
./shift/tests/test_unit.py:690:81: E501 line too long (128 > 80 characters)
./shift/tests/test_unit.py:691:81: E501 line too long (126 > 80 characters)
./shift/tests/test_unit.py:692:81: E501 line too long (88 > 80 characters)
./shift/tests/test_unit.py:693:81: E501 line too long (86 > 80 characters)
./shift/tests/test_unit.py:708:21: E225 missing whitespace around operator
./shift/tests/test_unit.py:711:81: E501 line too long (132 > 80 characters)
./shift/tests/test_unit.py:712:81: E501 line too long (128 > 80 characters)
./shift/tests/test_unit.py:713:81: E501 line too long (88 > 80 characters)
./shift/tests/test_unit.py:714:81: E501 line too long (86 > 80 characters)
./shift/tests/test_unit.py:716:81: E501 line too long (126 > 80 characters)
./shift/tests/test_unit.py:732:21: E225 missing whitespace around operator
./shift/tests/test_unit.py:734:81: E501 line too long (132 > 80 characters)
./shift/tests/test_unit.py:735:81: E501 line too long (128 > 80 characters)
./shift/tests/test_unit.py:739:81: E501 line too long (84 > 80 characters)
./shift/tests/test_unit.py:752:21: E225 missing whitespace around operator
./shift/tests/test_unit.py:754:81: E501 line too long (132 > 80 characters)
./shift/tests/test_unit.py:755:81: E501 line too long (128 > 80 characters)
./shift/tests/test_unit.py:756:81: E501 line too long (126 > 80 characters)
./shift/tests/test_unit.py:757:81: E501 line too long (88 > 80 characters)
./shift/tests/test_unit.py:758:81: E501 line too long (86 > 80 characters)
./shift/tests/test_unit.py:776:21: E225 missing whitespace around operator
./shift/tests/test_shiftDetails.py:14:81: E501 line too long (108 > 80 characters)
./shift/tests/test_shiftDetails.py:15:81: E501 line too long (113 > 80 characters)
./shift/tests/test_shiftDetails.py:132:81: E501 line too long (85 > 80 characters)
./shift/tests/test_shiftDetails.py:143:9: F841 local variable 'volunteer_shift' is assigned to but never used
./shift/tests/test_shiftDetails.py:156:81: E501 line too long (86 > 80 characters)
./shift/tests/test_shiftDetails.py:157:81: E501 line too long (104 > 80 characters)
./shift/tests/test_shiftDetails.py:158:81: E501 line too long (105 > 80 characters)
./shift/tests/test_shiftDetails.py:180:81: E501 line too long (104 > 80 characters)
./shift/tests/test_shiftDetails.py:184:81: E501 line too long (82 > 80 characters)
./shift/tests/test_viewVolunteerShift.py:19:81: E501 line too long (133 > 80 characters)
./shift/tests/test_viewVolunteerShift.py:20:81: E501 line too long (110 > 80 characters)
./shift/tests/test_viewVolunteerShift.py:21:81: E501 line too long (93 > 80 characters)
./shift/tests/test_viewVolunteerShift.py:22:81: E501 line too long (109 > 80 characters)
./shift/tests/test_viewVolunteerShift.py:103:9: F841 local variable 'registered_shift' is assigned to but never used
./shift/tests/test_viewVolunteerShift.py:103:81: E501 line too long (87 > 80 characters)
./shift/tests/test_viewVolunteerShift.py:125:81: E501 line too long (83 > 80 characters)
./shift/tests/test_viewVolunteerShift.py:126:81: E501 line too long (82 > 80 characters)
./shift/tests/test_viewVolunteerShift.py:134:81: E501 line too long (98 > 80 characters)
./shift/tests/test_viewVolunteerShift.py:179:81: E501 line too long (82 > 80 characters)
./shift/tests/test_viewVolunteerShift.py:193:81: E501 line too long (82 > 80 characters)
./shift/tests/test_manageVolunteerShift.py:20:81: E501 line too long (94 > 80 characters)
./shift/tests/test_manageVolunteerShift.py:21:81: E501 line too long (119 > 80 characters)
./shift/tests/test_manageVolunteerShift.py:22:81: E501 line too long (106 > 80 characters)
./shift/tests/test_manageVolunteerShift.py:169:9: F841 local variable 'volunteer_1' is assigned to but never used
./shift/tests/test_manageVolunteerShift.py:172:9: F841 local variable 'shift_1' is assigned to but never used
./shift/tests/test_manageVolunteerShift.py:185:81: E501 line too long (81 > 80 characters)
./shift/tests/test_manageVolunteerShift.py:224:9: F841 local variable 'volunteer_1' is assigned to but never used
./shift/tests/test_manageVolunteerShift.py:237:81: E501 line too long (82 > 80 characters)
./shift/tests/test_manageVolunteerShift.py:243:9: F841 local variable 'volunteer_1' is assigned to but never used
./shift/tests/test_manageVolunteerShift.py:267:9: F841 local variable 'volunteer_1' is assigned to but never used
./shift/tests/test_manageVolunteerShift.py:271:9: F841 local variable 'event_1' is assigned to but never used
./shift/tests/test_manageVolunteerShift.py:285:81: E501 line too long (82 > 80 characters)
./shift/tests/test_manageVolunteerShift.py:292:9: F841 local variable 'volunteer_1' is assigned to but never used
./shift/tests/test_manageVolunteerShift.py:299:81: E501 line too long (82 > 80 characters)
./shift/tests/test_manageVolunteerShift.py:300:9: F841 local variable 'job_1' is assigned to but never used
./shift/tests/test_manageVolunteerShift.py:315:81: E501 line too long (93 > 80 characters)
./shift/tests/test_manageVolunteerShift.py:325:9: F841 local variable 'shift_1' is assigned to but never used
./shift/tests/test_manageVolunteerShift.py:357:81: E501 line too long (99 > 80 characters)
./shift/tests/test_manageVolunteerShift.py:372:9: F841 local variable 'volunteer_1' is assigned to but never used
./shift/tests/test_manageVolunteerShift.py:389:9: F841 local variable 'shift_1' is assigned to but never used
./shift/tests/test_manageVolunteerShift.py:447:9: F841 local variable 'shift_1' is assigned to but never used
./shift/tests/test_manageVolunteerShift.py:501:31: E127 continuation line over-indented for visual indent
./shift/tests/test_manageVolunteerShift.py:534:81: E501 line too long (91 > 80 characters)
./shift/tests/test_manageVolunteerShift.py:535:81: E501 line too long (125 > 80 characters)
./shift/tests/test_manageVolunteerShift.py:553:9: F841 local variable 'edit_request' is assigned to but never used
./shift/tests/test_manageVolunteerShift.py:553:81: E501 line too long (91 > 80 characters)
./shift/tests/test_manageVolunteerShift.py:556:81: E501 line too long (93 > 80 characters)
./shift/tests/test_manageVolunteerShift.py:575:9: F841 local variable 'logged_shift' is assigned to but never used
./shift/tests/test_manageVolunteerShift.py:584:81: E501 line too long (87 > 80 characters)
./shift/tests/test_manageVolunteerShift.py:587:81: E501 line too long (127 > 80 characters)
./shift/tests/test_manageVolunteerShift.py:591:81: E501 line too long (99 > 80 characters)
./shift/tests/test_manageVolunteerShift.py:598:9: F841 local variable 'volunteer_1' is assigned to but never used
./shift/tests/test_manageVolunteerShift.py:601:9: F841 local variable 'shift_1' is assigned to but never used
./shift/tests/test_manageVolunteerShift.py:633:58: E231 missing whitespace after ','
./shift/tests/test_manageVolunteerShift.py:633:81: E501 line too long (88 > 80 characters)
./shift/tests/test_shiftHours.py:15:81: E501 line too long (86 > 80 characters)
./shift/tests/test_shiftHours.py:90:9: F841 local variable 'registered_shift' is assigned to but never used
./shift/tests/test_shiftHours.py:90:81: E501 line too long (87 > 80 characters)
./shift/tests/test_shiftHours.py:115:81: E501 line too long (84 > 80 characters)
./shift/tests/test_shiftHours.py:116:81: E501 line too long (85 > 80 characters)
./shift/tests/test_shiftHours.py:117:26: W503 line break before binary operator
./shift/tests/test_shiftHours.py:118:9: E124 closing bracket does not match visual indentation
./shift/tests/test_shiftHours.py:130:81: E501 line too long (84 > 80 characters)
./shift/tests/test_shiftHours.py:131:81: E501 line too long (85 > 80 characters)
./shift/tests/test_shiftHours.py:132:26: W503 line break before binary operator
./shift/tests/test_shiftHours.py:133:9: E124 closing bracket does not match visual indentation
./shift/tests/test_shiftHours.py:146:81: E501 line too long (87 > 80 characters)
./shift/tests/test_shiftHours.py:147:81: E501 line too long (89 > 80 characters)
./shift/tests/test_shiftHours.py:148:81: E501 line too long (89 > 80 characters)
./shift/tests/test_shiftHours.py:149:81: E501 line too long (87 > 80 characters)
./shift/tests/test_shiftHours.py:179:81: E501 line too long (88 > 80 characters)
./shift/tests/test_shiftHours.py:180:81: E501 line too long (85 > 80 characters)
./shift/tests/test_shiftHours.py:181:81: E501 line too long (85 > 80 characters)
./shift/tests/test_shiftHours.py:194:81: E501 line too long (97 > 80 characters)
./shift/tests/test_shiftHours.py:194:96: E202 whitespace before ')'
./shift/tests/test_services.py:14:81: E501 line too long (110 > 80 characters)
./shift/tests/test_services.py:18:81: E501 line too long (86 > 80 characters)
./shift/tests/test_services.py:21:81: E501 line too long (86 > 80 characters)
./shift/tests/test_services.py:22:25: E128 continuation line under-indented for visual indent
./shift/tests/test_services.py:22:81: E501 line too long (102 > 80 characters)
./shift/tests/test_services.py:23:25: E128 continuation line under-indented for visual indent
./shift/tests/test_services.py:23:81: E501 line too long (110 > 80 characters)
./shift/tests/test_services.py:24:25: E128 continuation line under-indented for visual indent
./shift/tests/test_services.py:25:25: E128 continuation line under-indented for visual indent
./shift/tests/test_services.py:25:81: E501 line too long (125 > 80 characters)
./shift/tests/test_services.py:239:9: E303 too many blank lines (2)
./shift/tests/test_services.py:252:81: E501 line too long (103 > 80 characters)
./shift/tests/test_services.py:255:81: E501 line too long (103 > 80 characters)
./shift/tests/test_services.py:319:81: E501 line too long (93 > 80 characters)
./shift/tests/test_services.py:320:41: E128 continuation line under-indented for visual indent
./shift/tests/test_services.py:323:81: E501 line too long (93 > 80 characters)
./shift/tests/test_services.py:324:41: E128 continuation line under-indented for visual indent
./shift/tests/test_services.py:631:9: F841 local variable 'start_time' is assigned to but never used
./shift/tests/test_services.py:632:9: F841 local variable 'end_time' is assigned to but never used
./shift/tests/test_services.py:865:14: E131 continuation line unaligned for hanging indent
./shift/tests/test_services.py:948:14: E131 continuation line unaligned for hanging indent
./pom/locators/eventSignUpPageLocators.py:15:5: E303 too many blank lines (2)
./pom/locators/eventSignUpPageLocators.py:24:5: E303 too many blank lines (2)
./pom/locators/eventSignUpPageLocators.py:33:5: E303 too many blank lines (2)
./pom/pages/administratorReportPage.py:2:1: F401 'selenium.webdriver.support.ui.Select' imported but unused
./pom/pages/administratorReportPage.py:6:81: E501 line too long (88 > 80 characters)
./pom/pages/administratorReportPage.py:10:1: E302 expected 2 blank lines, found 1
./pom/pages/administratorReportPage.py:14:5: E303 too many blank lines (2)
./pom/pages/administratorReportPage.py:43:10: E111 indentation is not a multiple of four
./pom/pages/eventSearchPage.py:9:1: E302 expected 2 blank lines, found 1
./pom/pages/volunteerProfilePage.py:3:81: E501 line too long (82 > 80 characters)
./pom/pages/volunteerProfilePage.py:6:1: E302 expected 2 blank lines, found 1
./pom/pages/adminRegistrationPage.py:3:81: E501 line too long (84 > 80 characters)
./pom/pages/adminRegistrationPage.py:15:81: E501 line too long (89 > 80 characters)
./pom/pages/adminRegistrationPage.py:106:81: E501 line too long (87 > 80 characters)
./pom/pages/adminRegistrationPage.py:107:81: E501 line too long (94 > 80 characters)
./pom/pages/volunteerReportPage.py:10:1: E302 expected 2 blank lines, found 1
./pom/pages/volunteerSearchPage.py:51:10: E111 indentation is not a multiple of four
./pom/pages/volunteerSearchPage.py:54:10: E111 indentation is not a multiple of four
./pom/pages/authenticationPage.py:41:63: W291 trailing whitespace
./pom/pages/authenticationPage.py:43:38: W291 trailing whitespace
./pom/pages/manageShiftPage.py:15:81: E501 line too long (84 > 80 characters)
./pom/pages/manageShiftPage.py:75:81: E501 line too long (84 > 80 characters)
./pom/pages/jobSearchPage.py:9:1: E302 expected 2 blank lines, found 1
./pom/pages/eventSignUpPage.py:61:81: E501 line too long (85 > 80 characters)
./pom/pages/eventSignUpPage.py:62:81: E501 line too long (83 > 80 characters)
./pom/pages/eventSignUpPage.py:63:81: E501 line too long (81 > 80 characters)
./pom/pages/eventSignUpPage.py:66:81: E501 line too long (81 > 80 characters)
./pom/pages/eventSignUpPage.py:76:81: E501 line too long (83 > 80 characters)
./pom/pages/eventSignUpPage.py:77:81: E501 line too long (87 > 80 characters)
./pom/pages/eventSignUpPage.py:78:81: E501 line too long (85 > 80 characters)
./pom/pages/eventsPage.py:39:81: E501 line too long (81 > 80 characters)
./pom/pages/eventsPage.py:42:81: E501 line too long (82 > 80 characters)
./pom/pages/eventsPage.py:68:81: E501 line too long (81 > 80 characters)
./pom/pages/eventsPage.py:70:81: E501 line too long (84 > 80 characters)
./pom/pages/eventsPage.py:72:81: E501 line too long (82 > 80 characters)
./pom/pages/eventsPage.py:106:37: W291 trailing whitespace
./pom/pages/eventsPage.py:224:81: E501 line too long (89 > 80 characters)
./pom/pages/eventsPage.py:227:81: E501 line too long (82 > 80 characters)
./pom/pages/eventsPage.py:284:81: E501 line too long (81 > 80 characters)
./pom/pages/homePage.py:63:81: E501 line too long (83 > 80 characters)
./pom/pages/homePage.py:71:81: E501 line too long (81 > 80 characters)
./pom/pages/basePage.py:2:81: E501 line too long (83 > 80 characters)
./pom/pages/basePage.py:7:81: E501 line too long (124 > 80 characters)
./pom/pages/basePage.py:10:5: E303 too many blank lines (2)
./pom/pages/jobDetailsPage.py:73:81: E501 line too long (97 > 80 characters)
./pom/pages/volunteerRegistrationPage.py:3:81: E501 line too long (92 > 80 characters)
./pom/pages/volunteerRegistrationPage.py:16:81: E501 line too long (89 > 80 characters)
./pom/pages/volunteerRegistrationPage.py:77:5: E303 too many blank lines (2)
./pom/pages/shiftDetailsPage.py:3:75: W291 trailing whitespace
./pom/pages/completedShiftsPage.py:50:81: E501 line too long (81 > 80 characters)
./pom/pages/completedShiftsPage.py:53:81: E501 line too long (82 > 80 characters)
./pom/pages/completedShiftsPage.py:56:81: E501 line too long (82 > 80 characters)
./event/models.py:15:9: E123 closing bracket does not match indentation of opening bracket's line
./event/views.py:28:81: E501 line too long (90 > 80 characters)
./event/views.py:122:81: E501 line too long (84 > 80 characters)
./event/views.py:157:16: E222 multiple spaces after operator
./event/views.py:241:81: E501 line too long (100 > 80 characters)
./event/views.py:260:81: E501 line too long (111 > 80 characters)
./event/views.py:285:1: E302 expected 2 blank lines, found 1
./event/views.py:300:81: E501 line too long (81 > 80 characters)
./event/views.py:315:81: E501 line too long (90 > 80 characters)
./event/views.py:316:81: E501 line too long (82 > 80 characters)
./event/views.py:324:81: E501 line too long (94 > 80 characters)
./event/views.py:328:14: E111 indentation is not a multiple of four
./event/views.py:329:14: E111 indentation is not a multiple of four
./event/views.py:330:14: E111 indentation is not a multiple of four
./event/views.py:331:14: E111 indentation is not a multiple of four
./event/views.py:332:14: E111 indentation is not a multiple of four
./event/views.py:333:14: E111 indentation is not a multiple of four
./event/views.py:334:14: E111 indentation is not a multiple of four
./event/views.py:335:14: E111 indentation is not a multiple of four
./event/urls.py:14:81: E501 line too long (83 > 80 characters)
./event/urls.py:20:81: E501 line too long (84 > 80 characters)
./event/services.py:8:81: E501 line too long (95 > 80 characters)
./event/services.py:64:81: E501 line too long (84 > 80 characters)
./event/services.py:78:25: W503 line break before binary operator
./event/services.py:170:81: E501 line too long (91 > 80 characters)
./event/forms.py:29:1: E302 expected 2 blank lines, found 1
./event/forms.py:31:7: E121 continuation line under-indented for hanging indent
./event/forms.py:31:81: E501 line too long (97 > 80 characters)
./event/tests/test_api.py:10:81: E501 line too long (156 > 80 characters)
./event/tests/test_api.py:31:19: E128 continuation line under-indented for visual indent
./event/tests/test_api.py:32:19: E128 continuation line under-indented for visual indent
./event/tests/test_api.py:33:19: E128 continuation line under-indented for visual indent
./event/tests/test_api.py:34:19: E128 continuation line under-indented for visual indent
./event/tests/test_api.py:35:19: E128 continuation line under-indented for visual indent
./event/tests/test_api.py:36:19: E128 continuation line under-indented for visual indent
./event/tests/test_api.py:37:19: E128 continuation line under-indented for visual indent
./event/tests/test_api.py:38:19: E128 continuation line under-indented for visual indent
./event/tests/test_api.py:52:20: E128 continuation line under-indented for visual indent
./event/tests/test_api.py:53:20: E128 continuation line under-indented for visual indent
./event/tests/test_api.py:54:20: E128 continuation line under-indented for visual indent
./event/tests/test_api.py:55:20: E128 continuation line under-indented for visual indent
./event/tests/test_api.py:56:20: E128 continuation line under-indented for visual indent
./event/tests/test_api.py:57:20: E128 continuation line under-indented for visual indent
./event/tests/test_api.py:58:20: E128 continuation line under-indented for visual indent
./event/tests/test_api.py:59:20: E128 continuation line under-indented for visual indent
./event/tests/test_api.py:65:81: E501 line too long (108 > 80 characters)
./event/tests/test_api.py:68:81: E501 line too long (82 > 80 characters)
./event/tests/test_api.py:72:81: E501 line too long (82 > 80 characters)
./event/tests/test_services.py:9:81: E501 line too long (89 > 80 characters)
./event/tests/test_services.py:12:81: E501 line too long (94 > 80 characters)
./event/tests/test_services.py:13:50: E241 multiple spaces after ','
./event/tests/test_services.py:13:81: E501 line too long (115 > 80 characters)
./event/tests/test_services.py:253:81: E501 line too long (84 > 80 characters)
./event/tests/test_services.py:254:81: E501 line too long (92 > 80 characters)
./event/tests/test_services.py:262:81: E501 line too long (88 > 80 characters)
./event/tests/test_services.py:271:81: E501 line too long (82 > 80 characters)
./event/tests/test_services.py:278:81: E501 line too long (82 > 80 characters)
./event/tests/test_services.py:279:41: E127 continuation line over-indented for visual indent
./event/tests/test_services.py:285:1: E302 expected 2 blank lines, found 1
./event/tests/test_services.py:375:81: E501 line too long (127 > 80 characters)
./event/tests/test_shiftSignUp.py:15:81: E501 line too long (102 > 80 characters)
./event/tests/test_shiftSignUp.py:16:81: E501 line too long (100 > 80 characters)
./event/tests/test_shiftSignUp.py:86:81: E501 line too long (89 > 80 characters)
./event/tests/test_shiftSignUp.py:92:9: F841 local variable 'registered_event' is assigned to but never used
./event/tests/test_shiftSignUp.py:93:9: F841 local variable 'registered_job' is assigned to but never used
./event/tests/test_shiftSignUp.py:94:9: F841 local variable 'registered_shift' is assigned to but never used
./event/tests/test_shiftSignUp.py:116:81: E501 line too long (84 > 80 characters)
./event/tests/test_shiftSignUp.py:126:9: F841 local variable 'registered_event' is assigned to but never used
./event/tests/test_shiftSignUp.py:127:9: F841 local variable 'registered_job' is assigned to but never used
./event/tests/test_shiftSignUp.py:128:9: F841 local variable 'registered_shift' is assigned to but never used
./event/tests/test_shiftSignUp.py:155:81: E501 line too long (89 > 80 characters)
./event/tests/test_shiftSignUp.py:164:9: F841 local variable 'registered_event' is assigned to but never used
./event/tests/test_shiftSignUp.py:170:81: E501 line too long (89 > 80 characters)
./event/tests/test_shiftSignUp.py:176:9: F841 local variable 'registered_job' is assigned to but never used
./event/tests/test_shiftSignUp.py:178:81: E501 line too long (89 > 80 characters)
./event/tests/test_shiftSignUp.py:187:9: F841 local variable 'registered_event' is assigned to but never used
./event/tests/test_shiftSignUp.py:188:9: F841 local variable 'registered_job' is assigned to but never used
./event/tests/test_shiftSignUp.py:192:81: E501 line too long (81 > 80 characters)
./event/tests/test_shiftSignUp.py:193:9: F841 local variable 'created_shift' is assigned to but never used
./event/tests/test_shiftSignUp.py:204:81: E501 line too long (85 > 80 characters)
./event/tests/test_shiftSignUp.py:210:9: F841 local variable 'registered_event' is assigned to but never used
./event/tests/test_shiftSignUp.py:211:9: F841 local variable 'registered_job' is assigned to but never used
./event/tests/test_shiftSignUp.py:216:81: E501 line too long (81 > 80 characters)
./event/tests/test_shiftSignUp.py:226:81: E501 line too long (111 > 80 characters)
./event/tests/test_shiftSignUp.py:231:9: F841 local variable 'registered_vol_shift' is assigned to but never used
./event/tests/test_shiftSignUp.py:237:81: E501 line too long (89 > 80 characters)
./event/tests/test_model.py:74:81: E501 line too long (96 > 80 characters)
./event/tests/test_model.py:80:81: E501 line too long (83 > 80 characters)
./event/tests/test_model.py:83:81: E501 line too long (98 > 80 characters)
./event/tests/test_model.py:89:81: E501 line too long (83 > 80 characters)
./event/tests/test_model.py:92:81: E501 line too long (98 > 80 characters)
./event/tests/test_searchEvent.py:14:81: E501 line too long (108 > 80 characters)
./event/tests/test_searchEvent.py:15:25: E128 continuation line under-indented for visual indent
./event/tests/test_searchEvent.py:15:81: E501 line too long (106 > 80 characters)
./event/tests/test_searchEvent.py:91:81: E501 line too long (83 > 80 characters)
./event/tests/test_searchEvent.py:105:9: F841 local variable 'event_1' is assigned to but never used
./event/tests/test_searchEvent.py:110:9: F841 local variable 'event_2' is assigned to but never used
./event/tests/test_searchEvent.py:112:81: E501 line too long (118 > 80 characters)
./event/tests/test_searchEvent.py:113:81: E501 line too long (119 > 80 characters)
./event/tests/test_searchEvent.py:163:9: F841 local variable 'event_1' is assigned to but never used
./event/tests/test_searchEvent.py:169:9: F841 local variable 'event_2' is assigned to but never used
./event/tests/test_searchEvent.py:171:81: E501 line too long (118 > 80 characters)
./event/tests/test_searchEvent.py:172:81: E501 line too long (119 > 80 characters)
./event/tests/test_searchEvent.py:228:81: E501 line too long (118 > 80 characters)
./event/tests/test_searchEvent.py:229:81: E501 line too long (119 > 80 characters)
./event/tests/test_searchEvent.py:287:81: E501 line too long (118 > 80 characters)
./event/tests/test_searchEvent.py:288:81: E501 line too long (119 > 80 characters)
./event/tests/test_searchEvent.py:344:81: E501 line too long (118 > 80 characters)
./event/tests/test_searchEvent.py:345:81: E501 line too long (119 > 80 characters)
./event/tests/test_searchEvent.py:378:5: E303 too many blank lines (2)
./event/tests/test_searchEvent.py:393:81: E501 line too long (118 > 80 characters)
./event/tests/test_searchEvent.py:394:81: E501 line too long (119 > 80 characters)
./event/tests/test_searchEvent.py:397:81: E501 line too long (82 > 80 characters)
./event/tests/test_searchEvent.py:398:9: F841 local variable 'job_1' is assigned to but never used
./event/tests/test_searchEvent.py:400:81: E501 line too long (84 > 80 characters)
./event/tests/test_searchEvent.py:401:9: F841 local variable 'job_2' is assigned to but never used
./event/tests/test_searchEvent.py:414:81: E501 line too long (120 > 80 characters)
./event/tests/test_searchEvent.py:433:9: E303 too many blank lines (2)
./event/tests/test_searchEvent.py:447:9: F841 local variable 'job_2' is assigned to but never used
./event/tests/test_searchEvent.py:450:9: E303 too many blank lines (2)
./event/tests/test_searchEvent.py:450:81: E501 line too long (118 > 80 characters)
./event/tests/test_searchEvent.py:451:9: F841 local variable 'expected_result_two' is assigned to but never used
./event/tests/test_searchEvent.py:451:81: E501 line too long (119 > 80 characters)
./event/tests/test_event.py:70:81: E501 line too long (88 > 80 characters)
./event/tests/test_event.py:79:81: E501 line too long (102 > 80 characters)
./event/tests/test_event.py:80:81: E501 line too long (108 > 80 characters)
./event/tests/test_event.py:81:81: E501 line too long (106 > 80 characters)
./event/tests/test_event.py:113:81: E501 line too long (81 > 80 characters)
./event/tests/test_event.py:114:81: E501 line too long (84 > 80 characters)
./event/tests/test_event.py:115:81: E501 line too long (82 > 80 characters)
./event/tests/test_event.py:119:81: E501 line too long (109 > 80 characters)
./event/tests/test_event.py:125:81: E501 line too long (81 > 80 characters)
./event/tests/test_event.py:126:81: E501 line too long (84 > 80 characters)
./event/tests/test_event.py:127:81: E501 line too long (82 > 80 characters)
./event/tests/test_event.py:128:81: E501 line too long (89 > 80 characters)
./event/tests/test_event.py:141:81: E501 line too long (81 > 80 characters)
./event/tests/test_event.py:142:81: E501 line too long (84 > 80 characters)
./event/tests/test_event.py:143:81: E501 line too long (82 > 80 characters)
./event/tests/test_event.py:165:9: F841 local variable 'registered_event' is assigned to but never used
./event/tests/test_event.py:180:9: F841 local variable 'registered_event' is assigned to but never used
./event/tests/test_event.py:191:81: E501 line too long (84 > 80 characters)
./event/tests/test_event.py:192:81: E501 line too long (82 > 80 characters)
./event/tests/test_event.py:198:9: F841 local variable 'registered_event' is assigned to but never used
./event/tests/test_event.py:203:81: E501 line too long (88 > 80 characters)
./event/tests/test_event.py:205:81: E501 line too long (83 > 80 characters)
./vms/settings.py:114:35: E231 missing whitespace after ','
./vms/settings.py:136:1: E265 block comment should start with '# '
./vms/settings.py:139:34: E231 missing whitespace after ','
./vms/settings.py:140:34: E231 missing whitespace after ','
./home/tests/test_functional.py:135:81: E501 line too long (81 > 80 characters)
./home/tests/test_functional.py:136:81: E501 line too long (81 > 80 characters)
./home/tests/test_functional.py:137:81: E501 line too long (82 > 80 characters)
./home/tests/test_functional.py:314:81: E501 line too long (82 > 80 characters)
./home/tests/test_functional.py:320:81: E501 line too long (91 > 80 characters)
./home/tests/test_functional.py:324:81: E501 line too long (94 > 80 characters)
./home/tests/test_functional.py:326:81: E501 line too long (85 > 80 characters)
./home/tests/test_functional.py:330:81: E501 line too long (83 > 80 characters)
./home/tests/test_functional.py:336:81: E501 line too long (85 > 80 characters)
./home/tests/test_functional.py:338:81: E501 line too long (81 > 80 characters)
./home/tests/test_functional.py:340:81: E501 line too long (89 > 80 characters)
./home/tests/test_functional.py:366:81: E501 line too long (88 > 80 characters)
./home/tests/test_functional.py:367:81: E501 line too long (91 > 80 characters)
./home/tests/test_functional.py:370:81: E501 line too long (86 > 80 characters)
./home/tests/test_functional.py:371:81: E501 line too long (88 > 80 characters)
./home/tests/test_functional.py:374:81: E501 line too long (83 > 80 characters)
./home/tests/test_functional.py:375:81: E501 line too long (89 > 80 characters)
./home/tests/test_functional.py:378:81: E501 line too long (81 > 80 characters)
./home/tests/test_functional.py:380:81: E501 line too long (99 > 80 characters)
./home/tests/test_functional.py:382:81: E501 line too long (83 > 80 characters)
./home/tests/test_functional.py:384:81: E501 line too long (100 > 80 characters)
./home/tests/test_functional.py:386:81: E501 line too long (89 > 80 characters)
./administrator/models.py:4:1: F401 'django.conf.settings' imported but unused
./administrator/models.py:35:81: E501 line too long (110 > 80 characters)
./administrator/views.py:15:1: F401 'django.views.generic.View' imported but unused
./administrator/views.py:22:1: F401 'administrator.forms.ReportForm' imported but unused
./administrator/views.py:25:1: F401 'event.services.get_events_ordered_by_name' imported but unused
./administrator/views.py:26:1: F401 'job.services.get_jobs_ordered_by_title' imported but unused
./administrator/views.py:29:81: E501 line too long (112 > 80 characters)
./administrator/views.py:31:1: E302 expected 2 blank lines, found 1
./administrator/views.py:32:4: E111 indentation is not a multiple of four
./administrator/views.py:37:4: E111 indentation is not a multiple of four
./administrator/views.py:39:4: E111 indentation is not a multiple of four
./administrator/views.py:40:7: E111 indentation is not a multiple of four
./administrator/views.py:45:7: E111 indentation is not a multiple of four
./administrator/views.py:46:7: E111 indentation is not a multiple of four
./administrator/views.py:48:1: E302 expected 2 blank lines, found 1
./administrator/views.py:49:4: E111 indentation is not a multiple of four
./administrator/views.py:55:4: E111 indentation is not a multiple of four
./administrator/views.py:56:4: E111 indentation is not a multiple of four
./administrator/views.py:57:4: E111 indentation is not a multiple of four
./administrator/views.py:58:4: E111 indentation is not a multiple of four
./administrator/views.py:59:4: E111 indentation is not a multiple of four
./administrator/views.py:60:4: E111 indentation is not a multiple of four
./administrator/views.py:62:31: E122 continuation line missing indentation or outdented
./administrator/views.py:63:31: E122 continuation line missing indentation or outdented
./administrator/views.py:65:4: E111 indentation is not a multiple of four
./administrator/views.py:65:81: E501 line too long (86 > 80 characters)
./administrator/views.py:66:4: E111 indentation is not a multiple of four
./administrator/views.py:68:1: E302 expected 2 blank lines, found 1
./administrator/views.py:69:4: E111 indentation is not a multiple of four
./administrator/views.py:75:4: E111 indentation is not a multiple of four
./administrator/views.py:76:4: E111 indentation is not a multiple of four
./administrator/views.py:77:4: E111 indentation is not a multiple of four
./administrator/views.py:78:4: E111 indentation is not a multiple of four
./administrator/views.py:79:4: E111 indentation is not a multiple of four
./administrator/views.py:80:4: E111 indentation is not a multiple of four
./administrator/views.py:81:4: E111 indentation is not a multiple of four
./administrator/views.py:82:4: E111 indentation is not a multiple of four
./administrator/views.py:83:9: E128 continuation line under-indented for visual indent
./administrator/views.py:84:8: E128 continuation line under-indented for visual indent
./administrator/views.py:85:8: E128 continuation line under-indented for visual indent
./administrator/views.py:85:34: E231 missing whitespace after ','
./administrator/views.py:87:4: E111 indentation is not a multiple of four
./administrator/views.py:89:31: E122 continuation line missing indentation or outdented
./administrator/views.py:90:31: E122 continuation line missing indentation or outdented
./administrator/views.py:92:4: E111 indentation is not a multiple of four
./administrator/views.py:92:81: E501 line too long (102 > 80 characters)
./administrator/views.py:93:4: E111 indentation is not a multiple of four
./administrator/views.py:94:4: E111 indentation is not a multiple of four
./administrator/views.py:95:4: E111 indentation is not a multiple of four
./administrator/views.py:97:1: E302 expected 2 blank lines, found 1
./administrator/views.py:98:4: E111 indentation is not a multiple of four
./administrator/views.py:104:4: E111 indentation is not a multiple of four
./administrator/views.py:105:4: E111 indentation is not a multiple of four
./administrator/views.py:106:4: E111 indentation is not a multiple of four
./administrator/views.py:107:4: E111 indentation is not a multiple of four
./administrator/views.py:108:4: E111 indentation is not a multiple of four
./administrator/views.py:110:19: E127 continuation line over-indented for visual indent
./administrator/views.py:172:9: F841 local variable 'administrator' is assigned to but never used
./administrator/views.py:204:60: E231 missing whitespace after ','
./administrator/views.py:209:81: E501 line too long (87 > 80 characters)
./administrator/urls.py:2:29: E271 multiple spaces after keyword
./administrator/urls.py:10:81: E501 line too long (84 > 80 characters)
./administrator/urls.py:11:81: E501 line too long (86 > 80 characters)
./administrator/urls.py:12:81: E501 line too long (83 > 80 characters)
./administrator/forms.py:2:1: F401 'django.forms.ModelForm' imported but unused
./administrator/forms.py:6:42: W291 trailing whitespace
./administrator/forms.py:8:81: E501 line too long (86 > 80 characters)
./administrator/tests/test_formFields.py:14:1: F401 'shift.utils.register_job_utility' imported but unused
./administrator/tests/test_formFields.py:132:81: E501 line too long (82 > 80 characters)
./administrator/tests/test_formFields.py:133:81: E501 line too long (88 > 80 characters)
./administrator/tests/test_formFields.py:134:81: E501 line too long (86 > 80 characters)
./administrator/tests/test_formFields.py:157:81: E501 line too long (101 > 80 characters)
./administrator/tests/test_formFields.py:159:81: E501 line too long (82 > 80 characters)
./administrator/tests/test_formFields.py:160:81: E501 line too long (88 > 80 characters)
./administrator/tests/test_formFields.py:161:81: E501 line too long (86 > 80 characters)
./administrator/tests/test_formFields.py:185:81: E501 line too long (120 > 80 characters)
./administrator/tests/test_formFields.py:189:81: E501 line too long (86 > 80 characters)
./administrator/tests/test_formFields.py:190:81: E501 line too long (84 > 80 characters)
./administrator/tests/test_formFields.py:218:81: E501 line too long (99 > 80 characters)
./administrator/tests/test_formFields.py:221:81: E501 line too long (86 > 80 characters)
./administrator/tests/test_formFields.py:222:81: E501 line too long (84 > 80 characters)
./administrator/tests/test_formFields.py:252:81: E501 line too long (82 > 80 characters)
./administrator/tests/test_formFields.py:253:81: E501 line too long (88 > 80 characters)
./administrator/tests/test_formFields.py:254:81: E501 line too long (86 > 80 characters)
./administrator/tests/test_formFields.py:255:81: E501 line too long (91 > 80 characters)
./administrator/tests/test_formFields.py:256:81: E501 line too long (88 > 80 characters)
./administrator/tests/test_formFields.py:257:81: E501 line too long (86 > 80 characters)
./administrator/tests/test_formFields.py:290:81: E501 line too long (82 > 80 characters)
./administrator/tests/test_formFields.py:291:81: E501 line too long (88 > 80 characters)
./administrator/tests/test_formFields.py:292:81: E501 line too long (86 > 80 characters)
./administrator/tests/test_formFields.py:293:81: E501 line too long (91 > 80 characters)
./administrator/tests/test_formFields.py:318:81: E501 line too long (82 > 80 characters)
./administrator/tests/test_formFields.py:321:81: E501 line too long (118 > 80 characters)
./administrator/tests/test_formFields.py:335:81: E501 line too long (82 > 80 characters)
./administrator/tests/test_formFields.py:338:81: E501 line too long (118 > 80 characters)
./administrator/tests/test_formFields.py:389:81: E501 line too long (98 > 80 characters)
./administrator/tests/test_formFields.py:402:81: E501 line too long (82 > 80 characters)
./administrator/tests/test_formFields.py:441:81: E501 line too long (103 > 80 characters)
./administrator/tests/test_formFields.py:468:81: E501 line too long (101 > 80 characters)
./administrator/tests/test_formFields.py:475:81: E501 line too long (120 > 80 characters)
./administrator/tests/test_formFields.py:502:81: E501 line too long (99 > 80 characters)
./administrator/tests/test_formFields.py:515:1: W293 blank line contains whitespace
./administrator/tests/test_formFields.py:518:81: E501 line too long (82 > 80 characters)
./administrator/tests/test_unit.py:11:81: E501 line too long (94 > 80 characters)
./administrator/tests/test_unit.py:62:9: F841 local variable 'created_admin' is assigned to but never used
./administrator/tests/test_unit.py:67:81: E501 line too long (81 > 80 characters)
./administrator/tests/test_unit.py:90:81: E501 line too long (102 > 80 characters)
./administrator/tests/test_unit.py:103:81: E501 line too long (102 > 80 characters)
./administrator/tests/test_unit.py:118:81: E501 line too long (82 > 80 characters)
./administrator/tests/test_unit.py:134:81: E501 line too long (85 > 80 characters)
./administrator/tests/test_unit.py:150:81: E501 line too long (88 > 80 characters)
./administrator/tests/test_unit.py:164:81: E501 line too long (106 > 80 characters)
./administrator/tests/test_unit.py:177:81: E501 line too long (102 > 80 characters)
./administrator/tests/test_unit.py:190:81: E501 line too long (111 > 80 characters)
./administrator/tests/test_unit.py:222:9: F841 local variable 'created_admin' is assigned to but never used
./administrator/tests/test_unit.py:232:81: E501 line too long (100 > 80 characters)
./administrator/tests/test_settings.py:14:26: E201 whitespace after '('
./administrator/tests/test_settings.py:15:5: E128 continuation line under-indented for visual indent
./administrator/tests/test_settings.py:16:5: E128 continuation line under-indented for visual indent
./administrator/tests/test_settings.py:17:5: E128 continuation line under-indented for visual indent
./administrator/tests/test_settings.py:121:81: E501 line too long (94 > 80 characters)
./administrator/tests/test_settings.py:132:81: E501 line too long (92 > 80 characters)
./administrator/tests/test_settings.py:144:81: E501 line too long (94 > 80 characters)
./administrator/tests/test_settings.py:157:81: E501 line too long (92 > 80 characters)
./administrator/tests/test_settings.py:181:81: E501 line too long (118 > 80 characters)
./administrator/tests/test_settings.py:182:81: E501 line too long (95 > 80 characters)
./administrator/tests/test_settings.py:184:81: E501 line too long (120 > 80 characters)
./administrator/tests/test_settings.py:185:81: E501 line too long (107 > 80 characters)
./administrator/tests/test_settings.py:194:81: E501 line too long (120 > 80 characters)
./administrator/tests/test_settings.py:195:81: E501 line too long (95 > 80 characters)
./administrator/tests/test_settings.py:210:81: E501 line too long (120 > 80 characters)
./administrator/tests/test_settings.py:220:81: E501 line too long (120 > 80 characters)
./administrator/tests/test_settings.py:244:81: E501 line too long (120 > 80 characters)
./administrator/tests/test_settings.py:259:81: E501 line too long (101 > 80 characters)
./administrator/tests/test_settings.py:260:81: E501 line too long (103 > 80 characters)
./administrator/tests/test_settings.py:274:81: E501 line too long (101 > 80 characters)
./administrator/tests/test_settings.py:275:81: E501 line too long (103 > 80 characters)
./administrator/tests/test_settings.py:296:81: E501 line too long (91 > 80 characters)
./administrator/tests/test_settings.py:300:81: E501 line too long (101 > 80 characters)
./administrator/tests/test_settings.py:304:81: E501 line too long (86 > 80 characters)
./administrator/tests/test_settings.py:326:81: E501 line too long (101 > 80 characters)
./administrator/tests/test_settings.py:327:81: E501 line too long (94 > 80 characters)
./administrator/tests/test_settings.py:328:81: E501 line too long (96 > 80 characters)
./administrator/tests/test_settings.py:349:81: E501 line too long (120 > 80 characters)
./administrator/tests/test_settings.py:377:81: E501 line too long (95 > 80 characters)
./administrator/tests/test_settings.py:396:81: E501 line too long (87 > 80 characters)
./administrator/tests/test_settings.py:422:81: E501 line too long (100 > 80 characters)
./administrator/tests/test_settings.py:429:81: E501 line too long (118 > 80 characters)
./administrator/tests/test_settings.py:445:81: E501 line too long (87 > 80 characters)
./administrator/tests/test_settings.py:451:81: E501 line too long (99 > 80 characters)
./administrator/tests/test_settings.py:452:81: E501 line too long (99 > 80 characters)
./administrator/tests/test_settings.py:455:81: E501 line too long (87 > 80 characters)
./administrator/tests/test_settings.py:461:81: E501 line too long (99 > 80 characters)
./administrator/tests/test_settings.py:462:81: E501 line too long (99 > 80 characters)
./administrator/tests/test_settings.py:476:81: E501 line too long (107 > 80 characters)
./administrator/tests/test_settings.py:488:81: E501 line too long (99 > 80 characters)
./administrator/tests/test_settings.py:489:81: E501 line too long (99 > 80 characters)
./administrator/tests/test_settings.py:491:81: E501 line too long (107 > 80 characters)
./administrator/tests/test_settings.py:497:81: E501 line too long (99 > 80 characters)
./administrator/tests/test_settings.py:498:81: E501 line too long (99 > 80 characters)
./administrator/tests/test_settings.py:522:81: E501 line too long (107 > 80 characters)
./administrator/tests/test_settings.py:530:81: E501 line too long (99 > 80 characters)
./administrator/tests/test_settings.py:532:81: E501 line too long (115 > 80 characters)
./administrator/tests/test_settings.py:558:81: E501 line too long (118 > 80 characters)
./administrator/tests/test_settings.py:588:81: E501 line too long (94 > 80 characters)
./administrator/tests/test_settings.py:646:81: E501 line too long (98 > 80 characters)
./administrator/tests/test_settings.py:675:81: E501 line too long (98 > 80 characters)
./administrator/tests/test_settings.py:701:81: E501 line too long (98 > 80 characters)
./administrator/tests/test_settings.py:730:81: E501 line too long (98 > 80 characters)
./administrator/tests/test_settings.py:790:81: E501 line too long (118 > 80 characters)
./administrator/tests/test_settings.py:822:81: E501 line too long (89 > 80 characters)
./administrator/tests/test_settings.py:837:81: E501 line too long (82 > 80 characters)
./administrator/tests/test_settings.py:861:81: E501 line too long (103 > 80 characters)
./administrator/tests/test_settings.py:875:81: E501 line too long (88 > 80 characters)
./administrator/tests/test_settings.py:925:81: E501 line too long (103 > 80 characters)
./administrator/tests/test_settings.py:939:81: E501 line too long (98 > 80 characters)
./administrator/tests/test_settings.py:946:81: E501 line too long (101 > 80 characters)
./administrator/tests/test_settings.py:958:81: E501 line too long (87 > 80 characters)
./administrator/tests/test_settings.py:974:81: E501 line too long (99 > 80 characters)
./administrator/tests/test_report.py:2:1: F401 'json' imported but unused
./administrator/tests/test_report.py:14:1: F401 'organization.models.Organization' imported but unused
./administrator/tests/test_report.py:15:81: E501 line too long (88 > 80 characters)
./administrator/tests/test_report.py:19:1: F401 'shift.utils.create_event_with_details' imported but unused
./administrator/tests/test_report.py:19:1: F401 'shift.utils.create_job_with_details' imported but unused
./administrator/tests/test_report.py:19:1: F401 'shift.utils.create_shift_with_details' imported but unused
./administrator/tests/test_report.py:19:1: F401 'shift.utils.register_volunteer_for_shift_utility' imported but unused
./administrator/tests/test_report.py:19:1: F401 'shift.utils.create_volunteer_with_details_dynamic_password' imported but unused
./administrator/tests/test_report.py:19:81: E501 line too long (99 > 80 characters)
./administrator/tests/test_report.py:20:81: E501 line too long (110 > 80 characters)
./administrator/tests/test_report.py:22:81: E501 line too long (110 > 80 characters)
./administrator/tests/test_report.py:23:81: E501 line too long (109 > 80 characters)
./administrator/tests/test_report.py:24:81: E501 line too long (83 > 80 characters)
./administrator/tests/test_report.py:64:81: E501 line too long (91 > 80 characters)
./administrator/tests/test_report.py:68:5: E303 too many blank lines (2)
./administrator/tests/test_report.py:74:14: E225 missing whitespace around operator
./administrator/tests/test_report.py:75:12: E225 missing whitespace around operator
./administrator/tests/test_report.py:79:81: E501 line too long (86 > 80 characters)
./administrator/tests/test_report.py:83:5: E303 too many blank lines (2)
./administrator/tests/test_report.py:99:14: E225 missing whitespace around operator
./administrator/tests/test_report.py:100:12: E225 missing whitespace around operator
./administrator/tests/test_report.py:104:81: E501 line too long (86 > 80 characters)
./administrator/tests/test_report.py:105:81: E501 line too long (102 > 80 characters)
./administrator/tests/test_report.py:108:5: E303 too many blank lines (2)
./administrator/tests/test_report.py:114:14: E225 missing whitespace around operator
./administrator/tests/test_report.py:115:12: E225 missing whitespace around operator
./administrator/tests/test_report.py:119:81: E501 line too long (86 > 80 characters)
./administrator/tests/test_report.py:131:14: E225 missing whitespace around operator
./administrator/tests/test_report.py:132:12: E225 missing whitespace around operator
./administrator/tests/test_report.py:136:81: E501 line too long (86 > 80 characters)
./administrator/tests/test_report.py:146:14: E225 missing whitespace around operator
./administrator/tests/test_report.py:147:12: E225 missing whitespace around operator
./administrator/tests/test_report.py:151:81: E501 line too long (86 > 80 characters)
./administrator/tests/test_report.py:155:81: E501 line too long (136 > 80 characters)
./administrator/tests/test_report.py:164:14: E225 missing whitespace around operator
./administrator/tests/test_report.py:165:12: E225 missing whitespace around operator
./administrator/tests/test_report.py:168:81: E501 line too long (92 > 80 characters)
./administrator/tests/test_report.py:173:70: E228 missing whitespace around modulo operator
./administrator/tests/test_report.py:182:14: E225 missing whitespace around operator
./administrator/tests/test_report.py:183:12: E225 missing whitespace around operator
./administrator/tests/test_report.py:187:81: E501 line too long (86 > 80 characters)
./administrator/tests/test_report.py:191:81: E501 line too long (92 > 80 characters)
./organization/models.py:25:28: E226 missing whitespace around arithmetic operator
./organization/models.py:26:81: E501 line too long (86 > 80 characters)
./organization/views.py:21:1: E302 expected 2 blank lines, found 1
./organization/views.py:91:1: E302 expected 2 blank lines, found 1
./organization/views.py:103:1: E302 expected 2 blank lines, found 1
./organization/views.py:116:81: E501 line too long (109 > 80 characters)
./organization/views.py:117:81: E501 line too long (82 > 80 characters)
./organization/views.py:123:81: E501 line too long (109 > 80 characters)
./organization/views.py:124:81: E501 line too long (84 > 80 characters)
./organization/services.py:9:1: E303 too many blank lines (3)
./organization/services.py:10:1: W293 blank line contains whitespace
./organization/services.py:11:81: E501 line too long (87 > 80 characters)
./organization/services.py:15:1: W293 blank line contains whitespace
./organization/services.py:16:81: E501 line too long (120 > 80 characters)
./organization/services.py:17:1: E302 expected 2 blank lines, found 1
./organization/services.py:26:81: E501 line too long (82 > 80 characters)
./organization/services.py:27:81: E501 line too long (86 > 80 characters)
./organization/services.py:31:81: E501 line too long (86 > 80 characters)
./organization/services.py:78:81: E501 line too long (87 > 80 characters)
./organization/tests/test_organization.py:14:1: F401 'shift.utils.create_admin' imported but unused
./organization/tests/test_organization.py:86:81: E501 line too long (101 > 80 characters)
./organization/tests/test_organization.py:87:81: E501 line too long (84 > 80 characters)
./organization/tests/test_organization.py:97:81: E501 line too long (86 > 80 characters)
./organization/tests/test_organization.py:113:81: E501 line too long (96 > 80 characters)
./organization/tests/test_organization.py:126:81: E501 line too long (158 > 80 characters)
./organization/tests/test_organization.py:148:81: E501 line too long (89 > 80 characters)
./organization/tests/test_organization.py:164:81: E501 line too long (81 > 80 characters)
./organization/tests/test_organization.py:166:81: E501 line too long (91 > 80 characters)
./organization/tests/test_organization.py:182:81: E501 line too long (83 > 80 characters)
./organization/tests/test_organization.py:189:81: E501 line too long (112 > 80 characters)
./organization/tests/test_organization.py:204:81: E501 line too long (81 > 80 characters)
./organization/tests/test_organization.py:207:81: E501 line too long (97 > 80 characters)
./organization/tests/test_organization.py:214:9: F841 local variable 'org' is assigned to but never used
./organization/tests/test_organization.py:224:81: E501 line too long (97 > 80 characters)
./organization/tests/test_organization.py:230:81: E501 line too long (97 > 80 characters)
./organization/tests/test_organization.py:237:9: F841 local variable 'org' is assigned to but never used
./organization/tests/test_organization.py:247:81: E501 line too long (97 > 80 characters)
./organization/tests/test_organization.py:260:9: F841 local variable 'org' is assigned to but never used
./organization/tests/test_organization.py:281:9: F841 local variable 'volunteer' is assigned to but never used
./organization/tests/test_organization.py:294:81: E501 line too long (103 > 80 characters)
./organization/tests/test_services.py:6:81: E501 line too long (138 > 80 characters)
./organization/tests/test_services.py:7:81: E501 line too long (126 > 80 characters)
./organization/tests/test_services.py:116:14: E131 continuation line unaligned for hanging indent
./organization/tests/test_model.py:50:55: W291 trailing whitespace
./organization/tests/test_model.py:74:81: E501 line too long (108 > 80 characters)
./organization/tests/test_model.py:76:81: E501 line too long (96 > 80 characters)
./organization/tests/test_model.py:98:54: E231 missing whitespace after ','
./organization/tests/test_model.py:115:81: E501 line too long (85 > 80 characters)
./volunteer/models.py:39:81: E501 line too long (110 > 80 characters)
./volunteer/models.py:52:81: E501 line too long (230 > 80 characters)
./volunteer/views.py:26:81: E501 line too long (112 > 80 characters)
./volunteer/views.py:28:81: E501 line too long (94 > 80 characters)
./volunteer/views.py:49:81: E501 line too long (104 > 80 characters)
./volunteer/views.py:83:8: E111 indentation is not a multiple of four
./volunteer/views.py:88:8: E111 indentation is not a multiple of four
./volunteer/views.py:89:8: E111 indentation is not a multiple of four
./volunteer/views.py:90:8: E111 indentation is not a multiple of four
./volunteer/views.py:90:81: E501 line too long (104 > 80 characters)
./volunteer/views.py:91:8: E111 indentation is not a multiple of four
./volunteer/views.py:94:8: E111 indentation is not a multiple of four
./volunteer/views.py:99:8: E111 indentation is not a multiple of four
./volunteer/views.py:100:8: E111 indentation is not a multiple of four
./volunteer/views.py:101:8: E111 indentation is not a multiple of four
./volunteer/views.py:102:8: E111 indentation is not a multiple of four
./volunteer/views.py:103:8: E111 indentation is not a multiple of four
./volunteer/views.py:104:8: E111 indentation is not a multiple of four
./volunteer/views.py:105:8: E111 indentation is not a multiple of four
./volunteer/views.py:123:44: E231 missing whitespace after ','
./volunteer/views.py:205:81: E501 line too long (87 > 80 characters)
./volunteer/views.py:218:9: F841 local variable 'volunteer_id' is assigned to but never used
./volunteer/views.py:225:81: E501 line too long (87 > 80 characters)
./volunteer/views.py:278:81: E501 line too long (87 > 80 characters)
./volunteer/views.py:279:44: E128 continuation line under-indented for visual indent
./volunteer/views.py:283:81: E501 line too long (86 > 80 characters)
./volunteer/urls.py:7:29: E128 continuation line under-indented for visual indent
./volunteer/services.py:6:1: F401 'organization.services.get_organization_by_name' imported but unused
./volunteer/services.py:6:1: F401 'organization.services.get_organizations_ordered_by_name' imported but unused
./volunteer/services.py:123:81: E501 line too long (86 > 80 characters)
./volunteer/services.py:125:81: E501 line too long (95 > 80 characters)
./volunteer/services.py:127:81: E501 line too long (86 > 80 characters)
./volunteer/validation.py:9:81: E501 line too long (82 > 80 characters)
./volunteer/forms.py:3:1: F401 'django.forms.ModelForm' imported but unused
./volunteer/forms.py:9:1: E302 expected 2 blank lines, found 1
./volunteer/forms.py:42:81: E501 line too long (86 > 80 characters)
./volunteer/forms.py:47:81: E501 line too long (86 > 80 characters)
./volunteer/tests/test_unit.py:10:81: E501 line too long (130 > 80 characters)
./volunteer/tests/test_unit.py:45:39: E241 multiple spaces after ','
./volunteer/tests/test_unit.py:58:81: E501 line too long (86 > 80 characters)
./volunteer/tests/test_unit.py:79:81: E501 line too long (84 > 80 characters)
./volunteer/tests/test_unit.py:93:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_unit.py:106:81: E501 line too long (106 > 80 characters)
./volunteer/tests/test_unit.py:119:81: E501 line too long (106 > 80 characters)
./volunteer/tests/test_unit.py:134:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_unit.py:148:81: E501 line too long (81 > 80 characters)
./volunteer/tests/test_unit.py:149:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_unit.py:163:81: E501 line too long (84 > 80 characters)
./volunteer/tests/test_unit.py:164:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_unit.py:177:81: E501 line too long (106 > 80 characters)
./volunteer/tests/test_unit.py:190:81: E501 line too long (115 > 80 characters)
./volunteer/tests/test_unit.py:203:81: E501 line too long (110 > 80 characters)
./volunteer/tests/test_unit.py:219:81: E501 line too long (84 > 80 characters)
./volunteer/tests/test_unit.py:235:81: E501 line too long (84 > 80 characters)
./volunteer/tests/test_unit.py:251:81: E501 line too long (84 > 80 characters)
./volunteer/tests/test_unit.py:259:81: E501 line too long (110 > 80 characters)
./volunteer/tests/test_unit.py:277:81: E501 line too long (84 > 80 characters)
./volunteer/tests/test_unit.py:298:81: E501 line too long (84 > 80 characters)
./volunteer/tests/test_volunteerProfile.py:21:81: E501 line too long (117 > 80 characters)
./volunteer/tests/test_volunteerProfile.py:65:17: E225 missing whitespace around operator
./volunteer/tests/test_volunteerProfile.py:114:81: E501 line too long (83 > 80 characters)
./volunteer/tests/test_volunteerProfile.py:123:81: E501 line too long (90 > 80 characters)
./volunteer/tests/test_volunteerProfile.py:125:81: E501 line too long (87 > 80 characters)
./volunteer/tests/test_volunteerProfile.py:214:81: E501 line too long (94 > 80 characters)
./volunteer/tests/test_volunteerReport.py:15:1: E302 expected 2 blank lines, found 1
./volunteer/tests/test_volunteerReport.py:92:81: E501 line too long (90 > 80 characters)
./volunteer/tests/test_volunteerReport.py:147:5: E303 too many blank lines (2)
./volunteer/tests/test_volunteerReport.py:171:81: E501 line too long (90 > 80 characters)
./volunteer/tests/test_volunteerReport.py:239:81: E501 line too long (90 > 80 characters)
./volunteer/tests/test_services.py:5:1: F401 'organization.models.Organization' imported but unused
./volunteer/tests/test_services.py:6:81: E501 line too long (104 > 80 characters)
./volunteer/tests/test_services.py:7:5: E128 continuation line under-indented for visual indent
./volunteer/tests/test_services.py:7:81: E501 line too long (131 > 80 characters)
./volunteer/tests/test_services.py:8:5: E128 continuation line under-indented for visual indent
./volunteer/tests/test_services.py:160:81: E501 line too long (87 > 80 characters)
./volunteer/tests/test_services.py:178:81: E501 line too long (90 > 80 characters)
./volunteer/tests/test_services.py:185:81: E501 line too long (88 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:19:81: E501 line too long (81 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:20:25: E128 continuation line under-indented for visual indent
./volunteer/tests/test_searchVolunteer.py:20:81: E501 line too long (88 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:21:25: E128 continuation line under-indented for visual indent
./volunteer/tests/test_searchVolunteer.py:21:81: E501 line too long (108 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:22:25: E128 continuation line under-indented for visual indent
./volunteer/tests/test_searchVolunteer.py:22:81: E501 line too long (113 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:23:25: E128 continuation line under-indented for visual indent
./volunteer/tests/test_searchVolunteer.py:23:81: E501 line too long (81 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:24:25: E128 continuation line under-indented for visual indent
./volunteer/tests/test_searchVolunteer.py:24:81: E501 line too long (93 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:108:5: E303 too many blank lines (2)
./volunteer/tests/test_searchVolunteer.py:114:81: E501 line too long (83 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:138:9: F841 local variable 'volunteer_1' is assigned to but never used
./volunteer/tests/test_searchVolunteer.py:149:9: F841 local variable 'volunteer_2' is assigned to but never used
./volunteer/tests/test_searchVolunteer.py:153:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:154:81: E501 line too long (89 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:155:13: E123 closing bracket does not match indentation of opening bracket's line
./volunteer/tests/test_searchVolunteer.py:158:81: E501 line too long (81 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:159:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:160:81: E501 line too long (92 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:161:13: E123 closing bracket does not match indentation of opening bracket's line
./volunteer/tests/test_searchVolunteer.py:210:25: E128 continuation line under-indented for visual indent
./volunteer/tests/test_searchVolunteer.py:211:25: E128 continuation line under-indented for visual indent
./volunteer/tests/test_searchVolunteer.py:212:25: E128 continuation line under-indented for visual indent
./volunteer/tests/test_searchVolunteer.py:213:25: E124 closing bracket does not match visual indentation
./volunteer/tests/test_searchVolunteer.py:216:9: E303 too many blank lines (2)
./volunteer/tests/test_searchVolunteer.py:218:9: F841 local variable 'volunteer_1' is assigned to but never used
./volunteer/tests/test_searchVolunteer.py:228:9: F841 local variable 'volunteer_2' is assigned to but never used
./volunteer/tests/test_searchVolunteer.py:232:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:233:81: E501 line too long (90 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:236:81: E501 line too long (81 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:237:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:238:81: E501 line too long (92 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:239:13: E123 closing bracket does not match indentation of opening bracket's line
./volunteer/tests/test_searchVolunteer.py:297:9: F841 local variable 'volunteer_1' is assigned to but never used
./volunteer/tests/test_searchVolunteer.py:314:9: F841 local variable 'volunteer_2' is assigned to but never used
./volunteer/tests/test_searchVolunteer.py:318:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:319:81: E501 line too long (89 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:323:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:324:81: E501 line too long (83 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:325:81: E501 line too long (115 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:381:9: F841 local variable 'volunteer_1' is assigned to but never used
./volunteer/tests/test_searchVolunteer.py:398:9: F841 local variable 'volunteer_2' is assigned to but never used
./volunteer/tests/test_searchVolunteer.py:402:81: E501 line too long (103 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:403:81: E501 line too long (89 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:407:9: E303 too many blank lines (2)
./volunteer/tests/test_searchVolunteer.py:408:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:409:81: E501 line too long (83 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:410:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:467:9: F841 local variable 'volunteer_1' is assigned to but never used
./volunteer/tests/test_searchVolunteer.py:484:9: F841 local variable 'volunteer_2' is assigned to but never used
./volunteer/tests/test_searchVolunteer.py:488:81: E501 line too long (103 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:489:81: E501 line too long (89 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:493:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:494:81: E501 line too long (83 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:495:42: E241 multiple spaces after ','
./volunteer/tests/test_searchVolunteer.py:495:81: E501 line too long (83 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:534:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:547:13: E123 closing bracket does not match indentation of opening bracket's line
./volunteer/tests/test_searchVolunteer.py:550:9: F841 local variable 'volunteer_1' is assigned to but never used
./volunteer/tests/test_searchVolunteer.py:561:9: F841 local variable 'volunteer_2' is assigned to but never used
./volunteer/tests/test_searchVolunteer.py:565:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:566:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:568:13: E123 closing bracket does not match indentation of opening bracket's line
./volunteer/tests/test_searchVolunteer.py:571:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:572:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:573:81: E501 line too long (85 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:575:13: E123 closing bracket does not match indentation of opening bracket's line
./volunteer/tests/test_searchVolunteer.py:635:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:636:81: E501 line too long (89 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:637:13: E123 closing bracket does not match indentation of opening bracket's line
./volunteer/tests/test_searchVolunteer.py:640:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:641:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:642:81: E501 line too long (92 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:643:13: E123 closing bracket does not match indentation of opening bracket's line
./volunteer/tests/test_searchVolunteer.py:680:13: E123 closing bracket does not match indentation of opening bracket's line
./volunteer/tests/test_searchVolunteer.py:691:13: E123 closing bracket does not match indentation of opening bracket's line
./volunteer/tests/test_searchVolunteer.py:703:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:704:81: E501 line too long (89 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:705:13: E123 closing bracket does not match indentation of opening bracket's line
./volunteer/tests/test_searchVolunteer.py:708:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:709:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:710:81: E501 line too long (93 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:749:13: E123 closing bracket does not match indentation of opening bracket's line
./volunteer/tests/test_searchVolunteer.py:760:13: E123 closing bracket does not match indentation of opening bracket's line
./volunteer/tests/test_searchVolunteer.py:786:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:787:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:789:13: E123 closing bracket does not match indentation of opening bracket's line
./volunteer/tests/test_searchVolunteer.py:792:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:793:81: E501 line too long (82 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:794:81: E501 line too long (85 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:796:13: E123 closing bracket does not match indentation of opening bracket's line
./volunteer/tests/test_searchVolunteer.py:849:14: E225 missing whitespace around operator
./volunteer/tests/test_searchVolunteer.py:850:12: E225 missing whitespace around operator
./volunteer/tests/test_searchVolunteer.py:859:81: E501 line too long (95 > 80 characters)
./volunteer/tests/test_searchVolunteer.py:861:81: E501 line too long (144 > 80 characters)
./registration/phone_validate.py:14:13: W503 line break before binary operator
./registration/views.py:4:1: F401 'django.contrib.messages' imported but unused
./registration/views.py:9:1: F401 'django.core.urlresolvers.reverse' imported but unused
./registration/views.py:10:1: F401 'django.http.HttpResponseRedirect' imported but unused
./registration/views.py:21:1: F401 'administrator.models.Administrator' imported but unused
./registration/views.py:24:81: E501 line too long (90 > 80 characters)
./registration/views.py:33:1: E302 expected 2 blank lines, found 1
./registration/views.py:69:9: F841 local variable 'country_list' is assigned to but never used
./registration/views.py:94:81: E501 line too long (84 > 80 characters)
./registration/views.py:142:81: E501 line too long (86 > 80 characters)
./registration/views.py:289:81: E501 line too long (84 > 80 characters)
./registration/views.py:290:81: E501 line too long (99 > 80 characters)
./registration/views.py:345:1: E302 expected 2 blank lines, found 1
./registration/views.py:355:1: E302 expected 2 blank lines, found 1
./registration/views.py:363:81: E501 line too long (94 > 80 characters)
./registration/views.py:363:86: E231 missing whitespace after ':'
./registration/views.py:365:1: E302 expected 2 blank lines, found 1
./registration/views.py:374:81: E501 line too long (81 > 80 characters)
./registration/views.py:376:64: E231 missing whitespace after ','
./registration/views.py:376:81: E501 line too long (105 > 80 characters)
./registration/views.py:377:81: E501 line too long (94 > 80 characters)
./registration/urls.py:7:81: E501 line too long (125 > 80 characters)
./registration/urls.py:16:81: E501 line too long (105 > 80 characters)
./registration/utils.py:19:1: E302 expected 2 blank lines, found 1
./registration/tokens.py:4:1: E302 expected 2 blank lines, found 1
./registration/tokens.py:17:1: E305 expected 2 blank lines after class or function definition, found 0
./registration/tests/test_functional_admin.py:22:81: E501 line too long (86 > 80 characters)
./registration/tests/test_functional_admin.py:57:81: E501 line too long (92 > 80 characters)
./registration/tests/test_functional_admin.py:143:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:147:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:154:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:156:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:161:81: E501 line too long (87 > 80 characters)
./registration/tests/test_functional_admin.py:162:81: E501 line too long (95 > 80 characters)
./registration/tests/test_functional_admin.py:182:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:187:60: E231 missing whitespace after ','
./registration/tests/test_functional_admin.py:187:81: E501 line too long (97 > 80 characters)
./registration/tests/test_functional_admin.py:207:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:209:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:214:81: E501 line too long (89 > 80 characters)
./registration/tests/test_functional_admin.py:237:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:239:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:244:81: E501 line too long (87 > 80 characters)
./registration/tests/test_functional_admin.py:245:81: E501 line too long (96 > 80 characters)
./registration/tests/test_functional_admin.py:267:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:269:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:274:81: E501 line too long (87 > 80 characters)
./registration/tests/test_functional_admin.py:306:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:308:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:314:81: E501 line too long (89 > 80 characters)
./registration/tests/test_functional_admin.py:336:81: E501 line too long (87 > 80 characters)
./registration/tests/test_functional_admin.py:337:81: E501 line too long (94 > 80 characters)
./registration/tests/test_functional_admin.py:343:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:345:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:351:81: E501 line too long (89 > 80 characters)
./registration/tests/test_functional_admin.py:374:81: E501 line too long (87 > 80 characters)
./registration/tests/test_functional_admin.py:375:81: E501 line too long (94 > 80 characters)
./registration/tests/test_functional_admin.py:381:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:383:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:388:61: E241 multiple spaces after ','
./registration/tests/test_functional_admin.py:388:81: E501 line too long (90 > 80 characters)
./registration/tests/test_functional_admin.py:411:61: E241 multiple spaces after ','
./registration/tests/test_functional_admin.py:411:81: E501 line too long (90 > 80 characters)
./registration/tests/test_functional_admin.py:420:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:422:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:433:61: E241 multiple spaces after ','
./registration/tests/test_functional_admin.py:433:81: E501 line too long (90 > 80 characters)
./registration/tests/test_functional_admin.py:448:77: E231 missing whitespace after ':'
./registration/tests/test_functional_admin.py:448:81: E501 line too long (86 > 80 characters)
./registration/tests/test_functional_admin.py:452:77: E231 missing whitespace after ':'
./registration/tests/test_functional_admin.py:452:81: E501 line too long (109 > 80 characters)
./registration/tests/test_functional_admin.py:452:94: E231 missing whitespace after ':'
./registration/tests/test_functional_admin.py:456:66: E231 missing whitespace after ','
./registration/tests/test_functional_admin.py:456:77: E231 missing whitespace after ':'
./registration/tests/test_functional_admin.py:456:81: E501 line too long (86 > 80 characters)
./registration/tests/test_functional_admin.py:460:55: E231 missing whitespace after ','
./registration/tests/test_functional_admin.py:465:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:468:78: E231 missing whitespace after ','
./registration/tests/test_functional_admin.py:468:81: E501 line too long (86 > 80 characters)
./registration/tests/test_functional_admin.py:477:81: E501 line too long (88 > 80 characters)
./registration/tests/test_functional_admin.py:493:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_admin.py:506:81: E501 line too long (91 > 80 characters)
./registration/tests/test_functional_admin.py:522:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:17:1: F401 'django.core.mail' imported but unused
./registration/tests/test_functional_volunteer.py:20:1: F401 'pom.pageUrls.PageUrls' imported but unused
./registration/tests/test_functional_volunteer.py:23:81: E501 line too long (86 > 80 characters)
./registration/tests/test_functional_volunteer.py:58:81: E501 line too long (92 > 80 characters)
./registration/tests/test_functional_volunteer.py:139:59: E231 missing whitespace after ','
./registration/tests/test_functional_volunteer.py:144:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:147:78: E231 missing whitespace after ','
./registration/tests/test_functional_volunteer.py:147:81: E501 line too long (86 > 80 characters)
./registration/tests/test_functional_volunteer.py:158:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:162:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:169:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:173:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:200:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:219:5: E303 too many blank lines (2)
./registration/tests/test_functional_volunteer.py:229:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:259:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:289:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:328:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:330:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:347:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:372:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:374:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:391:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:416:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:441:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:443:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:465:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:476:81: E501 line too long (82 > 80 characters)
./registration/tests/test_functional_volunteer.py:493:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:508:81: E501 line too long (91 > 80 characters)
./registration/tests/test_functional_volunteer.py:525:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:527:81: E501 line too long (81 > 80 characters)
./registration/tests/test_functional_volunteer.py:535:81: E501 line too long (81 > 80 characters)
./authentication/admin.py:2:1: F401 'django.contrib.admin' imported but unused
./authentication/urls.py:3:1: F401 'django.contrib.auth.views as auth_views' imported but unused
./authentication/urls.py:4:81: E501 line too long (103 > 80 characters)
./authentication/urls.py:5:81: E501 line too long (111 > 80 characters)
./authentication/urls.py:17:9: E122 continuation line missing indentation or outdented
./authentication/urls.py:22:6: E131 continuation line unaligned for hanging indent
./authentication/urls.py:23:9: E128 continuation line under-indented for visual indent
./authentication/urls.py:23:54: E231 missing whitespace after ','
./authentication/urls.py:23:81: E501 line too long (98 > 80 characters)
./authentication/urls.py:24:9: E128 continuation line under-indented for visual indent
./authentication/urls.py:26:81: E501 line too long (93 > 80 characters)
./authentication/urls.py:28:81: E501 line too long (95 > 80 characters)
./authentication/urls.py:29:81: E501 line too long (120 > 80 characters)
./authentication/urls.py:31:81: E501 line too long (101 > 80 characters)
./authentication/urls.py:37:81: E501 line too long (95 > 80 characters)
./authentication/forms.py:4:1: F401 'django.contrib.auth.models.User' imported but unused
./authentication/forms.py:10:1: E302 expected 2 blank lines, found 1
./authentication/forms.py:14:1: E302 expected 2 blank lines, found 1
./authentication/forms.py:23:78: E271 multiple spaces after keyword
./authentication/forms.py:23:81: E501 line too long (138 > 80 characters)
./authentication/forms.py:24:81: E501 line too long (98 > 80 characters)
./authentication/tests/test_login.py:26:1: E302 expected 2 blank lines, found 1
./authentication/tests/test_login.py:117:81: E501 line too long (82 > 80 characters)
./authentication/tests/test_login.py:121:81: E501 line too long (83 > 80 characters)
./authentication/tests/test_login.py:139:81: E501 line too long (90 > 80 characters)
./authentication/tests/test_login.py:142:81: E501 line too long (85 > 80 characters)
./authentication/tests/test_login.py:145:81: E501 line too long (82 > 80 characters)
./authentication/tests/test_login.py:168:81: E501 line too long (82 > 80 characters)
./authentication/tests/test_login.py:172:81: E501 line too long (83 > 80 characters)
./authentication/tests/test_login.py:190:81: E501 line too long (90 > 80 characters)
./authentication/tests/test_login.py:193:81: E501 line too long (85 > 80 characters)
./authentication/tests/test_login.py:196:81: E501 line too long (82 > 80 characters)
./authentication/tests/test_login.py:198:81: E501 line too long (84 > 80 characters)
./authentication/tests/test_login.py:216:81: E501 line too long (82 > 80 characters)
./authentication/tests/test_login.py:220:81: E501 line too long (83 > 80 characters)
./authentication/tests/test_login.py:223:81: E501 line too long (88 > 80 characters)
./authentication/tests/test_login.py:225:81: E501 line too long (82 > 80 characters)
./authentication/tests/test_login.py:235:81: E501 line too long (135 > 80 characters)
./authentication/tests/test_login.py:237:81: E501 line too long (140 > 80 characters)
./authentication/tests/test_login.py:241:81: E501 line too long (95 > 80 characters)
./authentication/tests/test_login.py:249:81: E501 line too long (101 > 80 characters)
./authentication/tests/test_login.py:249:83: E231 missing whitespace after ','
./authentication/tests/test_login.py:249:93: E231 missing whitespace after ','
./authentication/tests/test_login.py:251:81: E501 line too long (85 > 80 characters)
./authentication/tests/test_login.py:261:81: E501 line too long (126 > 80 characters)
./authentication/tests/test_login.py:264:81: E501 line too long (131 > 80 characters)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment