mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-05 08:50:46 -05:00
Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)
For it's obvious performance benefits. `dmypy` support landed in #9692.
This commit is contained in:
parent
01dd90b0f0
commit
f380bb77d1
1
changelog.d/9701.misc
Normal file
1
changelog.d/9701.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Use `dmypy run` in lint script for improved performance in type-checking while developing.
|
@ -95,4 +95,4 @@ isort "${files[@]}"
|
|||||||
python3 -m black "${files[@]}"
|
python3 -m black "${files[@]}"
|
||||||
./scripts-dev/config-lint.sh
|
./scripts-dev/config-lint.sh
|
||||||
flake8 "${files[@]}"
|
flake8 "${files[@]}"
|
||||||
mypy
|
dmypy run
|
||||||
|
Loading…
Reference in New Issue
Block a user