Skip to content
Snippets Groups Projects
Unverified Commit f380bb77 authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

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

For it's obvious performance benefits. `dmypy` support landed in #9692.
parent 01dd90b0
No related branches found
No related tags found
No related merge requests found
Use `dmypy run` in lint script for improved performance in type-checking while developing.
\ No newline at end of file
......@@ -95,4 +95,4 @@ isort "${files[@]}"
python3 -m black "${files[@]}"
./scripts-dev/config-lint.sh
flake8 "${files[@]}"
mypy
dmypy run
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment