Skip to content
Snippets Groups Projects
Unverified Commit 9178ac1b authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

Remove redundant arguments to CI's flake8 (#6277)

parent b39ca49d
No related branches found
No related tags found
No related merge requests found
Remove redundant CLI parameters on CI's `flake8` step.
\ No newline at end of file
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment