From 99487daa80aab8c70d816f8474d56c42ac8cb27a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 19 Oct 2018 10:08:08 +0300 Subject: Add: pylint.conf --- pylint.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pylint.conf (limited to 'pylint.conf') diff --git a/pylint.conf b/pylint.conf new file mode 100644 index 0000000..c57d253 --- /dev/null +++ b/pylint.conf @@ -0,0 +1,15 @@ +[MASTER] +persistent=no + +[MESSAGES CONTROL] +disable= + invalid-name, + missing-docstring, + no-self-use, + too-few-public-methods + +[REPORTS] +reports=no + +[SIMILARITIES] +min-similarity-lines=999 -- cgit v1.2.1