diff --git a/pylintrc b/pylintrc index 9c560e1..87e5765 100644 --- a/pylintrc +++ b/pylintrc @@ -64,7 +64,7 @@ # SERIOUSLY. # # ------------------------------ -# Generated by edx-lint version: 5.3.4 +# Generated by edx-lint version: 5.4.0 # ------------------------------ [MASTER] ignore = ,migrations, settings, wsgi.py @@ -292,6 +292,7 @@ disable = consider-using-with, bad-option-value, superfluous-parens, + too-many-positional-arguments, [REPORTS] output-format = text @@ -388,4 +389,4 @@ int-import-graph = [EXCEPTIONS] overgeneral-exceptions = builtins.Exception -# fde14ff2b7c1587153eb26f978301341091e9e23 +# 6bfed9ad443e866d9a33488886e056ff8b3814d6 diff --git a/pylintrc_tweaks b/pylintrc_tweaks index 7428573..63cba31 100644 --- a/pylintrc_tweaks +++ b/pylintrc_tweaks @@ -11,3 +11,4 @@ DISABLE+= consider-using-with, bad-option-value, superfluous-parens, + too-many-positional-arguments,