diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-02-22 20:00:22 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-02-22 20:00:22 +0100 |
commit | 6bfcd52cfe5c78c1aefa4c83a5ef8ec42ada6bf2 (patch) | |
tree | 2bcdffbecac15ceb67c7198839e82ff22e2d7fd6 /run_typecheck | |
parent | 087e5431491881436f98d9cf67393fe8baa1b73c (diff) |
Add type hints
Diffstat (limited to 'run_typecheck')
-rwxr-xr-x | run_typecheck | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run_typecheck b/run_typecheck new file mode 100755 index 0000000..1dd6bc9 --- /dev/null +++ b/run_typecheck @@ -0,0 +1,3 @@ +#!/bin/sh + +mypy hazwaz |