From ab3a41e963cc2e20e50321ff3998bd1f6e2206d8 Mon Sep 17 00:00:00 2001 From: Fellipe Castro Date: Wed, 19 Apr 2023 19:55:25 -0300 Subject: [PATCH] Update --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index dbcb7db..e58a879 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,6 +2,7 @@ max-line-length=120 [pylint.MASTER] +max-line-length=120 disable= missing-module-docstring, missing-function-docstring,