Tidying up

This commit is contained in:
Andrew Godwin 2018-08-27 14:21:40 +10:00
parent 02a299e5a7
commit c5554cb817
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ jobs:
env: TWISTED="twisted"
dist: xenial
sudo: required
- stage: lint
install: pip install -U -e .[tests] black pyflakes isort
script:

View File

@ -8,6 +8,7 @@ addopts = tests/
include_trailing_comma = True
multi_line_output = 3
known_first_party = channels,daphne,asgiref,channels_redis
line_length = 88
[flake8]
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*,.eggs/*