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

Commit

Permalink
Put True/False lowercase linting under check_codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Oct 21, 2019
1 parent ffb5832 commit 5dd459e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = packaging, py35, py36, py37, check_codestyle, check_isort, check_config
envlist = packaging, py35, py36, py37, check_codestyle, check_isort

[base]
basepython = python3.7
Expand Down Expand Up @@ -118,15 +118,13 @@ 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

[testenv:check_isort]
skip_install = True
deps = isort
commands = /bin/sh -c "isort -c -df -sp setup.cfg -rc synapse tests"

[testenv:check_config]
commands = {toxinidir}/scripts-dev/lint-config.sh

[testenv:check-newsfragment]
skip_install = True
deps = towncrier>=18.6.0rc1
Expand Down

0 comments on commit 5dd459e

Please sign in to comment.