Revert "Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)" (#9720)

This commit is contained in:
Patrick Cloke 2021-03-31 14:17:52 -04:00 committed by GitHub
parent 3a446c21f8
commit 5fe38e07e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/9720.misc Normal file
View file

@ -0,0 +1 @@
Revert using `dmypy run` in lint script.

View file

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