1
0

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

* commit '9178ac1b6':
  Remove redundant arguments to CI's flake8 (#6277)
This commit is contained in:
Andrew Morgan
2020-03-16 15:36:03 +00:00
2 changed files with 2 additions and 1 deletions

1
changelog.d/6277.misc Normal file
View File

@@ -0,0 +1 @@
Remove redundant CLI parameters on CI's `flake8` step.

View 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]