Merge pull request #26385 from edx/usamasadiq/bom-2332-pylint-amnesty

Applied pylint amnesty
This commit is contained in:
Usama Sadiq
2021-02-04 19:46:00 +05:00
committed by GitHub
14 changed files with 14 additions and 14 deletions

View File

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

View File

@@ -1,4 +1,4 @@
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Custom Django fields.
"""

View File

@@ -1,4 +1,4 @@
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Utilities for dealing with Javascript and JSON.
"""

View File

@@ -1,4 +1,4 @@
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Utilities for use in Mako markup.
"""

View File

@@ -1,4 +1,4 @@
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Custom Django Model mixins.
"""

View File

@@ -1,4 +1,4 @@
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Removes user PII from OAuth2 models.
"""

View File

@@ -1,4 +1,4 @@
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Test that testing utils do what they say.
"""

View File

@@ -1,4 +1,4 @@
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Utility classes for testing django applications.
:py:class:`CacheIsolationMixin`

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*- # lint-amnesty, pylint: disable=django-not-configured
"""
Tests for BundleCache
"""

View File

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

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*- # lint-amnesty, pylint: disable=django-not-configured
"""
Tests for openedx.core.djangolib.markup
"""

View File

@@ -1,4 +1,4 @@
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Contains tests for OAuth2 model-retirement methods.
"""

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*- # lint-amnesty, pylint: disable=django-not-configured
"""
Tests for openedx.core.djangolib.translation_utils
"""

View File

@@ -1,4 +1,4 @@
"""
""" # lint-amnesty, pylint: disable=django-not-configured
i18n utility functions
"""