Skip to content

Commit e467463

Browse files
committed
style(cli): more specific type ignore
1 parent d63285e commit e467463

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
@@ -681,7 +681,7 @@ def main() -> None:
681681
)
682682
sys.excepthook = no_raise_debug_excepthook
683683

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

686686

687687
if __name__ == "__main__":

0 commit comments

Comments
 (0)