From e367efa6dac95f7207a4eb710d342d49ca85be92 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Wed, 7 Apr 2021 13:55:34 +0200 Subject: [PATCH] tools: pylint: disable warnings on argument mismatch in ttfw --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 0717f43f40..464d9728e0 100644 --- a/.pylintrc +++ b/.pylintrc @@ -247,7 +247,7 @@ missing-member-hint-distance=1 missing-member-max-choices=1 # List of decorators that change the signature of a decorated function. -signature-mutators= +signature-mutators=ttfw_idf.idf_example_test,ttfw_idf.idf_unit_test,ttfw_idf.idf_custom_test,ttfw_idf.idf_component_unit_test [SPELLING]