From 2867ad620bf081043a92cc2e9216074f0366589d Mon Sep 17 00:00:00 2001 From: ycd Date: Wed, 26 Aug 2020 01:37:46 +0300 Subject: [PATCH] add script for mypy --- scripts/check_typing.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 scripts/check_typing.sh diff --git a/scripts/check_typing.sh b/scripts/check_typing.sh new file mode 100755 index 0000000..a84c75d --- /dev/null +++ b/scripts/check_typing.sh @@ -0,0 +1 @@ +find manage_fastapi/. -type f -name "*.py" | xargs mypy \ No newline at end of file