summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-10-30 11:07:18 +0000
committerGitHub <noreply@github.com>2019-10-30 11:07:18 +0000
commit9178ac1b6a79727aac3859a2ff2ac91a27da5bd4 (patch)
treea880cb71882adc68c52e1621f27ee6f7d35b758c /tox.ini
parentHandle FileNotFound error in checking git repository version (#6284) (diff)
downloadsynapse-9178ac1b6a79727aac3859a2ff2ac91a27da5bd4.tar.xz
Remove redundant arguments to CI's flake8 (#6277)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e3a53f340a..b381fbe06d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -117,7 +117,7 @@ deps =
     black==19.3b0  # We pin so that our tests don't start failing on new releases of black.
 commands =
     python -m black --check --diff .
-    /bin/sh -c "flake8 synapse tests scripts scripts-dev scripts/hash_password scripts/register_new_matrix_user scripts/synapse_port_db synctl {env:PEP8SUFFIX:}"
+    /bin/sh -c "flake8 synapse tests scripts scripts-dev synctl {env:PEP8SUFFIX:}"
     {toxinidir}/scripts-dev/config-lint.sh
 
 [testenv:check_isort]