megapy/setup.cfg

43 lines
756 B
INI
Raw Normal View History

2019-10-16 20:20:22 +00:00
[bdist_wheel]
universal = 1
[zest.releaser]
create-wheel = yes
[tool:pytest]
addopts = -x -s -v
norecursedirs = .git
[flake8]
exclude = .git,__pycache__,legacy,build,dist,.tox
max-complexity = 15
ignore = E741
[yapf]
based_on_style = pep8
spaces_before_comment = 2
split_before_logical_operator = true
indent_width = 4
split_complex_comprehension = true
column_limit = 79
dedent_closing_brackets = true
spaces_around_power_operator = true
no_spaces_around_selected_binary_operators = false
split_penalty_import_names = 500
join_multiple_lines = true
2019-10-16 20:26:07 +00:00
[coverage:run]
omit =
tests/*
src/*
setup.py
.tox/*
dist/*
**/celeryconfig.py
**/constants.py
**/migrations/*
**/__init__.py
app.py
**/env.py
**/urls.py