mirror of
https://github.com/django/daphne.git
synced 2025-02-06 19:50:32 +03:00
15 lines
308 B
INI
15 lines
308 B
INI
[bdist_wheel]
|
|
universal=1
|
|
|
|
[tool:pytest]
|
|
addopts = tests/
|
|
|
|
[yapf]
|
|
based_on_style = pep8
|
|
column_limit = 120
|
|
join_multiple_lines = false
|
|
split_arguments_when_comma_terminated = true
|
|
split_before_expression_after_opening_paren = true
|
|
split_before_first_argument = true
|
|
split_penalty_after_opening_bracket = -10
|