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

Commit

Permalink
Fix script name in tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Oct 21, 2019
1 parent 2a324d2 commit 0155478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ deps =
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:}"
{toxinidir}/scripts-dev/lint-config.sh
{toxinidir}/scripts-dev/config-lint.sh

[testenv:check_isort]
skip_install = True
Expand Down

0 comments on commit 0155478

Please sign in to comment.