We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbe457 commit 58d596eCopy full SHA for 58d596e
formate/__main__.py
@@ -41,7 +41,11 @@
41
__all__ = ("main", "version_callback")
42
43
44
-def version_callback(ctx: click.Context, param: click.Option, value: int):
+def version_callback(ctx: click.Context, param: click.Option, value: int) -> None:
45
+ """
46
+ Callback for displaying the package version (and optionally the Python runtime).
47
48
+
49
# this package
50
import formate
51
0 commit comments