Skip to content

Commit

Permalink
Check types with mypy in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed May 24, 2021
1 parent 1af4bfd commit 163286e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
if [ "${1:-}" = "--help" ]; then
usage
else
echo
echo " -- CHECKING TYPES WITH MYPY --"
echo

mypy docs pystac setup.py tests

echo
echo " -- CHECKING TYPES WITH PYRIGHT --"
echo
Expand Down

0 comments on commit 163286e

Please sign in to comment.