Skip to content

Commit a3da0fe

Browse files
bearomorphismLee-W
authored andcommitted
style(cli): more specific type ignore
1 parent 15e9317 commit a3da0fe

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)