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 | |
parent | Update changelog (diff) | |
download | synapse-5fe38e07e74869574b79f0d91e3d607069313352.tar.xz |
Revert "Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)" (#9720)
-rw-r--r-- | changelog.d/9720.misc | 1 | ||||
-rwxr-xr-x | scripts-dev/lint.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/9720.misc b/changelog.d/9720.misc new file mode 100644 index 0000000000..9dd0bc9cff --- /dev/null +++ b/changelog.d/9720.misc @@ -0,0 +1 @@ +Revert using `dmypy run` in lint script. 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 |