Merge pull request #26387 from edx/usamasadiq/bom-2333-pylint-amnesty

Applied pylint amnesty
This commit is contained in:
Usama Sadiq
2021-02-08 18:20:51 +05:00
committed by GitHub
8 changed files with 8 additions and 8 deletions

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