diff --git a/cms/celery.py b/cms/celery.py
index 15d1e0beb0ea4575b2cb699540e6badbfe943db0..293121bcf22aea760e27aa2481ecdcf2a200e3fc 100644
--- a/cms/celery.py
+++ b/cms/celery.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Import celery, load its settings from the django settings
 and auto discover tasks in all installed django apps.
 
diff --git a/cms/djangoapps/api/__init__.py b/cms/djangoapps/api/__init__.py
index fd876356d9782ef96671d8bd1140bf42b6874b74..7bf1bde2931913239de7b8a85441cd017bbf7e40 100644
--- a/cms/djangoapps/api/__init__.py
+++ b/cms/djangoapps/api/__init__.py
@@ -1,2 +1,2 @@
-# lint-amnesty, pylint: disable=django-not-configured, missing-module-docstring
+# lint-amnesty, pylint: disable=missing-module-docstring
 default_app_config = 'cms.djangoapps.api.apps.ApiConfig'
diff --git a/cms/djangoapps/contentstore/views/import_export.py b/cms/djangoapps/contentstore/views/import_export.py
index c2be964cfbac830940881a09ddf429fb00d46f5d..8e5bb99d43c171feb506b6e7dd57a94009da701f 100644
--- a/cms/djangoapps/contentstore/views/import_export.py
+++ b/cms/djangoapps/contentstore/views/import_export.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 These views handle all actions in Studio related to import and exporting of
 courses
 """
diff --git a/common/djangoapps/database_fixups/__init__.py b/common/djangoapps/database_fixups/__init__.py
index 0811f62bcf871544d75ccba8970c6512efd27d64..bea2d2681acb69c7de924145ced270ac88a3efaf 100644
--- a/common/djangoapps/database_fixups/__init__.py
+++ b/common/djangoapps/database_fixups/__init__.py
@@ -1,3 +1,3 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 This app exists solely to host unusual database migrations.
 """
diff --git a/common/djangoapps/edxmako/__init__.py b/common/djangoapps/edxmako/__init__.py
index e64d8415cfeac3050ef6ecc79f028fffb2de82d5..4becc66631a0c84c47f307e890905c346eb2d528 100644
--- a/common/djangoapps/edxmako/__init__.py
+++ b/common/djangoapps/edxmako/__init__.py
@@ -1,4 +1,4 @@
-#   Copyright (c) 2008 Mikeal Rogers  # lint-amnesty, pylint: disable=django-not-configured, missing-module-docstring
+#   Copyright (c) 2008 Mikeal Rogers  # lint-amnesty, pylint: disable=missing-module-docstring
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
diff --git a/common/djangoapps/entitlements/admin.py b/common/djangoapps/entitlements/admin.py
index f27528a37ccc356aa1dd2bf6c705447f57e166d5..f635900ff2a826a656584155bd4860b3ebc58f34 100644
--- a/common/djangoapps/entitlements/admin.py
+++ b/common/djangoapps/entitlements/admin.py
@@ -1,4 +1,4 @@
-"""Admin forms for Course Entitlements"""  # lint-amnesty, pylint: disable=django-not-configured
+"""Admin forms for Course Entitlements"""
 
 
 from django import forms
diff --git a/common/djangoapps/entitlements/api.py b/common/djangoapps/entitlements/api.py
index 2b31d5a3a9a363a88e31381ce17a978ec1b21111..bf55a8e0d577b7a056f86dbe2b3b7024943fea12 100644
--- a/common/djangoapps/entitlements/api.py
+++ b/common/djangoapps/entitlements/api.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Python APIs exposed by the Entitlements app to other in-process apps.
 """
 
diff --git a/common/djangoapps/entitlements/apps.py b/common/djangoapps/entitlements/apps.py
index 06155e60e42eeb70300596b2a27b88a29134bb2f..40a3d55e944a2a6efdfb91e4fcbec92c38dd2097 100644
--- a/common/djangoapps/entitlements/apps.py
+++ b/common/djangoapps/entitlements/apps.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Entitlements Application Configuration
 
 Signal handlers are connected here.
diff --git a/common/djangoapps/entitlements/management/commands/tests/test_expire_old_entitlements.py b/common/djangoapps/entitlements/management/commands/tests/test_expire_old_entitlements.py
index c04518905f87b118fdd34c1aac48c6142f44d50c..fd023ecc590734c3fb05b20df993efe4a42f8bf9 100644
--- a/common/djangoapps/entitlements/management/commands/tests/test_expire_old_entitlements.py
+++ b/common/djangoapps/entitlements/management/commands/tests/test_expire_old_entitlements.py
@@ -1,4 +1,4 @@
-"""Test Entitlements models"""  # lint-amnesty, pylint: disable=django-not-configured
+"""Test Entitlements models"""
 
 
 from unittest import mock
diff --git a/common/djangoapps/entitlements/models.py b/common/djangoapps/entitlements/models.py
index 851ee611dc8b5f1df80c3b0a37408347b8284070..eeb028066a19a6107f9f4fbd53f1ab6ac073af49 100644
--- a/common/djangoapps/entitlements/models.py
+++ b/common/djangoapps/entitlements/models.py
@@ -1,4 +1,4 @@
-"""Entitlement Models"""  # lint-amnesty, pylint: disable=django-not-configured
+"""Entitlement Models"""
 
 
 import logging
diff --git a/common/djangoapps/entitlements/rest_api/v1/tests/test_serializers.py b/common/djangoapps/entitlements/rest_api/v1/tests/test_serializers.py
index 61a24a69865f4cb8407643c2fafd78ec6dc66874..d3ac3e0c3bbd70bff07188872187d90ba7271e55 100644
--- a/common/djangoapps/entitlements/rest_api/v1/tests/test_serializers.py
+++ b/common/djangoapps/entitlements/rest_api/v1/tests/test_serializers.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Tests for the API Serializers.
 """
 
diff --git a/common/djangoapps/entitlements/signals.py b/common/djangoapps/entitlements/signals.py
index aa0e04cd983888a8ba1981f7156622b3f33a4859..8495e9074327c1e8be12021606c4d194e65b35bc 100644
--- a/common/djangoapps/entitlements/signals.py
+++ b/common/djangoapps/entitlements/signals.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Entitlements related signal handlers.
 """
 
diff --git a/common/djangoapps/entitlements/tasks.py b/common/djangoapps/entitlements/tasks.py
index b0b5cd00be2315abef466fbb6f6629b2d5deaae0..9e9d9b2fb9ff75ce117c09973608f4461418b142 100644
--- a/common/djangoapps/entitlements/tasks.py
+++ b/common/djangoapps/entitlements/tasks.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 This file contains celery tasks for entitlements-related functionality.
 """
 
