File: setup.cfg

package info (click to toggle)
python-channels-redis 4.0.0-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 328 kB
  • sloc: python: 1,911; sh: 6; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[tool:pytest]
addopts = -p no:django
testpaths = tests
asyncio_mode = auto

[flake8]
exclude = venv/*,tox/*,specs/*,build/*
ignore = E123,E128,E266,E402,W503,E731,W601
max-line-length = 119

[isort]
profile = black
known_first_party = channels, asgiref, channels_redis, daphne