Files
notifications-api/setup.cfg

10 lines
184 B
INI
Raw Normal View History

2017-02-23 16:50:04 +00:00
[tool:pytest]
xfail_strict=true
[flake8]
exclude = venv*,__pycache__,node_modules,cache,migrations,build
# W504 line break after binary operator
extend_ignore=B306, W504
select=B901