Merge pull request #26387 from edx/usamasadiq/bom-2333-pylint-amnesty
Applied pylint amnesty
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""
|
||||
""" # lint-amnesty, pylint: disable=django-not-configured
|
||||
Script to process pytest warnings output by pytest-json-report plugin and output it as a html
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""
|
||||
""" # lint-amnesty, pylint: disable=django-not-configured
|
||||
Module to put all pytest hooks that modify pytest behaviour
|
||||
"""
|
||||
import os
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""
|
||||
""" # lint-amnesty, pylint: disable=django-not-configured
|
||||
Information about the release line of this Open edX code.
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""
|
||||
""" # lint-amnesty, pylint: disable=django-not-configured
|
||||
Django storage backends for Open edX.
|
||||
"""
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""
|
||||
""" # lint-amnesty, pylint: disable=django-not-configured
|
||||
Class used to write pytest warning data into html format
|
||||
"""
|
||||
import textwrap
|
||||
|
||||
Reference in New Issue
Block a user