tools: pylint: disable warnings on argument mismatch in ttfw
This commit is contained in:
parent
a2740be080
commit
e367efa6da
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue