aboutsummaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorArun Isaac2022-09-22 16:54:13 +0530
committerArun Isaac2022-09-23 13:55:18 +0530
commit817b7c5bb5406b3e0ec951049d123975c5c92d4e (patch)
tree8cae80cf589dee4264a727f10b0a49890e63be23 /.pylintrc
parent5f8ffd072989b5fe0fc1e561f062bdc4dc799631 (diff)
downloadgenenetwork2-817b7c5bb5406b3e0ec951049d123975c5c92d4e.tar.gz
Check docstring style using pylint.
* .pylintrc: New file.
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 2 insertions, 0 deletions
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