Applied pylint amnesty

This commit is contained in:
usamasadiq
2021-02-04 20:16:35 +05:00
parent 047cc151f4
commit 583f11363f
9 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
""" # lint-amnesty, pylint: disable=django-not-configured
""" # lint-amnesty, pylint: disable=django-not-configured # lint-amnesty, pylint: disable=django-not-configured
Open API support.
"""

View File

@@ -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.

View File

@@ -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
"""

View File

@@ -1,4 +1,4 @@
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Module to put all pytest hooks that modify pytest behaviour
"""
import os

View File

@@ -1,4 +1,4 @@
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Information about the release line of this Open edX code.
"""

View File

@@ -1,4 +1,4 @@
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Django storage backends for Open edX.
"""

View File

@@ -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.

View File

@@ -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.
"""

View File

@@ -1,4 +1,4 @@
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Class used to write pytest warning data into html format
"""
import textwrap