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