We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fbae4 commit 64b3034Copy full SHA for 64b3034
.ci/static_analysis_check.sh
@@ -31,7 +31,7 @@ for folder in api/http api/python bingo/bingo-elastic/python utils/indigo-servic
31
do
32
cd ${folder}
33
export PYTHONPATH=${PWD}
34
- mypy --exclude=build ./elastic/
35
- mypy --exclude=build ./postgres/
+ mypy --exclude=build ./utils/indigo-service/backend/service/elastic
+ mypy --exclude=build ./utils/indigo-service/backend/service/postgres
36
cd -
37
done
0 commit comments