summary refs log tree commit diff
path: root/scripts-dev/lint.sh
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-03-31 14:17:52 -0400
committerGitHub <noreply@github.com>2021-03-31 14:17:52 -0400
commit5fe38e07e74869574b79f0d91e3d607069313352 (patch)
tree57eeff1b1019f2bf6493e32da22eea7b8427db3d /scripts-dev/lint.sh
parentUpdate changelog (diff)
downloadsynapse-5fe38e07e74869574b79f0d91e3d607069313352.tar.xz
Revert "Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)" (#9720)
Diffstat (limited to 'scripts-dev/lint.sh')
-rwxr-xr-xscripts-dev/lint.sh2
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