mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 11:16:03 -04:00
Run mypy as part of the lint.sh script. (#8633)
This commit is contained in:
parent
a6ea1a957e
commit
29ce6d43b5
3 changed files with 4 additions and 2 deletions
|
@ -94,3 +94,4 @@ isort "${files[@]}"
|
|||
python3 -m black "${files[@]}"
|
||||
./scripts-dev/config-lint.sh
|
||||
flake8 "${files[@]}"
|
||||
mypy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue