BOM-2282
Apply pylint-amnesty.
This commit is contained in:
@@ -96,7 +96,7 @@ class Command(BaseCommand):
|
||||
|
||||
for task in tasks:
|
||||
print(
|
||||
"{task_state} task '{task_id}', of type '{task_type}', created on '{created}', will be marked as 'FAILURE'".format(
|
||||
"{task_state} task '{task_id}', of type '{task_type}', created on '{created}', will be marked as 'FAILURE'".format( # lint-amnesty, pylint: disable=line-too-long
|
||||
task_state=task.task_state,
|
||||
task_id=task.task_id,
|
||||
task_type=task.task_type,
|
||||
|
||||
@@ -23,7 +23,7 @@ class TestFailOldQueueingTasksCommand(InstructorTaskTestCase):
|
||||
"""
|
||||
|
||||
def setUp(self):
|
||||
super(TestFailOldQueueingTasksCommand, self).setUp()
|
||||
super(TestFailOldQueueingTasksCommand, self).setUp() # lint-amnesty, pylint: disable=super-with-arguments
|
||||
|
||||
type_1_queueing = InstructorTaskFactory.create(
|
||||
task_state=QUEUING,
|
||||
|
||||
Reference in New Issue
Block a user