diff --git a/docs b/docs index 5210aa16..71222071 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 5210aa16d729bfdc654d2062e109f211e0493fad +Subproject commit 71222071ecbbf0a3db886a6dcc48d9d73e20b107 diff --git a/platformio/project/options.py b/platformio/project/options.py index 16ada252..3788ba55 100644 --- a/platformio/project/options.py +++ b/platformio/project/options.py @@ -582,7 +582,11 @@ ProjectOptions = OrderedDict( description="A connection speed (baud rate) to communicate with a target device", type=click.INT, ), - ConfigEnvOption(group="test", name="test_transport", description="A transport to communicate with a target device",), + ConfigEnvOption( + group="test", + name="test_transport", + description="A transport to communicate with a target device", + ), ConfigEnvOption( group="test", name="test_build_project_src",