diff options
author | Patrick Cloke <patrickc@matrix.org> | 2021-03-31 14:19:14 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2021-03-31 14:19:14 -0400 |
commit | e32294f54b95ccdf2d698fe95c89210825788552 (patch) | |
tree | d9b5be2e763949696288e185c5979ead5010cc2d /scripts-dev | |
parent | Make sample config allowed_local_3pids regex stricter. (#9719) (diff) | |
parent | Revert "Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)" (#9720) (diff) | |
download | synapse-e32294f54b95ccdf2d698fe95c89210825788552.tar.xz |
Merge branch 'release-v1.31.0' into develop
Diffstat (limited to 'scripts-dev')
-rwxr-xr-x | scripts-dev/lint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/lint.sh b/scripts-dev/lint.sh index 41415ee07b..9761e97594 100755 --- a/scripts-dev/lint.sh +++ b/scripts-dev/lint.sh @@ -95,4 +95,4 @@ isort "${files[@]}" python3 -m black "${files[@]}" ./scripts-dev/config-lint.sh flake8 "${files[@]}" -dmypy run +mypy |