Skip to content

Commit 83defec

Browse files
authored
Fix click typing (#519)
1 parent e37669a commit 83defec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_releaser/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def list_commands(self, ctx):
146146
return self.commands.keys()
147147

148148

149-
@click.group(cls=ReleaseHelperGroup) # type:ignore[arg-type]
149+
@click.group(cls=ReleaseHelperGroup)
150150
@click.option("--force", default=False, help="Force a command to run even when skipped by config")
151151
def main(force):
152152
"""Jupyter Releaser scripts"""

0 commit comments

Comments
 (0)