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
1 parent d33c655 commit 2867ad6
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 2867ad6

Please sign in to comment.