Merge pull request #26385 from edx/usamasadiq/bom-2332-pylint-amnesty
Applied pylint amnesty
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""
|
||||
""" # lint-amnesty, pylint: disable=django-not-configured
|
||||
Custom Django fields.
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""
|
||||
""" # lint-amnesty, pylint: disable=django-not-configured
|
||||
Utilities for dealing with Javascript and JSON.
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""
|
||||
""" # lint-amnesty, pylint: disable=django-not-configured
|
||||
Utilities for use in Mako markup.
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""
|
||||
""" # lint-amnesty, pylint: disable=django-not-configured
|
||||
Custom Django Model mixins.
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""
|
||||
""" # lint-amnesty, pylint: disable=django-not-configured
|
||||
Removes user PII from OAuth2 models.
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""
|
||||
""" # lint-amnesty, pylint: disable=django-not-configured
|
||||
Test that testing utils do what they say.
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""
|
||||
""" # lint-amnesty, pylint: disable=django-not-configured
|
||||
Utility classes for testing django applications.
|
||||
|
||||
:py:class:`CacheIsolationMixin`
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*- # lint-amnesty, pylint: disable=django-not-configured
|
||||
"""
|
||||
Tests for BundleCache
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# lint-amnesty, pylint: disable=bad-option-value, unicode-format-string
|
||||
# lint-amnesty, pylint: disable=bad-option-value, unicode-format-string # lint-amnesty, pylint: disable=django-not-configured
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Tests for js_utils.py
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*- # lint-amnesty, pylint: disable=django-not-configured
|
||||
"""
|
||||
Tests for openedx.core.djangolib.markup
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""
|
||||
""" # lint-amnesty, pylint: disable=django-not-configured
|
||||
Contains tests for OAuth2 model-retirement methods.
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*- # lint-amnesty, pylint: disable=django-not-configured
|
||||
"""
|
||||
Tests for openedx.core.djangolib.translation_utils
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""
|
||||
""" # lint-amnesty, pylint: disable=django-not-configured
|
||||
i18n utility functions
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user