Skip to content

Commit

Permalink
Add script for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ycd committed Aug 25, 2020
2 parents c920924 + 2867ad6 commit 4ab1f52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check_typing.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
find manage_fastapi/. -type f -name "*.py" | xargs mypy

0 comments on commit 4ab1f52

Please sign in to comment.