We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fbae4 commit 8d0079aCopy full SHA for 8d0079a
.ci/static_analysis_check.sh
@@ -27,11 +27,10 @@ do
27
done
28
29
mypy --version
30
-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
31
do
32
cd ${folder}
33
export PYTHONPATH=${PWD}
34
- mypy --exclude=build ./elastic/
35
- mypy --exclude=build ./postgres/
+ mypy --exclude=build .
36
cd -
37
0 commit comments