Skip to content

Commit c6f69b1

Browse files
authored
add missing mypy check to ci script (#2105)
add missing mypy check Signed-off-by: phi-go <[email protected]>
1 parent f2e17a9 commit c6f69b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code_checks.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ echo "pylint"
4545

4646
echo "mypy"
4747
(cd src && mypy --ignore-missing-imports -m main)
48+
(cd tools/web-fuzzing-introspection && mypy --ignore-missing-imports --explicit-package-bases --exclude app/static/assets/db/oss-fuzz-clone/ .)

0 commit comments

Comments
 (0)