summary refs log tree commit diff
path: root/scripts-dev
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-06-26 11:08:10 +0100
committerErik Johnston <erik@matrix.org>2020-06-26 11:08:10 +0100
commit199ab854d6a2f9aa87b59606875844376a138f95 (patch)
tree7fcde36baf5ff170cf4762b97578c6da3fe0d380 /scripts-dev
parentMerge remote-tracking branch 'origin/develop' into matrix-org-hotfixes (diff)
parentAdd another yield point to state res v2 (#7746) (diff)
downloadsynapse-199ab854d6a2f9aa87b59606875844376a138f95.tar.xz
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'scripts-dev')
-rwxr-xr-xscripts-dev/lint.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts-dev/lint.sh b/scripts-dev/lint.sh

index 34c4854e11..6f1ba22931 100755 --- a/scripts-dev/lint.sh +++ b/scripts-dev/lint.sh
@@ -2,8 +2,8 @@ # # Runs linting scripts over the local Synapse checkout # isort - sorts import statements -# flake8 - lints and finds mistakes # black - opinionated code formatter +# flake8 - lints and finds mistakes set -e @@ -16,6 +16,6 @@ fi echo "Linting these locations: $files" isort -y -rc $files -flake8 $files python3 -m black $files ./scripts-dev/config-lint.sh +flake8 $files