From 31347cc6db499f3735ce33aedf476d5785f2bdbe Mon Sep 17 00:00:00 2001 From: "Arjun G. Menon" Date: Thu, 21 Nov 2024 21:46:17 -0500 Subject: [PATCH] Fix pylint issue in fs.py --- alteza/fs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alteza/fs.py b/alteza/fs.py index 94cea04..f2d869d 100644 --- a/alteza/fs.py +++ b/alteza/fs.py @@ -376,7 +376,7 @@ def processMarkdown(text: str) -> Result: class NonMd(PyPageNode): def __init__( - # pylint: disable=too-many-arguments + # pylint: disable=too-many-positional-arguments self, realName: str, rectifiedFileName: str,