Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove redundant arguments to CI's flake8 (#6277)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Oct 30, 2019
1 parent b39ca49 commit 9178ac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/6277.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove redundant CLI parameters on CI's `flake8` step.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9178ac1

Please sign in to comment.