Skip to content

Commit

Permalink
fix: static_analysis_check.sh changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bodyangug committed Oct 4, 2023
1 parent 46fbae4 commit 64b3034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/static_analysis_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for folder in api/http api/python bingo/bingo-elastic/python utils/indigo-servic
do
cd ${folder}
export PYTHONPATH=${PWD}
mypy --exclude=build ./elastic/
mypy --exclude=build ./postgres/
mypy --exclude=build ./utils/indigo-service/backend/service/elastic
mypy --exclude=build ./utils/indigo-service/backend/service/postgres
cd -
done

0 comments on commit 64b3034

Please sign in to comment.