mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
tools: pylint: disable warnings on argument mismatch in ttfw
This commit is contained in:
parent
a2740be080
commit
e367efa6da
@ -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 New Issue
Block a user