1
0
mirror of https://github.com/ycd/manage-fastapi.git synced 2021-11-08 01:34:39 +03:00

Add script for mypy

This commit is contained in:
Yağızcan Değirmenci
2020-08-26 01:38:34 +03:00
committed by GitHub

1
scripts/check_typing.sh Executable file
View File

@@ -0,0 +1 @@
find manage_fastapi/. -type f -name "*.py" | xargs mypy