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 8d0079a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .ci/static_analysis_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ do
done

mypy --version
for folder in api/http api/python bingo/bingo-elastic/python utils/indigo-service/backend/service
for folder in api/http api/python bingo/bingo-elastic/python utils/indigo-service/backend/service/elastic utils/indigo-service/backend/service/postgres
do
cd ${folder}
export PYTHONPATH=${PWD}
mypy --exclude=build ./elastic/
mypy --exclude=build ./postgres/
mypy --exclude=build .
cd -
done

0 comments on commit 8d0079a

Please sign in to comment.