From 3e413b1e18b55eb875e2cf3e5f509b22b7ab60fa Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Sun, 15 Oct 2023 21:45:54 +0200 Subject: [PATCH] chore: adjust pylint max args (#240) --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 014376a..bb2cd6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -159,6 +159,9 @@ enable = [ [tool.pylint.CODE_STYLE] max-line-length-suggestions = 88 +[tool.pylint.DESIGN] +max-args = 7 + [tool.pylint.TYPING] runtime-typing = false