tools: pylint: disable warnings on argument mismatch in ttfw

This commit is contained in:
Ivan Grokhotkov 2021-04-07 13:55:34 +02:00
parent a2740be080
commit e367efa6da

View File

@ -247,7 +247,7 @@ missing-member-hint-distance=1
missing-member-max-choices=1 missing-member-max-choices=1
# List of decorators that change the signature of a decorated function. # 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] [SPELLING]