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"