From 91585e5b8f9b68567815572d3192360f9a1cfae9 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 29 Jun 2020 14:38:57 -0400 Subject: [PATCH] Add pydocstyle ignore D101 for examples --- examples/.pydocstylerc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/.pydocstylerc diff --git a/examples/.pydocstylerc b/examples/.pydocstylerc new file mode 100644 index 00000000..816edd58 --- /dev/null +++ b/examples/.pydocstylerc @@ -0,0 +1,2 @@ +[pydocstyle] +ignore = D101