Skip to content

Commit 24c8201

Browse files
committed
style(cli): more specific type ignore
1 parent 38fe5bf commit 24c8201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ def main() -> None:
679679
)
680680
sys.excepthook = no_raise_debug_excepthook
681681

682-
args.func(conf, arguments)() # type: ignore
682+
args.func(conf, arguments)() # type: ignore[arg-type]
683683

684684

685685
if __name__ == "__main__":

0 commit comments

Comments
 (0)