Skip to content

Commit

Permalink
Ignore all missing doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Oct 22, 2017
1 parent 53e3493 commit 1f2d3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ show-source = true
exclude = */migrations/*,docs/*,env/*,venv/*,.tox/*

[pydocstyle]
add-ignore = D100,D101,D102,D103,D104,D105
add-ignore = D1
match-dir = (?!tests|env|docs|\.).*
match = (?!setup).*.py

Expand Down

0 comments on commit 1f2d3f8

Please sign in to comment.