Skip to content

Commit

Permalink
Add D1 wildcard to pydocstyle ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Oct 10, 2017
1 parent cfa4786 commit 6b32bb3
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|\.).*

[coverage:run]
Expand Down

0 comments on commit 6b32bb3

Please sign in to comment.