diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-03-31 14:17:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-31 14:17:52 -0400 |
commit | 5fe38e07e74869574b79f0d91e3d607069313352 (patch) | |
tree | 57eeff1b1019f2bf6493e32da22eea7b8427db3d /scripts-dev/lint.sh | |
parent | Update changelog (diff) | |
download | synapse-5fe38e07e74869574b79f0d91e3d607069313352.tar.xz |
Revert "Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)" (#9720)
Diffstat (limited to 'scripts-dev/lint.sh')
-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 |