Disable pylint's too-many-arguments.

This is a style decision for ansible-freeipa, and in use by most
modules.
This commit is contained in:
Rafael Guterres Jeffman
2021-04-29 18:36:41 -03:00
parent 87504eaa2c
commit 07abd6c12e

View File

@@ -39,6 +39,7 @@ disable =
wrong-import-position,
protected-access,
no-name-in-module,
too-many-arguments,
too-many-statements,
duplicate-code,
broad-except,