Skip to content

Commit 46fbae4

Browse files
committed
fix: mypy changes
1 parent a5a40ec commit 46fbae4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/static_analysis_check.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ for folder in api/http api/python bingo/bingo-elastic/python utils/indigo-servic
3131
do
3232
cd ${folder}
3333
export PYTHONPATH=${PWD}
34-
mypy --exclude=build .
34+
mypy --exclude=build ./elastic/
35+
mypy --exclude=build ./postgres/
3536
cd -
3637
done

0 commit comments

Comments
 (0)