Skip to content

Commit 64b3034

Browse files
committed
fix: static_analysis_check.sh changes
1 parent 46fbae4 commit 64b3034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/static_analysis_check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +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 ./elastic/
35-
mypy --exclude=build ./postgres/
34+
mypy --exclude=build ./utils/indigo-service/backend/service/elastic
35+
mypy --exclude=build ./utils/indigo-service/backend/service/postgres
3636
cd -
3737
done

0 commit comments

Comments
 (0)