From 817b7c5bb5406b3e0ec951049d123975c5c92d4e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 22 Sep 2022 16:54:13 +0530 Subject: Check docstring style using pylint. * .pylintrc: New file. --- .pylintrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .pylintrc diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 00000000..9de6c1ea --- /dev/null +++ b/.pylintrc @@ -0,0 +1,2 @@ +[MASTER] +load-plugins=pylint.extensions.docstyle \ No newline at end of file -- cgit v1.2.3