Run mypy as part of the lint.sh script. (#8633)

This commit is contained in:
kleph
2020-10-28 13:49:08 +01:00
committed by GitHub
parent a6ea1a957e
commit 29ce6d43b5
3 changed files with 4 additions and 2 deletions

View File

@@ -94,3 +94,4 @@ isort "${files[@]}"
python3 -m black "${files[@]}"
./scripts-dev/config-lint.sh
flake8 "${files[@]}"
mypy