Skip to content

Commit

Permalink
fix: mypy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bodyangug committed Oct 4, 2023
1 parent a5a40ec commit 46fbae4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/static_analysis_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +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 .
mypy --exclude=build ./elastic/
mypy --exclude=build ./postgres/
cd -
done

0 comments on commit 46fbae4

Please sign in to comment.