mirror of
https://github.com/django/daphne.git
synced 2024-11-13 03:26:33 +03:00
5e709795b4
* Updated Python support and dependencies. * Updated Python support in README. * Removed PY36 from GHA workflow. * Remove pre-commit workflow. Fixes #397 * Updated Black in pre-commit to 22.3.0. * Update all pre-commit hooks. * [pre-commit.ci] auto fixes from pre-commit.com hooks
12 lines
232 B
INI
12 lines
232 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
|
|
asyncio_mode = strict
|