| [bdist_wheel] | |
| python-tag = py36.py37 | |
| [metadata] | |
| license_file = LICENSE | |
| [flake8] | |
| ignore = E731,F403,F405,W503 | |
| max-line-length = 88 | |
| [isort] | |
| combine_as_imports = True | |
| force_grid_wrap = 0 | |
| include_trailing_comma = True | |
| known_standard_library = asyncio | |
| line_length = 88 | |
| lines_after_imports = 2 | |
| multi_line_output = 3 | |
| [coverage:run] | |
| branch = True | |
| omit = */__main__.py | |
| source = | |
| websockets | |
| tests | |
| [coverage:paths] | |
| source = | |
| src/websockets | |
| .tox/*/lib/python*/site-packages/websockets |