diff --git a/common/djangoapps/entitlements/utils.py b/common/djangoapps/entitlements/utils.py
index 326556dbbffdd4e9368697a44e067568d7be9921..a356072b581b0442b57a4722dfec782d6abfb384 100644
--- a/common/djangoapps/entitlements/utils.py
+++ b/common/djangoapps/entitlements/utils.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Utility methods for the entitlement application.
 """
 
diff --git a/common/djangoapps/pipeline_mako/__init__.py b/common/djangoapps/pipeline_mako/__init__.py
index 04d5dd34ea00e67a184a052e077e5c6ce0da554e..2138e3da719132b8693e9a30c804cc8b6ea37b14 100644
--- a/common/djangoapps/pipeline_mako/__init__.py
+++ b/common/djangoapps/pipeline_mako/__init__.py
@@ -1,4 +1,4 @@
-# lint-amnesty, pylint: disable=django-not-configured, missing-module-docstring
+# lint-amnesty, pylint: disable=missing-module-docstring
 
 from django.conf import settings as django_settings
 from django.contrib.staticfiles.storage import staticfiles_storage
diff --git a/common/djangoapps/static_replace/__init__.py b/common/djangoapps/static_replace/__init__.py
index 77ae2feb27777f48c45ca11da536930db0f85bca..55b1de1f89411669592f75d6fe64d673e7823e98 100644
--- a/common/djangoapps/static_replace/__init__.py
+++ b/common/djangoapps/static_replace/__init__.py
@@ -1,4 +1,4 @@
-# lint-amnesty, pylint: disable=django-not-configured, missing-module-docstring
+# lint-amnesty, pylint: disable=missing-module-docstring
 
 import logging
 import re
diff --git a/common/djangoapps/student/__init__.py b/common/djangoapps/student/__init__.py
index 03d3ba97a658b54cb345bb8388066d0ec3771942..ba3af05db547d089496015e85beff0ae3b819444 100644
--- a/common/djangoapps/student/__init__.py
+++ b/common/djangoapps/student/__init__.py
@@ -1,3 +1,3 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Student app helpers and settings
 """
diff --git a/common/djangoapps/third_party_auth/__init__.py b/common/djangoapps/third_party_auth/__init__.py
index 3535e709f313b62c6d9c957b2a3f1467d061fa01..dcc2964a8f18ffc04f3f5823b69d1fb8041f90d6 100644
--- a/common/djangoapps/third_party_auth/__init__.py
+++ b/common/djangoapps/third_party_auth/__init__.py
@@ -1,4 +1,4 @@
-"""Third party authentication. """  # lint-amnesty, pylint: disable=django-not-configured
+"""Third party authentication. """
 
 
 from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers
diff --git a/common/lib/capa/setup.py b/common/lib/capa/setup.py
index 4ec7866f31eb3161451ca8e73cc0a68eace6dc1d..d2ea877cb90e0933ac5566e241803032ccb84c06 100644
--- a/common/lib/capa/setup.py
+++ b/common/lib/capa/setup.py
@@ -1,4 +1,4 @@
-# lint-amnesty, pylint: disable=django-not-configured, missing-module-docstring
+# lint-amnesty, pylint: disable=missing-module-docstring
 
 from setuptools import find_packages, setup
 
diff --git a/common/lib/conftest.py b/common/lib/conftest.py
index daab9ba2646bb76d3c0d583891880b6c57833c6c..9fd136d28fdc7845bfb08bee49afb954b90a497b 100644
--- a/common/lib/conftest.py
+++ b/common/lib/conftest.py
@@ -1,4 +1,4 @@
-"""Code run by pylint before running any tests."""  # lint-amnesty, pylint: disable=django-not-configured
+"""Code run by pylint before running any tests."""
 
 # Patch the xml libs before anything else.
 
diff --git a/common/lib/safe_lxml/safe_lxml/__init__.py b/common/lib/safe_lxml/safe_lxml/__init__.py
index 0623f11670b1ec83de02a29fa05932e1b4522346..b17efb15cc15a97ffe97654f49fa89289e0f71cb 100644
--- a/common/lib/safe_lxml/safe_lxml/__init__.py
+++ b/common/lib/safe_lxml/safe_lxml/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Defuse vulnerabilities in XML packages.
 """
 
diff --git a/common/lib/safe_lxml/setup.py b/common/lib/safe_lxml/setup.py
index 95e67f2cc4c623051f50b30191ecf44049d2f3a0..9a4a54c8d4aeb396bac274d013384fae02d77149 100644
--- a/common/lib/safe_lxml/setup.py
+++ b/common/lib/safe_lxml/setup.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Setup.py for safe_lxml.
 """
 
diff --git a/common/lib/sandbox-packages/eia.py b/common/lib/sandbox-packages/eia.py
index a10b6315025d626ec4a7c692433541d326cd5b7a..f8c2da59f1e8ec9df45b065b2e23a30233420db2 100644
--- a/common/lib/sandbox-packages/eia.py
+++ b/common/lib/sandbox-packages/eia.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Standard resistor values.
 
 Commonly used for verifying electronic components in circuit classes are
diff --git a/common/lib/sandbox-packages/loncapa/__init__.py b/common/lib/sandbox-packages/loncapa/__init__.py
index f25098235e7b09c7887fc644a141591c26d5ff1b..3d613e04de168047f1efe80cd2683e7e82b23b13 100644
--- a/common/lib/sandbox-packages/loncapa/__init__.py
+++ b/common/lib/sandbox-packages/loncapa/__init__.py
@@ -1,3 +1,3 @@
-#!/usr/bin/python  # lint-amnesty, pylint: disable=django-not-configured, missing-module-docstring
+#!/usr/bin/python  # lint-amnesty, pylint: disable=missing-module-docstring
 
 from .loncapa_check import *  # lint-amnesty, pylint: disable=redefined-builtin
