Skip to content

Commit d40aa75

Browse files
committed
fixup! argcomplete -> 3.5.2
1 parent ea9bafc commit d40aa75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bygg/cmd/dispatcher.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@ def inner_dispatch(ctx: ByggContext, args: argparse.Namespace) -> bool:
318318
return status
319319

320320

321+
# TODO: error in typing in argcomplete; fixed in https://github.com/kislyuk/argcomplete/pull/423
322+
# pyright: reportIncompatibleMethodOverride=warning
321323
class EntrypointCompleter(BaseCompleter):
322324
def __call__(
323325
self,

0 commit comments

Comments
 (0)