diff --git a/setup.cfg b/setup.cfg index 9e4ecb5c..a0365422 100644 --- a/setup.cfg +++ b/setup.cfg @@ -96,6 +96,9 @@ universal=1 max_line_length=88 exclude=.asv,.eggs,.tox,.ipynb_checkpoints,build,dist,.git,__pycache__ +[pydocstyle] +add_ignore=D400,D415 + [yapf] coalesce_brackets=True column_limit=88