From 7bf55bbf2c57d890732f23638e578cfaa50b37c4 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 15 Feb 2019 14:23:52 +0530 Subject: [PATCH] fix: add pylintrc --- frappe/.pylintrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 frappe/.pylintrc diff --git a/frappe/.pylintrc b/frappe/.pylintrc new file mode 100644 index 0000000000..4b2ea0a564 --- /dev/null +++ b/frappe/.pylintrc @@ -0,0 +1 @@ +disable=access-member-before-definition \ No newline at end of file