#163: Introduce mypy
Compare changes
+ 8
− 8
@@ -18,7 +18,7 @@ import sys
@@ -18,7 +18,7 @@ import sys
@@ -31,7 +31,7 @@ PUBSEC_SIGNKEY_PATTERN = "sec: ([1-9A-HJ-NP-Za-km-z]{87,90})"
@@ -31,7 +31,7 @@ PUBSEC_SIGNKEY_PATTERN = "sec: ([1-9A-HJ-NP-Za-km-z]{87,90})"
@@ -43,7 +43,7 @@ def auth_method(ctx):
@@ -43,7 +43,7 @@ def auth_method(ctx):
@@ -54,7 +54,7 @@ def has_auth_method(ctx):
@@ -54,7 +54,7 @@ def has_auth_method(ctx):
@@ -70,7 +70,7 @@ to following pubkey `{pubkey_cksum}`?"
@@ -70,7 +70,7 @@ to following pubkey `{pubkey_cksum}`?"
@@ -97,7 +97,7 @@ def auth_by_auth_file(ctx):
@@ -97,7 +97,7 @@ def auth_by_auth_file(ctx):
@@ -106,7 +106,7 @@ def auth_by_seed():
@@ -106,7 +106,7 @@ def auth_by_seed():
@@ -129,7 +129,7 @@ def auth_by_scrypt(ctx):
@@ -129,7 +129,7 @@ def auth_by_scrypt(ctx):