From 6b612d75866cd81f238482f45eb4ef5d7324b51c Mon Sep 17 00:00:00 2001 From: mahdi Date: Tue, 21 Nov 2023 02:28:47 -0500 Subject: [PATCH] enabled verbose output for pylama --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a57167..aa114c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,5 +14,6 @@ addopts = [ ] [tool.pylama] -linters = "pylint,pycodestyle,pyflakes,pydocstyle" +format = "pylint" +linters = "pylint,pyflakes,pycodestyle,pydocstyle" ignore = "C0116,C0103,D213,D401,D415"