Skip to content

Commit

Permalink
Silence dumb pydocstyle warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <[email protected]>
  • Loading branch information
Kwpolska committed Jul 7, 2019
1 parent e36d5eb commit 66c590e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
ignore = E501,E741,W504
exclude = nikola/data/themes/base/messages

[pydocstyle]
add-ignore = D412, D413

[tool:pytest]
norecursedirs = .git
addopts = --cov nikola --cov-report term-missing

0 comments on commit 66c590e

Please sign in to comment.