From 2dac9c8c1cb7ca73c9f135b1197e7cb271ee723e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=20Vinh=20LUONG=20=28L=C6=AF=C6=A0NG=20Th=E1=BA=BF=20Vi?= =?UTF-8?q?nh=29?= Date: Fri, 20 Sep 2024 13:02:04 -0700 Subject: [PATCH] update PyLint linting configs --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d6e76e742..c9dca258e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,6 +140,7 @@ disable = [ "redefined-outer-name", "relative-beyond-top-level", "too-few-public-methods", + "too-many-positional-arguments", "unnecessary-pass", ]