mirror of
https://github.com/django/daphne.git
synced 2024-11-22 07:56:34 +03:00
Tidying up
This commit is contained in:
parent
02a299e5a7
commit
c5554cb817
|
@ -33,6 +33,7 @@ jobs:
|
||||||
env: TWISTED="twisted"
|
env: TWISTED="twisted"
|
||||||
dist: xenial
|
dist: xenial
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
- stage: lint
|
- stage: lint
|
||||||
install: pip install -U -e .[tests] black pyflakes isort
|
install: pip install -U -e .[tests] black pyflakes isort
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -8,6 +8,7 @@ addopts = tests/
|
||||||
include_trailing_comma = True
|
include_trailing_comma = True
|
||||||
multi_line_output = 3
|
multi_line_output = 3
|
||||||
known_first_party = channels,daphne,asgiref,channels_redis
|
known_first_party = channels,daphne,asgiref,channels_redis
|
||||||
|
line_length = 88
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*,.eggs/*
|
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*,.eggs/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user