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
|
2020-03-23 19:00:06 +00:00
|
|
|
ignore = E741,W504,W503
|
2019-10-16 20:20:22 +00:00
|
|
|
|
2020-06-25 20:03:16 +00:00
|
|
|
[tool:brunette]
|
|
|
|
line-length = 79
|
|
|
|
verbose = true
|
|
|
|
single-quotes = true
|
2019-10-16 20:20:22 +00:00
|
|
|
|
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
|