From: Vasek Sraier Date: Wed, 3 Nov 2021 11:14:53 +0000 (+0100) Subject: tooling: disabled duplicate code warning for imports X-Git-Tag: v6.0.0a1~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ad168e08ee5fd8e70d800a38f4cffeccffdcab2;p=thirdparty%2Fknot-resolver.git tooling: disabled duplicate code warning for imports --- diff --git a/manager/pyproject.toml b/manager/pyproject.toml index 8e2977a0a..474b9f76a 100644 --- a/manager/pyproject.toml +++ b/manager/pyproject.toml @@ -119,7 +119,7 @@ disable= [ min-similarity-lines = "6" ignore-comments = "yes" ignore-docstrings = "yes" -ignore-imports = "no" +ignore-imports = "yes" [tool.pylint.DESIGN] max-parents = "10"