Skip to content

Commit

Permalink
enabled verbose output for pylama
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi committed Nov 21, 2023
1 parent 306062a commit 6b612d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6b612d7

Please sign in to comment.