forked from platformio/platformio-core
YAPF 0.26.0
This commit is contained in:
@ -55,10 +55,7 @@ def validate_path(ctx, param, value): # pylint: disable=unused-argument
|
|||||||
"--build-dir",
|
"--build-dir",
|
||||||
default=mkdtemp,
|
default=mkdtemp,
|
||||||
type=click.Path(
|
type=click.Path(
|
||||||
file_okay=False,
|
file_okay=False, dir_okay=True, writable=True, resolve_path=True))
|
||||||
dir_okay=True,
|
|
||||||
writable=True,
|
|
||||||
resolve_path=True))
|
|
||||||
@click.option("--keep-build-dir", is_flag=True)
|
@click.option("--keep-build-dir", is_flag=True)
|
||||||
@click.option(
|
@click.option(
|
||||||
"-C",
|
"-C",
|
||||||
|
Reference in New Issue
Block a user