mirror of
https://github.com/django/daphne.git
synced 2024-11-11 02:26:35 +03:00
b96720390f
* Add GitHub Actions * Remove Travis CI * Remove known first party from isort's config
11 lines
210 B
INI
11 lines
210 B
INI
[flake8]
|
|
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*,.eggs/*
|
|
extend-ignore = E123, E128, E266, E402, W503, E731, W601
|
|
max-line-length = 120
|
|
|
|
[isort]
|
|
profile = black
|
|
|
|
[tool:pytest]
|
|
testpaths = tests
|