From f17087d690594299bdb2102e22dfc52025bc558c Mon Sep 17 00:00:00 2001 From: Obijuan Date: Fri, 29 Sep 2023 20:15:12 +0200 Subject: [PATCH] pass linter --- apio/commands/build.py | 6 +++++- apio/managers/arguments.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/apio/commands/build.py b/apio/commands/build.py index 7bf25fc4..8e1a2dfa 100644 --- a/apio/commands/build.py +++ b/apio/commands/build.py @@ -50,7 +50,11 @@ @click.option( "--verbose-pnr", is_flag=True, help="Show the pnr output of the command." ) -@click.option("--top-module", type=str, metavar="top_module", help="Set the top level module (w/o .v ending) for build.", +@click.option( + "--top-module", + type=str, + metavar="top_module", + help="Set the top level module (w/o .v ending) for build.", ) def cli( ctx, diff --git a/apio/managers/arguments.py b/apio/managers/arguments.py index b662ee02..644a162b 100644 --- a/apio/managers/arguments.py +++ b/apio/managers/arguments.py @@ -43,7 +43,7 @@ def process_arguments(args, resources): # noqa var_pack = None var_idcode = None var_verbose = {} - var_topmodule= None + var_topmodule = None if var_board: if isfile("apio.ini"):