From eeb8ae32190c71186858b9c8a8d4fdb5ad9354ca Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Fri, 20 Sep 2024 09:36:04 +0000 Subject: [PATCH] pylint: increase max-line-length to 116 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfd9f325..7da1827d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [tool.pylint.format] indent-string = "\t" indent-after-paren = 2 -max-line-length = 110 +max-line-length = 116 [tool.pylint.main] recursive = true