Skip to content
Snippets Groups Projects
Unverified Commit 78087152 authored by Usama Sadiq's avatar Usama Sadiq Committed by GitHub
Browse files

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

Applied pylint amnesty
parents 17cde562 2ea5e50b
No related branches found
No related tags found
No related merge requests found
"""
""" # 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.
......
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Script to process pytest warnings output by pytest-json-report plugin and output it as a html
"""
......
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Module to put all pytest hooks that modify pytest behaviour
"""
import os
......
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Information about the release line of this Open edX code.
"""
......
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Django storage backends for Open edX.
"""
......
"""
""" # 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.
......
"""
""" # 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.
"""
......
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Class used to write pytest warning data into html format
"""
import textwrap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment