diff --git a/pylintrc b/pylintrc index 92660094a468faec360c47a2193d1431dbda848e..3e50601b6a44e945a8d7986ba24e0cbeac59f7a6 100644 --- a/pylintrc +++ b/pylintrc @@ -350,6 +350,7 @@ disable = too-many-locals, too-many-public-methods, too-many-return-statements, + ungrouped-imports, unichr-builtin, unicode-builtin, unpacking-in-except, @@ -456,4 +457,4 @@ int-import-graph = [EXCEPTIONS] overgeneral-exceptions = Exception -# 69925c09262a3e603e0b833ddc773d2d0c267899 +# f53942526b8e9020150e5025e6a8aa60c76971d9 diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index 469244026a3abbc2aafb71dbffcfbf047098935c..f0eb6fe0028bf3e7fc85a02f45f8d4a95c1ae376 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -127,7 +127,7 @@ edx-django-utils==1.0.3 edx-drf-extensions==2.2.1 edx-enterprise==1.5.5 edx-i18n-tools==0.4.8 -edx-lint==1.2.0 +edx-lint==1.2.1 edx-milestones==0.1.13 edx-oauth2-provider==1.2.2 edx-opaque-keys[django]==0.4.4 diff --git a/requirements/edx/testing.in b/requirements/edx/testing.in index 52d531da8eef9b7ca6237416fe5ba49cd8085c71..a187f09ade328ddfd66f63bd3062ec5ae1a6280a 100644 --- a/requirements/edx/testing.in +++ b/requirements/edx/testing.in @@ -25,7 +25,7 @@ code-annotations # Perform code annotation checking, such as for PII an cssselect # Used to extract HTML fragments via CSS selectors in 2 test cases and pyquery ddt # Run a test case multiple times with different input; used in many, many of our tests edx-i18n-tools>=0.4.6 # Commands for developers and translators to extract, compile and validate translations -edx-lint==1.2.0 # pylint extensions for Open edX repositories +edx-lint==1.2.1 # pylint extensions for Open edX repositories factory_boy==2.8.1 # Library for creating test fixtures, used in many tests freezegun # Allows tests to mock the output of assorted datetime module functions httpretty # Library for mocking HTTP requests, used in many tests diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index 108c8906e9394a2fd385d03d93c1baa70da853ba..a4c5f7a6f5b6b0550eb12fdd4ce475230579bb79 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -123,7 +123,7 @@ edx-django-utils==1.0.3 edx-drf-extensions==2.2.1 edx-enterprise==1.5.5 edx-i18n-tools==0.4.8 -edx-lint==1.2.0 +edx-lint==1.2.1 edx-milestones==0.1.13 edx-oauth2-provider==1.2.2 edx-opaque-keys[django]==0.4.4