diff --git a/common/lib/symmath/setup.py b/common/lib/symmath/setup.py
index 0ea41b5056a8158f77e480a3344b81306be1b854..01e91bd133a567b976a751e0497d562e4b8dfced 100644
--- a/common/lib/symmath/setup.py
+++ b/common/lib/symmath/setup.py
@@ -1,4 +1,4 @@
-# lint-amnesty, pylint: disable=django-not-configured, missing-module-docstring
+# lint-amnesty, pylint: disable=missing-module-docstring
 from setuptools import setup
 
 setup(
diff --git a/common/lib/symmath/symmath/__init__.py b/common/lib/symmath/symmath/__init__.py
index f492a56f6584d517ffbe6886cf92dad239e2feda..8d00aadd229ee8080d39e5c507f7d5600fddde75 100644
--- a/common/lib/symmath/symmath/__init__.py
+++ b/common/lib/symmath/symmath/__init__.py
@@ -1,3 +1,3 @@
-# lint-amnesty, pylint: disable=django-not-configured, missing-module-docstring
+# lint-amnesty, pylint: disable=missing-module-docstring
 from .formula import *
 from .symmath_check import *
diff --git a/common/lib/xmodule/setup.py b/common/lib/xmodule/setup.py
index 852ea8463bd521b5c8721f0b22a67beb96a61559..095fa5a3cca082cc7a351d4d899687e76fec9d02 100644
--- a/common/lib/xmodule/setup.py
+++ b/common/lib/xmodule/setup.py
@@ -1,4 +1,4 @@
-# lint-amnesty, pylint: disable=django-not-configured, missing-module-docstring
+# lint-amnesty, pylint: disable=missing-module-docstring
 
 from setuptools import find_packages, setup
 
diff --git a/lms/__init__.py b/lms/__init__.py
index b2e36bfc9496b40f0543156f1ce608c735521794..008640ac7147d425185983ed9ef1fa922cd1c437 100644
--- a/lms/__init__.py
+++ b/lms/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Celery needs to be loaded when the cms modules are so that task
 registration and discovery can work correctly.
 """
diff --git a/lms/celery.py b/lms/celery.py
index 2e7235f8d58efecb611306263dfdb02b4d521b5e..808df030ef60364297e89ab31898840949664a6b 100644
--- a/lms/celery.py
+++ b/lms/celery.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Import celery, load its settings from the django settings
 and auto discover tasks in all installed django apps.
 
diff --git a/lms/djangoapps/branding/__init__.py b/lms/djangoapps/branding/__init__.py
index 55690aed17aeccdaa7406edbe2ff53b9951637bf..b7ce3e1df5222c4d7781a57790eb03a7251cbebf 100644
--- a/lms/djangoapps/branding/__init__.py
+++ b/lms/djangoapps/branding/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 EdX Branding package.
 
 Provides a way to retrieve "branded" parts of the site.
diff --git a/lms/djangoapps/course_api/__init__.py b/lms/djangoapps/course_api/__init__.py
index b12d80613d7bc394db751b984d0c29a99e45d59e..f74c37503c10b4fcb3b13b2c8064e32159ea06d2 100644
--- a/lms/djangoapps/course_api/__init__.py
+++ b/lms/djangoapps/course_api/__init__.py
@@ -1,4 +1,4 @@
-""" Course API """  # lint-amnesty, pylint: disable=django-not-configured
+""" Course API """
 
 
 from edx_toggles.toggles import LegacyWaffleSwitch, LegacyWaffleSwitchNamespace
diff --git a/lms/djangoapps/course_blocks/__init__.py b/lms/djangoapps/course_blocks/__init__.py
index f2239adfcdfb0e06089191668998c1ad6a22e81d..891764f2d8289d1b451ca8cfa0781747bbc42464 100644
--- a/lms/djangoapps/course_blocks/__init__.py
+++ b/lms/djangoapps/course_blocks/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 The Course Blocks app, built upon the Block Cache framework in
 openedx.core.djangoapps.content.block_structure, is a higher layer django app in LMS that
 provides additional context of Courses and Users (via usage_info.py) with
diff --git a/lms/djangoapps/courseware/__init__.py b/lms/djangoapps/courseware/__init__.py
index c91211b5345df7190e99f804ca7d12b5b5991bc9..e5bb5e020cc22cc5dbf974eaef63da8052d2c034 100644
--- a/lms/djangoapps/courseware/__init__.py
+++ b/lms/djangoapps/courseware/__init__.py
@@ -1,4 +1,4 @@
-# lint-amnesty, pylint: disable=django-not-configured, missing-module-docstring
+# lint-amnesty, pylint: disable=missing-module-docstring
 import warnings
 
 if __name__ == 'courseware':
diff --git a/lms/djangoapps/instructor/views/__init__.py b/lms/djangoapps/instructor/views/__init__.py
index 83d462cd07a04ad192b850397f7d8ba20f13977f..2b14fd387e8792c685cb3ba79ccc9fe979e3043f 100644
--- a/lms/djangoapps/instructor/views/__init__.py
+++ b/lms/djangoapps/instructor/views/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 This is the UserPreference key for the user's recipient invoice copy
 """
 INVOICE_KEY = 'pref-invoice-copy'
diff --git a/lms/djangoapps/instructor/views/instructor_dashboard.py b/lms/djangoapps/instructor/views/instructor_dashboard.py
index 3401724aa384a1feb1fd4d59a2ac09258521d8b9..ffa49e3721a44c425fc67ee8986c7348c2da3e56 100644
--- a/lms/djangoapps/instructor/views/instructor_dashboard.py
+++ b/lms/djangoapps/instructor/views/instructor_dashboard.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Instructor Dashboard Views
 """
 
diff --git a/lms/djangoapps/instructor_task/__init__.py b/lms/djangoapps/instructor_task/__init__.py
index 86f8aed7af0f08c69325df0210bb352abeb15833..476eeca191524b0a1515e9d94af4599dfaaef3fe 100644
--- a/lms/djangoapps/instructor_task/__init__.py
+++ b/lms/djangoapps/instructor_task/__init__.py
@@ -1,2 +1,2 @@
-# lint-amnesty, pylint: disable=django-not-configured, missing-module-docstring
+# lint-amnesty, pylint: disable=missing-module-docstring
 default_app_config = 'lms.djangoapps.instructor_task.apps.InstructorTaskConfig'
diff --git a/lms/djangoapps/lti_provider/__init__.py b/lms/djangoapps/lti_provider/__init__.py
index 14d9b6518af75df33065028dce2387233914a64a..ccf384160db0ce5fb02db985e32f69d3a10119ae 100644
--- a/lms/djangoapps/lti_provider/__init__.py
+++ b/lms/djangoapps/lti_provider/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 The LTI Provider app gives a way to launch edX content via a campus LMS
 platform. LTI is a standard protocol for connecting educational tools, defined
 by IMS:
diff --git a/lms/djangoapps/teams/__init__.py b/lms/djangoapps/teams/__init__.py
index 4259abf7f6ab8003d8796de2112c1866e707038d..f2600b66dbc66855e4b1627d1a2ad7f306f779a4 100644
--- a/lms/djangoapps/teams/__init__.py
+++ b/lms/djangoapps/teams/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Defines common methods shared by Teams classes
 """
 
diff --git a/lms/djangoapps/verify_student/__init__.py b/lms/djangoapps/verify_student/__init__.py
index f099a835f8c81c8d1d60cbb5ab207a909f834e6d..cf9ef2ad1589ec3a081884beee53e6fd9ac63222 100644
--- a/lms/djangoapps/verify_student/__init__.py
+++ b/lms/djangoapps/verify_student/__init__.py
@@ -1,3 +1,3 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Student Identity Verification App
 """
diff --git a/lms/docker_lms_gunicorn.py b/lms/docker_lms_gunicorn.py
index 9b79a792a16aa75ec5927ce5ec6bccb01aed8ba9..163e13be33cc1758b08d1b954bfdff0b214314a4 100644
--- a/lms/docker_lms_gunicorn.py
+++ b/lms/docker_lms_gunicorn.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 gunicorn configuration file: http://docs.gunicorn.org/en/stable/configure.html
 """
 
diff --git a/lms/startup.py b/lms/startup.py
index e430d4cbc641a69266539557a71b2458d4217cdb..ed1ad1caba29a7fada6b95eac38c32c2e1b5047e 100644
--- a/lms/startup.py
+++ b/lms/startup.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Module for code that should run during LMS startup (deprecated)
 """
 
diff --git a/lms/tests.py b/lms/tests.py
index 7785abe0ba0222737131921a03a49e1f0cf23af9..8a447958268bf41d1d6883c73cec096ef14af1d2 100644
--- a/lms/tests.py
+++ b/lms/tests.py
@@ -1,4 +1,4 @@
-"""Tests for the lms module itself."""  # lint-amnesty, pylint: disable=django-not-configured
+"""Tests for the lms module itself."""
 
 
 import logging
diff --git a/lms/urls.py b/lms/urls.py
index 5e9f0a523b8e5ff23a93b8510f929e14bb5ae9b5..cfcdf14a9b5d7baf0b9b0bca497cd4e6cbdb17c6 100644
--- a/lms/urls.py
+++ b/lms/urls.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 URLs for LMS
 """
 
diff --git a/lms/wsgi.py b/lms/wsgi.py
index 5fc9188f63a9a5ac9de6b2cf14fdf732116976a0..4a8cb670491efc12d31259dc60f8e63881393c57 100644
--- a/lms/wsgi.py
+++ b/lms/wsgi.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 WSGI config for LMS.
 
 This module contains the WSGI application used by Django's development server
diff --git a/lms/wsgi_apache_lms.py b/lms/wsgi_apache_lms.py
index 00eaac9bb010ab19c9f5f88640647f4a237d765b..194dbb8878700943c6d581b47df0e26d6f79f9b8 100644
--- a/lms/wsgi_apache_lms.py
+++ b/lms/wsgi_apache_lms.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Apache WSGI file for LMS
 
 This module contains the WSGI application used for Apache deployment.
diff --git a/openedx/__init__.py b/openedx/__init__.py
index e971697c394d229bbddfb39c350da040c3cbeda4..f3d7c7b8a88500b9240e3b8f9fd378a0629aa94c 100644
--- a/openedx/__init__.py
+++ b/openedx/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 This is the root package for Open edX. The intent is that all importable code
 from Open edX will eventually live here, including the code in the lms, cms,
 and common directories.
diff --git a/openedx/core/apidocs.py b/openedx/core/apidocs.py
index 86a3847c954a63a66f707d4cb103a73ef53bc422..3651a2162c4db00ebe94a6864660e4b495b14dda 100644
--- a/openedx/core/apidocs.py
+++ b/openedx/core/apidocs.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Open API support.
 """
 
diff --git a/openedx/core/constants.py b/openedx/core/constants.py
index a82065679ed509d195d394340bbaaa0a2f7ffa78..ad16e9e595296807985e5545844b9b8bc045ca77 100644
--- a/openedx/core/constants.py
+++ b/openedx/core/constants.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Constants that are relevant to all of Open edX
 """
 # These are standard regexes for pulling out info like course_ids, usage_ids, etc.
diff --git a/openedx/core/djangoapps/bookmarks/__init__.py b/openedx/core/djangoapps/bookmarks/__init__.py
index 6901948021dd96866df5c52d9fe0a4f256c5ad94..32c18231afba4bb99f6cf15ef16fc71bacda3364 100644
--- a/openedx/core/djangoapps/bookmarks/__init__.py
+++ b/openedx/core/djangoapps/bookmarks/__init__.py
@@ -1,6 +1,6 @@
 """
 # lint-amnesty, pylint: disable=django-not-configured
-# lint-amnesty, pylint: disable=django-not-configured  # lint-amnesty, pylint: disable=django-not-configured
+# lint-amnesty, pylint: disable=django-not-configured
 Bookmarks module.
 """
 
diff --git a/openedx/core/djangoapps/cache_toolbox/__init__.py b/openedx/core/djangoapps/cache_toolbox/__init__.py
index 827e61813c21c067b0e695b07120fda6af42cf63..f41654ad433f437596c334682ab07665dfc35a4a 100644
--- a/openedx/core/djangoapps/cache_toolbox/__init__.py
+++ b/openedx/core/djangoapps/cache_toolbox/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 :mod:`cache_toolbox` --- Non-magical object caching tools for Django
 ====================================================================
 
diff --git a/openedx/core/djangoapps/catalog/__init__.py b/openedx/core/djangoapps/catalog/__init__.py
index f9df367bee8609e64252afcdd1f39c4e41f800d2..18e5699c643288ecee630f1161511513dd2bd29f 100644
--- a/openedx/core/djangoapps/catalog/__init__.py
+++ b/openedx/core/djangoapps/catalog/__init__.py
@@ -1,2 +1,2 @@
-# lint-amnesty, pylint: disable=django-not-configured, missing-module-docstring
+# lint-amnesty, pylint: disable=missing-module-docstring
 default_app_config = 'openedx.core.djangoapps.catalog.apps.CatalogConfig'
diff --git a/openedx/core/djangoapps/ccxcon/__init__.py b/openedx/core/djangoapps/ccxcon/__init__.py
index 04d742a93912ddc90353e43c72fc47b30c733a5f..98a839e4691d8b6694879c3d9b053247c62efe4a 100644
--- a/openedx/core/djangoapps/ccxcon/__init__.py
+++ b/openedx/core/djangoapps/ccxcon/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 The ccxcon app contains the models and the APIs to  interact
 with the `CCX Connector`, an application external to openedx
 that is used to interact with the CCX and their master courses.
diff --git a/openedx/core/djangoapps/commerce/__init__.py b/openedx/core/djangoapps/commerce/__init__.py
index 977fb12ffcc93e805f5d71663f5aaedfefbc57c5..9b06dc24a3d3d96cd487345c19fa29b4431a1bf5 100644
--- a/openedx/core/djangoapps/commerce/__init__.py
+++ b/openedx/core/djangoapps/commerce/__init__.py
@@ -1 +1 @@
-""" Thin Client for the Ecommerce API Service """  # lint-amnesty, pylint: disable=django-not-configured
+""" Thin Client for the Ecommerce API Service """
diff --git a/openedx/core/djangoapps/contentserver/__init__.py b/openedx/core/djangoapps/contentserver/__init__.py
index 6433e6479f169ea129cfc15799f7ec90688ddbaa..63136758e893e36caf9ca2f0b408050c1f7f006a 100644
--- a/openedx/core/djangoapps/contentserver/__init__.py
+++ b/openedx/core/djangoapps/contentserver/__init__.py
@@ -1,3 +1,3 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Serves course assets to end users.
 """
diff --git a/openedx/core/djangoapps/course_date_signals/__init__.py b/openedx/core/djangoapps/course_date_signals/__init__.py
index 9a235b3997098fb9abd88f1335728de972ca6d42..4d9e1da84147c0081955dae6eef68ecff6ead645 100644
--- a/openedx/core/djangoapps/course_date_signals/__init__.py
+++ b/openedx/core/djangoapps/course_date_signals/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Django app to manage course content dates, and ingesting them into edx-when for later use by the LMS.
 """
 
diff --git a/openedx/core/djangoapps/credentials/__init__.py b/openedx/core/djangoapps/credentials/__init__.py
index ba7b15e2e3274b51d71bca7eef46bc507a4bd386..b7c6418ae687bef43012840c7cd7456e3f84afc3 100644
--- a/openedx/core/djangoapps/credentials/__init__.py
+++ b/openedx/core/djangoapps/credentials/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 edX Platform support for credentials.
 
 This package will be used as a wrapper for interacting with the credentials
diff --git a/openedx/core/djangoapps/dark_lang/__init__.py b/openedx/core/djangoapps/dark_lang/__init__.py
index 4593e2dba6db4d39da6e76f8014d6fc65c188b8c..c516bcb0e4c3f0469e2e87e7442da7ab5b0791da 100644
--- a/openedx/core/djangoapps/dark_lang/__init__.py
+++ b/openedx/core/djangoapps/dark_lang/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Language Translation Dark Launching
 ===================================
 
diff --git a/openedx/core/djangoapps/discussions/__init__.py b/openedx/core/djangoapps/discussions/__init__.py
index 399a00d8f4170ae45d38808579358c6e73a4e5da..7aac22d8e478efa9723de3e1b521420b85ef4a59 100644
--- a/openedx/core/djangoapps/discussions/__init__.py
+++ b/openedx/core/djangoapps/discussions/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Handle discussions integrations
 """
 default_app_config = 'openedx.core.djangoapps.discussions.apps.DiscussionsConfig'
diff --git a/openedx/core/djangoapps/enrollments/__init__.py b/openedx/core/djangoapps/enrollments/__init__.py
index d86bd82241009e83ad5fbf4fd2738840f585446b..963bb1d78f9adaf306ae7c7d002b601362d4b6f0 100644
--- a/openedx/core/djangoapps/enrollments/__init__.py
+++ b/openedx/core/djangoapps/enrollments/__init__.py
@@ -1,3 +1,3 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Enrollment API helpers and settings
 """
diff --git a/openedx/core/djangoapps/external_user_ids/__init__.py b/openedx/core/djangoapps/external_user_ids/__init__.py
index 61de1257bf58eee7565fe813ff723022c718e432..dbf6fe4b2d50881b7104087ef395dee93b34d890 100644
--- a/openedx/core/djangoapps/external_user_ids/__init__.py
+++ b/openedx/core/djangoapps/external_user_ids/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 edX Platform support for external user IDs.
 
 This package will be used to support generating external User IDs to be shared
diff --git a/openedx/core/djangoapps/header_control/__init__.py b/openedx/core/djangoapps/header_control/__init__.py
index 5f07de15d679f4ddff417f0f6a064b13b2f451af..ad2208736daa1bc864c03921c97ca74c6f615836 100644
--- a/openedx/core/djangoapps/header_control/__init__.py
+++ b/openedx/core/djangoapps/header_control/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 This middleware is used for adjusting the headers in a response before it is sent to the end user.
 
 This middleware is intended to sit as close as possible to the top of the middleare list as possible,
diff --git a/openedx/core/djangoapps/lang_pref/__init__.py b/openedx/core/djangoapps/lang_pref/__init__.py
index 59885acf622132803c953bc6f6fef854ace85cad..a72ca0bb3b3f8be829503800cc725256a1f52ec4 100644
--- a/openedx/core/djangoapps/lang_pref/__init__.py
+++ b/openedx/core/djangoapps/lang_pref/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Useful information for setting the language preference
 """
 
diff --git a/openedx/core/djangoapps/monkey_patch/__init__.py b/openedx/core/djangoapps/monkey_patch/__init__.py
index 8e7911a8b1ae5d941c84624dd0cd6f7b5f2043b3..ed4b9fc261988577843cd2f5849971808e1efb0e 100644
--- a/openedx/core/djangoapps/monkey_patch/__init__.py
+++ b/openedx/core/djangoapps/monkey_patch/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Monkey-patch the edX platform
 
 Here be dragons (and simians!)
diff --git a/openedx/core/djangoapps/programs/__init__.py b/openedx/core/djangoapps/programs/__init__.py
index 3da3ae788172412993f03c951a7e8d97e4287d6b..59c89ace57e589379b9aaf90c88bd2b9006b61c0 100644
--- a/openedx/core/djangoapps/programs/__init__.py
+++ b/openedx/core/djangoapps/programs/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Platform support for Programs.
 
 This package is a thin wrapper around interactions with the Programs service,
diff --git a/openedx/core/djangoapps/schedules/__init__.py b/openedx/core/djangoapps/schedules/__init__.py
index 989b2b2e16397123a94acc98e6db28467b714e41..040a9e85edb57476d540921ce5b154d3ecd147bf 100644
--- a/openedx/core/djangoapps/schedules/__init__.py
+++ b/openedx/core/djangoapps/schedules/__init__.py
@@ -1,2 +1,2 @@
-# lint-amnesty, pylint: disable=django-not-configured, missing-module-docstring
+# lint-amnesty, pylint: disable=missing-module-docstring
 default_app_config = 'openedx.core.djangoapps.schedules.apps.SchedulesConfig'
diff --git a/openedx/core/djangoapps/schedules/config.py b/openedx/core/djangoapps/schedules/config.py
index 8011b96855329852d16db5f37a22023020551b92..aff784be54b6ff020660ea229abe8f35cea67b82 100644
--- a/openedx/core/djangoapps/schedules/config.py
+++ b/openedx/core/djangoapps/schedules/config.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Contains configuration for schedules app
 """
 
diff --git a/openedx/core/djangoapps/schedules/content_highlights.py b/openedx/core/djangoapps/schedules/content_highlights.py
index 07349724973ddfac648a975deb818ec0962db7e6..6e078fc481b92954630a19db80fea2a0a153d9e5 100644
--- a/openedx/core/djangoapps/schedules/content_highlights.py
+++ b/openedx/core/djangoapps/schedules/content_highlights.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Contains methods for accessing course highlights. Course highlights is a
 schedule experience built on the Schedules app.
 """
diff --git a/openedx/core/djangoapps/schedules/resolvers.py b/openedx/core/djangoapps/schedules/resolvers.py
index 541734ce5d58d2a08e4973e3797c2d27e10d9feb..492a67f30d69e2f628d0c61af0fff67994791af1 100644
--- a/openedx/core/djangoapps/schedules/resolvers.py
+++ b/openedx/core/djangoapps/schedules/resolvers.py
@@ -1,4 +1,4 @@
-# lint-amnesty, pylint: disable=django-not-configured, missing-module-docstring
+# lint-amnesty, pylint: disable=missing-module-docstring
 
 import datetime
 import logging
diff --git a/openedx/core/djangoapps/schedules/signals.py b/openedx/core/djangoapps/schedules/signals.py
index f84a6f55662d154767410afb2fc5178d1ea3290a..5161cda040a31713a191a2529a54e85874927e25 100644
--- a/openedx/core/djangoapps/schedules/signals.py
+++ b/openedx/core/djangoapps/schedules/signals.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 CourseEnrollment related signal handlers.
 """
 
diff --git a/openedx/core/djangoapps/schedules/tasks.py b/openedx/core/djangoapps/schedules/tasks.py
index 721b5654c91c832b6abc525338e9f9391d87c455..a885bece7b90dedd81db4030e2b08064b0ca7ac4 100644
--- a/openedx/core/djangoapps/schedules/tasks.py
+++ b/openedx/core/djangoapps/schedules/tasks.py
@@ -1,4 +1,4 @@
-# lint-amnesty, pylint: disable=django-not-configured, missing-module-docstring
+# lint-amnesty, pylint: disable=missing-module-docstring
 
 import datetime
 import logging
diff --git a/openedx/core/djangoapps/schedules/utils.py b/openedx/core/djangoapps/schedules/utils.py
index 007da1eae987553027315cb8328e47f3c3a63578..de4f8bad6739f041113d49b458a37aeb18f901e2 100644
--- a/openedx/core/djangoapps/schedules/utils.py
+++ b/openedx/core/djangoapps/schedules/utils.py
@@ -1,4 +1,4 @@
-# lint-amnesty, pylint: disable=django-not-configured, missing-module-docstring
+# lint-amnesty, pylint: disable=missing-module-docstring
 
 import datetime
 import logging
diff --git a/openedx/core/djangoapps/self_paced/admin.py b/openedx/core/djangoapps/self_paced/admin.py
index 28c0d68ad841d14401f7b0b9e7410917ae1d06d6..df3ff01b25b9c26e49c0353894808e284ee2b777 100644
--- a/openedx/core/djangoapps/self_paced/admin.py
+++ b/openedx/core/djangoapps/self_paced/admin.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Admin site bindings for self-paced courses.
 """
 
diff --git a/openedx/core/djangoapps/service_status/__init__.py b/openedx/core/djangoapps/service_status/__init__.py
index 72eb0e976e0e32ca1336c4c3e48667dd4f6158af..e90be0088ea54238c071458c95c9836cff549ee8 100644
--- a/openedx/core/djangoapps/service_status/__init__.py
+++ b/openedx/core/djangoapps/service_status/__init__.py
@@ -1,3 +1,3 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Stub for a Django app to report the status of various services
 """
diff --git a/openedx/core/djangoapps/site_configuration/__init__.py b/openedx/core/djangoapps/site_configuration/__init__.py
index 73853402dcd5e81e9209e2708abc5a10d8b5a2de..f470c9b9eb8431d167dcec48dfe8068ed6968786 100644
--- a/openedx/core/djangoapps/site_configuration/__init__.py
+++ b/openedx/core/djangoapps/site_configuration/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 This app is used for creating/updating site's configuration. This app encapsulate configuration related logic for sites
 and provides a way for sites to override default/system behavioural or presentation logic.
 
diff --git a/openedx/core/djangoapps/site_configuration/helpers.py b/openedx/core/djangoapps/site_configuration/helpers.py
index a4bf26660f7c3de64e2aad887297f6ccb12ed82a..a910c4fb71193fd04f15038908dae1b4a04290a2 100644
--- a/openedx/core/djangoapps/site_configuration/helpers.py
+++ b/openedx/core/djangoapps/site_configuration/helpers.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Helpers methods for site configuration.
 """
 
diff --git a/openedx/core/djangoapps/video_config/__init__.py b/openedx/core/djangoapps/video_config/__init__.py
index ae448c0a861c501524d8653b20f70c5ebb901993..c1188dde9bd3587ec60aa8924f4e81fac44c917e 100644
--- a/openedx/core/djangoapps/video_config/__init__.py
+++ b/openedx/core/djangoapps/video_config/__init__.py
@@ -1 +1 @@
-# TODO Move this Application to video codebase when Video XModule becomes an XBlock. Reference: TNL-6867.  # lint-amnesty, pylint: disable=django-not-configured
+# TODO Move this Application to video codebase when Video XModule becomes an XBlock. Reference: TNL-6867.
diff --git a/openedx/core/djangoapps/waffle_utils/__init__.py b/openedx/core/djangoapps/waffle_utils/__init__.py
index 260f8777aef97249b767d0f07f5bad2175a4e240..235d14a739b264563e3bd654488d434de9f0ed14 100644
--- a/openedx/core/djangoapps/waffle_utils/__init__.py
+++ b/openedx/core/djangoapps/waffle_utils/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Extra utilities for waffle: most classes are defined in edx_toggles.toggles (https://edx-toggles.readthedocs.io/), but
 we keep here some extra classes for usage within edx-platform. These classes cover course override use cases.
 """
diff --git a/openedx/core/djangoapps/xblock/__init__.py b/openedx/core/djangoapps/xblock/__init__.py
index 07b2f576781f8b95f31aa879f7132ffc0d2b9e51..7b16445048ab8eb8df74bf8d4c7a824e46faa6f8 100644
--- a/openedx/core/djangoapps/xblock/__init__.py
+++ b/openedx/core/djangoapps/xblock/__init__.py
@@ -1,3 +1,3 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 The new XBlock runtime and related code.
 """
diff --git a/openedx/core/djangolib/blockstore_cache.py b/openedx/core/djangolib/blockstore_cache.py
index 9ca81f47dcab6f0ebdba77803b8bb0d93a14e1a9..df1e3fdf3289eeafe1e1a26168504239f969d382 100644
--- a/openedx/core/djangolib/blockstore_cache.py
+++ b/openedx/core/djangolib/blockstore_cache.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 An API for caching data related to Blockstore bundles
 
 The whole point of this is to make the hard problem of cache invalidation
diff --git a/openedx/core/djangolib/fields.py b/openedx/core/djangolib/fields.py
index 831975025318a7a7b5a92ad15d53a0b1823a003b..dc5318bb743e7a2cbe5b8b317c8396776ff2aa37 100644
--- a/openedx/core/djangolib/fields.py
+++ b/openedx/core/djangolib/fields.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Custom Django fields.
 """
 
diff --git a/openedx/core/djangolib/js_utils.py b/openedx/core/djangolib/js_utils.py
index 12fadab5caedf4e79a9de4e1f18ae2b94f319f5f..79b80708255b180a3f96d00ebbcb84d5c5507e79 100644
--- a/openedx/core/djangolib/js_utils.py
+++ b/openedx/core/djangolib/js_utils.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Utilities for dealing with Javascript and JSON.
 """
 
diff --git a/openedx/core/djangolib/markup.py b/openedx/core/djangolib/markup.py
index 8b02b1dceeaa54b8a25f79bc205812a49fc1f6c4..c214728d89e722711f76e07bd06fe556cd5ff833 100644
--- a/openedx/core/djangolib/markup.py
+++ b/openedx/core/djangolib/markup.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Utilities for use in Mako markup.
 """
 
diff --git a/openedx/core/djangolib/model_mixins.py b/openedx/core/djangolib/model_mixins.py
index 1b0e1f5c32bfd584e6976350050bf0e686d046a7..266f1e99d669b51189ed2353b2529c47b551c238 100644
--- a/openedx/core/djangolib/model_mixins.py
+++ b/openedx/core/djangolib/model_mixins.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Custom Django Model mixins.
 """
 
diff --git a/openedx/core/djangolib/oauth2_retirement_utils.py b/openedx/core/djangolib/oauth2_retirement_utils.py
index c31c491e18295640a54ec52bff73d19419e433a0..7b0c541e25b84aa93c72af64f3e67c51dce26ba8 100644
--- a/openedx/core/djangolib/oauth2_retirement_utils.py
+++ b/openedx/core/djangolib/oauth2_retirement_utils.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Removes user PII from OAuth2 models.
 """
 
diff --git a/openedx/core/djangolib/testing/tests/test_utils.py b/openedx/core/djangolib/testing/tests/test_utils.py
index 8793388e27960e5e09a98056b8b0c56797358dc6..b81b25a781349ac1492e68fc9feb92158058efef 100644
--- a/openedx/core/djangolib/testing/tests/test_utils.py
+++ b/openedx/core/djangolib/testing/tests/test_utils.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Test that testing utils do what they say.
 """
 
diff --git a/openedx/core/djangolib/testing/utils.py b/openedx/core/djangolib/testing/utils.py
index ff1217fb7efb3d6d7d69118fefd5a1114465bad2..c3c5b9db08cecfba546ff56e691febc2c058cb04 100644
--- a/openedx/core/djangolib/testing/utils.py
+++ b/openedx/core/djangolib/testing/utils.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Utility classes for testing django applications.
 
 :py:class:`CacheIsolationMixin`
diff --git a/openedx/core/djangolib/tests/test_blockstore_cache.py b/openedx/core/djangolib/tests/test_blockstore_cache.py
index 0e5b3f898ce4d1ef4d3e2f72b3d27c094a0e6e84..56b970289fa3214c473107504249641533cd2225 100644
--- a/openedx/core/djangolib/tests/test_blockstore_cache.py
+++ b/openedx/core/djangolib/tests/test_blockstore_cache.py
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-  # lint-amnesty, pylint: disable=django-not-configured
+# -*- coding: utf-8 -*-
 """
 Tests for BundleCache
 """
diff --git a/openedx/core/djangolib/tests/test_js_utils.py b/openedx/core/djangolib/tests/test_js_utils.py
index 822cefd408d7b74c4c50175d773fbe48cb7e4248..f9fc8e9950ce05c732d5a406b316362ac14f96c5 100644
--- a/openedx/core/djangolib/tests/test_js_utils.py
+++ b/openedx/core/djangolib/tests/test_js_utils.py
@@ -1,4 +1,4 @@
-# lint-amnesty, pylint: disable=bad-option-value, unicode-format-string  # lint-amnesty, pylint: disable=django-not-configured
+# lint-amnesty, pylint: disable=bad-option-value, unicode-format-string
 # -*- coding: utf-8 -*-
 """
 Tests for js_utils.py
diff --git a/openedx/core/djangolib/tests/test_markup.py b/openedx/core/djangolib/tests/test_markup.py
index bc3062ba3ed251d60561c712096922432755938a..a4b4efb5123a6facd0618d6a15c5c3ae31b141ab 100644
--- a/openedx/core/djangolib/tests/test_markup.py
+++ b/openedx/core/djangolib/tests/test_markup.py
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-  # lint-amnesty, pylint: disable=django-not-configured
+# -*- coding: utf-8 -*-
 """
 Tests for openedx.core.djangolib.markup
 """
diff --git a/openedx/core/djangolib/tests/test_oauth2_retirement_utils.py b/openedx/core/djangolib/tests/test_oauth2_retirement_utils.py
index 05670ba48953f84395f04330cf49782841957a1f..e5465aa1d1096fc0cfddf6ac3d4f537d6fbd41aa 100644
--- a/openedx/core/djangolib/tests/test_oauth2_retirement_utils.py
+++ b/openedx/core/djangolib/tests/test_oauth2_retirement_utils.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Contains tests for OAuth2 model-retirement methods.
 """
 
diff --git a/openedx/core/djangolib/tests/test_translation_utils.py b/openedx/core/djangolib/tests/test_translation_utils.py
index c700c0470a927d57682e23265aa7504cd09d8820..0d9d4fb1be6c8f23654eb8d773e9b40d0d80edd5 100644
--- a/openedx/core/djangolib/tests/test_translation_utils.py
+++ b/openedx/core/djangolib/tests/test_translation_utils.py
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-  # lint-amnesty, pylint: disable=django-not-configured
+# -*- coding: utf-8 -*-
 """
 Tests for openedx.core.djangolib.translation_utils
 """
diff --git a/openedx/core/djangolib/translation_utils.py b/openedx/core/djangolib/translation_utils.py
index a8346495d486016a886d0b98948f9ccef4a0bd2c..f9749e37c270aef5450d2716540dabcb8be388c3 100644
--- a/openedx/core/djangolib/translation_utils.py
+++ b/openedx/core/djangolib/translation_utils.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 i18n utility functions
 """
 
diff --git a/openedx/core/pytest_hooks.py b/openedx/core/pytest_hooks.py
index b34ebcbf07a5efab31fbe06e4af9a99e4a879e06..211680d362ad98caa9c2cf8ebdbbb11624864eb0 100644
--- a/openedx/core/pytest_hooks.py
+++ b/openedx/core/pytest_hooks.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Module to put all pytest hooks that modify pytest behaviour
 """
 import os
diff --git a/openedx/core/release.py b/openedx/core/release.py
index 0bd53fac592b03a4e548595a5ca2e7df0da1b35f..6aa63d17d06bce5e904031ccfd4a46a50c014527 100644
--- a/openedx/core/release.py
+++ b/openedx/core/release.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Information about the release line of this Open edX code.
 """
 
diff --git a/openedx/core/storage.py b/openedx/core/storage.py
index 338c55829c44d631ba76f2fcf96524180039143e..a016915c3126f88f0ed31c78d9ede32aea198acf 100644
--- a/openedx/core/storage.py
+++ b/openedx/core/storage.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Django storage backends for Open edX.
 """
 
diff --git a/openedx/core/tests/test_admin_view.py b/openedx/core/tests/test_admin_view.py
index 4779021b490554d3634be7bd489266671ef656d4..d6275b464e3457a3ede8d3e7afbfa50949e2a309 100644
--- a/openedx/core/tests/test_admin_view.py
+++ b/openedx/core/tests/test_admin_view.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Tests that verify that the admin view loads.
 
 This is not inside a django app because it is a global property of the system.
diff --git a/openedx/core/toggles.py b/openedx/core/toggles.py
index 32634e6f0399c23f6bcf63291f83e48963483941..c47d25e9dc33a3d220389f74748a6194eb72bfec 100644
--- a/openedx/core/toggles.py
+++ b/openedx/core/toggles.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Feature toggles used across the platform. Toggles should only be added to this module if we don't have a better place
 for them. Generally speaking, they should be added to the most appropriate app or repo.
 """
diff --git a/openedx/core/write_to_html.py b/openedx/core/write_to_html.py
index d62b0e36a28a125fb503ddbe559ffd711bf8e7d0..108ea179a92314e35f654cab0fe37048c53229d5 100644
--- a/openedx/core/write_to_html.py
+++ b/openedx/core/write_to_html.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Class used to write pytest warning data  into html format
 """
 import textwrap
diff --git a/openedx/features/calendar_sync/__init__.py b/openedx/features/calendar_sync/__init__.py
index 1189b06cec16b7747c8c4e1686c3e5449b53d9ce..47f76c832d8b6a1fa17a35d39f95bfa3d7fd5895 100644
--- a/openedx/features/calendar_sync/__init__.py
+++ b/openedx/features/calendar_sync/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Calendar syncing Course dates with a User.
 """
 default_app_config = 'openedx.features.calendar_sync.apps.UserCalendarSyncConfig'
diff --git a/openedx/features/course_experience/__init__.py b/openedx/features/course_experience/__init__.py
index 01f6b53bd0b36467c017c6c1f71b6999922b1f44..3f720cb503d7fd489e8b8caa7ceed64295dcfa18 100644
--- a/openedx/features/course_experience/__init__.py
+++ b/openedx/features/course_experience/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Unified course experience settings and helper methods.
 """
 import crum
diff --git a/openedx/features/discounts/__init__.py b/openedx/features/discounts/__init__.py
index 37dba338c72d31d6cbac6b1f1a63c47760d2591e..2b2e8e7df605526ed4cd2bb7868cdf1ce68fc7f9 100644
--- a/openedx/features/discounts/__init__.py
+++ b/openedx/features/discounts/__init__.py
@@ -1,4 +1,4 @@
-"""  # lint-amnesty, pylint: disable=django-not-configured
+"""
 Discounts are determined by a combination of user and course, and have a one to one relationship with the enrollment
 (if already enrolled) or a join table of user and course. They are determined in LMS, because all of the data for
 the business rules exists here. Discount rules are meant to be permanent.