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 f2e17a9 commit c6f69b1Copy full SHA for c6f69b1
code_checks.sh
@@ -45,3 +45,4 @@ echo "pylint"
45
46
echo "mypy"
47
(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