Skip to content

Commit f6637eb

Browse files
committed
Add pytype to code_checks.sh
1 parent b524a62 commit f6637eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/code_checks.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ SRC_FILES=(src/ tests/ setup.py)
66
set -x # echo commands
77
set -e # quit immediately on error
88

9+
pytype ${SRC_FILES[@]}
910
flake8 ${SRC_FILES[@]}
10-
black --check ${SRC_FILES[@]}
11+
black --check ${SRC_FILES[@]}

0 commit comments

Comments
 (0)