Skip to content

Commit 8d0079a

Browse files
committed
fix: static_analysis_check.sh changes
1 parent 46fbae4 commit 8d0079a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.ci/static_analysis_check.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ do
2727
done
2828

2929
mypy --version
30-
for folder in api/http api/python bingo/bingo-elastic/python utils/indigo-service/backend/service
30+
for folder in api/http api/python bingo/bingo-elastic/python utils/indigo-service/backend/service/elastic utils/indigo-service/backend/service/postgres
3131
do
3232
cd ${folder}
3333
export PYTHONPATH=${PWD}
34-
mypy --exclude=build ./elastic/
35-
mypy --exclude=build ./postgres/
34+
mypy --exclude=build .
3635
cd -
3736
done

0 commit comments

Comments
 (0)