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