mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 18:44:27 +02:00
Disable PyLint warning
This commit is contained in:
@@ -135,7 +135,7 @@ def ConvertInoToCpp(env):
|
||||
atexit.register(delete_tmpcpp_file, tmpcpp_file)
|
||||
|
||||
|
||||
def DumpIDEData(env):
|
||||
def DumpIDEData(env): # pylint: disable=too-many-branches
|
||||
data = {
|
||||
"defines": [],
|
||||
"includes": [],
|
||||
|
Reference in New Issue
Block a user