From 07abd6c12e565dd48442c170e74fe94206d9bcce Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Thu, 29 Apr 2021 18:36:41 -0300 Subject: [PATCH] Disable pylint's `too-many-arguments`. This is a style decision for ansible-freeipa, and in use by most modules. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 8fd2726f..7609b1a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,6 +39,7 @@ disable = wrong-import-position, protected-access, no-name-in-module, + too-many-arguments, too-many-statements, duplicate-code, broad-except, -- GitLab