mirror of
https://github.com/element-hq/synapse.git
synced 2026-03-31 08:25:42 +00: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:
@@ -95,4 +95,4 @@ isort "${files[@]}"
|
||||
python3 -m black "${files[@]}"
|
||||
./scripts-dev/config-lint.sh
|
||||
flake8 "${files[@]}"
|
||||
mypy
|
||||
dmypy run
|
||||
|
||||
Reference in New Issue
Block a user