Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit f380bb7

Browse files
Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)
For it's obvious performance benefits. `dmypy` support landed in #9692.
1 parent 01dd90b commit f380bb7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: changelog.d/9701.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use `dmypy run` in lint script for improved performance in type-checking while developing.

Diff for: scripts-dev/lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ isort "${files[@]}"
9595
python3 -m black "${files[@]}"
9696
./scripts-dev/config-lint.sh
9797
flake8 "${files[@]}"
98-
mypy
98+
dmypy run

0 commit comments

Comments
 (0)