We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1df02 commit 7db5fe5Copy full SHA for 7db5fe5
1 file changed
wavefront_cli/lib/proxy.py
@@ -76,8 +76,9 @@ def install_proxy(proxy_next):
76
install_status = True
77
return install_status
78
79
+# For older pylint versions, adding E1121 to disable too-many-positional-arguments
80
-# pylint: disable=too-many-arguments, too-many-positional-arguments
81
+# pylint: disable=too-many-arguments, E1121
82
def configure_proxy(url, wavefront_api_token, csp_api_token=None,
83
csp_app_id=None, csp_app_secret=None, csp_org_id=None):
84
"""Configure wavefront proxy."""
0 commit comments