From 0d88d9328d8fea0f5880580dfc9fab57f6a801c5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 Aug 2016 01:27:27 +0300 Subject: factor common code out More helpers & more files. --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index d657af9..78e6f48 100644 --- a/.pylintrc +++ b/.pylintrc @@ -19,7 +19,7 @@ confidence= # --enable=similarities". If you want to run only the classes checker, but have # no Warning level messages displayed, use"--disable=all --enable=classes # --disable=W" -disable=missing-docstring +disable=duplicate-code,missing-docstring [BASIC] -- cgit v1.2.3