mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Remove redundant arguments to CI's flake8 (#6277)
This commit is contained in:
parent
b39ca49db1
commit
9178ac1b6a
1
changelog.d/6277.misc
Normal file
1
changelog.d/6277.misc
Normal file
@ -0,0 +1 @@
|
||||
Remove redundant CLI parameters on CI's `flake8` step.
|
2
tox.ini
2
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]
|
||||
|
Loading…
Reference in New Issue
Block a user