From a58a924be8d9f8f9204d637d0a5c69fc63934f75 Mon Sep 17 00:00:00 2001 From: freiheit Date: Sat, 9 Dec 2023 22:01:37 -0800 Subject: [PATCH] Disable some pylint things that are annoying more than helping right now --- mvkdicebot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mvkdicebot.py b/mvkdicebot.py index e894820..0ee04ac 100755 --- a/mvkdicebot.py +++ b/mvkdicebot.py @@ -67,6 +67,8 @@ async def roll(ctx, *, dicestr: str): # pylint: disable=too-many-locals # pylint: disable=too-many-branches # pylint: disable=too-many-statements + # pylint: disable=too-many-nested-blocks + # pylint: disable=line-too-long logger.debug(f"roll: {dicestr}")