From 502ba2d5c4ea5b80e91c6dffc16a5a57d9070528 Mon Sep 17 00:00:00 2001 From: erogol Date: Tue, 2 Jun 2020 18:54:03 +0200 Subject: [PATCH] cardboard config update --- .cardboardlint.yml | 3 +++ .pylintrc | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.cardboardlint.yml b/.cardboardlint.yml index 464ea73362..4a115a37cd 100644 --- a/.cardboardlint.yml +++ b/.cardboardlint.yml @@ -1,2 +1,5 @@ linters: - pylint: + # pylintrc: pylintrc + filefilter: ['- test_*.py', '+ *.py', '- *.npy'] + # exclude: \ No newline at end of file diff --git a/.pylintrc b/.pylintrc index b6e04944e9..a78b521ece 100644 --- a/.pylintrc +++ b/.pylintrc @@ -157,7 +157,8 @@ disable=missing-docstring, xreadlines-attribute, deprecated-sys-function, exception-escape, - comprehension-escape + comprehension-escape, + duplicate-code # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option