From f79faab85f56ec1df47ddc37c78b1eb00f7d0623 Mon Sep 17 00:00:00 2001 From: Umut Date: Mon, 4 Apr 2022 13:34:52 +0200 Subject: [PATCH] chore: disable some pydocstyle lints --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed55e23a0..36bfcc57b 100644 --- a/Makefile +++ b/Makefile @@ -179,7 +179,7 @@ open_docs: .PHONY: pydocstyle # Launch syntax checker on source code documentation pydocstyle: @# From http://www.pydocstyle.org/en/stable/error_codes.html - poetry run pydocstyle $(SRC_DIR) --convention google --add-ignore=D1,D202 --add-select=D401 + poetry run pydocstyle $(SRC_DIR) --convention google --add-ignore=D1,D200,D202,D212,D402,D417 --add-select=D401 .PHONY: finalize_nb # Sanitize notebooks finalize_nb: