From 9d72ebbc6cb198b6505528b2a4a5c9c17cdfb8a2 Mon Sep 17 00:00:00 2001 From: joyfuI <1342862+joyfuI@users.noreply.github.com> Date: Thu, 5 May 2022 21:18:43 +0900 Subject: [PATCH] =?UTF-8?q?.pylintrc=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pylintrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .pylintrc diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 0000000..23d5098 --- /dev/null +++ b/.pylintrc @@ -0,0 +1,9 @@ +[MESSAGES CONTROL] + +# Disable the message, report, category or checker with the given id(s). You +# can either give multiple identifier separated by comma (,) or put this option +# multiple time (only on the command line, not in the configuration file where +# it should appear only once). +disable=missing-module-docstring,missing-class-docstring,missing-function-docstring,broad-except,line-too-long + +ignored-modules=framework