From b624762b3cd344eb34f96b04ddddaf08e539ebed Mon Sep 17 00:00:00 2001 From: Hari Date: Sun, 21 Jan 2024 10:25:36 +0100 Subject: [PATCH] Update setup.cfg --- setup.cfg | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/setup.cfg b/setup.cfg index 738a327..4ee2cdf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,22 +21,23 @@ source = pathfinding3d show_missing = True exclude_also = def __repr__ - def __str__ - def __lt__ - def __eq__ + def __str__ + def __lt__ + def __eq__ [pylint] -disable = missing-docstring, - invalid-name, - too-many-instance-attributes, - too-many-locals, - too-many-nested-blocks, - too-many-public-methods, - too-few-public-methods, - too-many-arguments, - too-many-branches, - # many functions will naturally have unused arguments. - unused-argument, +disable = + missing-docstring, + invalid-name, + too-many-instance-attributes, + too-many-locals, + too-many-nested-blocks, + too-many-public-methods, + too-few-public-methods, + too-many-arguments, + too-many-branches, + # many functions will naturally have unused arguments. + unused-argument, [pylint.FORMAT] max-line-length = 120