We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a40ec commit 9c5eb14Copy full SHA for 9c5eb14
.ci/static_analysis_check.sh
@@ -31,6 +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 .
+ mypy --exclude=build .\elastic\
35
+ mypy --exclude=build .\postgres\
36
cd -
37
done
0 commit comments