From 8a374c79c496dfb36fe82877d01a223937a28297 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Thu, 4 Mar 2021 18:28:54 +0000 Subject: [PATCH] lint: ignore style D400,D415 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) 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