Update pydocstyle config for unit tests

This commit is contained in:
Roman Mogylatov 2017-10-12 19:41:59 -07:00
parent b1ef79f6b3
commit 81ac0f903b
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
[pydocstyle]
ignore = D101,D102
ignore = D101,D102,D106,D107