Skip to content

Commit

Permalink
add type ignore comment for issue with Click 8.1.0 (see pallets/click…
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Mar 28, 2022
1 parent d71bebc commit e885ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pydoc_markdown/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,4 +347,4 @@ def cli(


if __name__ == '__main__':
cli() # pylint: disable=no-value-for-parameter
cli() # type: ignore # https://github.com/pallets/click/issues/2227

0 comments on commit e885ee9

Please sign in to comment.