Skip to content

Commit d2643e7

Browse files
committed
Check types with mypy in pipeline
1 parent 918ad5e commit d2643e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/test

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
1717
if [ "${1:-}" = "--help" ]; then
1818
usage
1919
else
20+
echo
21+
echo " -- CHECKING TYPES WITH MYPY --"
22+
echo
23+
24+
mypy docs pystac setup.py tests
25+
2026
echo
2127
echo " -- CHECKING TYPES WITH PYRIGHT --"
2228
echo

0 commit comments

Comments
 (0)