Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 24c8201

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /